Switch meetpad test servers to jammy

Also while we're there use 99 as the host index to make it slightly
harder to confuse testing with production.

Change-Id: I62193418feb9401fc06da39bd100553aef3dc52d
This commit is contained in:
Tony Breeds 2024-01-10 16:05:53 +11:00
parent 5f0e06963a
commit cca0c34e7b
4 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,10 @@
jitsi_meet_public_url: https://meetpad01.opendev.org
jitsi_meet_public_url: https://meetpad99.opendev.org
{#- NOTE: Here we're setting the IP address for the XMPP endpoint. In
testing we need to use the correct *testing* host. We also select the
.public_v4 value rather than .ansible_host (from-the prod vars) as this
matches the way we configure iptables on the meetpad server. -#}
{%- raw %}
meetpad_jvb_xmpp_server: "{{ hostvars['meetpad99.opendev.org'].public_v4 }}"
{% endraw -%}
meetpad_jvb_auth_password: 8c64807830bcc7581821d3157899e3b0
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG

View File

@ -1,4 +1,11 @@
jitsi_meet_public_url: https://meetpad01.opendev.org
jitsi_meet_public_url: https://meetpad99.opendev.org
{#- NOTE): Here we're setting the IP address for the XMPP endpoint. In
testing we need to use the correct *testing* host. We also select the
.public_v4 value rather than .ansible_host (from-the prod vars) as this
matches the way we configure iptables on the meetpad server. -#}
{%- raw %}
meetpad_jvb_xmpp_server: "{{ hostvars['meetpad99.opendev.org'].public_v4 }}"
{% endraw -%}
meetpad_jvb_auth_password: 8c64807830bcc7581821d3157899e3b0
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
meetpad_jicofo_component_secret: 3bcd6b4494d99de7ff7b64b931d394f6

View File

@ -14,7 +14,7 @@
import time
testinfra_hosts = ['meetpad01.opendev.org']
testinfra_hosts = ['meetpad99.opendev.org']
def test_jitsi_meet_listening(host):

View File

@ -812,10 +812,10 @@
nodeset:
nodes:
- <<: *bridge_node_x86
- name: meetpad01.opendev.org
label: ubuntu-bionic
- name: jvb01.opendev.org
label: ubuntu-bionic
- name: meetpad99.opendev.org
label: ubuntu-jammy
- name: jvb99.opendev.org
label: ubuntu-jammy
groups:
- <<: *bastion_group
vars: