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:
parent
5f0e06963a
commit
cca0c34e7b
@ -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_auth_password: 8c64807830bcc7581821d3157899e3b0
|
||||||
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
|
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
|
||||||
|
@ -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_auth_password: 8c64807830bcc7581821d3157899e3b0
|
||||||
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
|
meetpad_jvb_keystore_password: ateeweegoLee3aig5eish8aeraetiG
|
||||||
meetpad_jicofo_component_secret: 3bcd6b4494d99de7ff7b64b931d394f6
|
meetpad_jicofo_component_secret: 3bcd6b4494d99de7ff7b64b931d394f6
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
testinfra_hosts = ['meetpad01.opendev.org']
|
testinfra_hosts = ['meetpad99.opendev.org']
|
||||||
|
|
||||||
|
|
||||||
def test_jitsi_meet_listening(host):
|
def test_jitsi_meet_listening(host):
|
||||||
|
@ -812,10 +812,10 @@
|
|||||||
nodeset:
|
nodeset:
|
||||||
nodes:
|
nodes:
|
||||||
- <<: *bridge_node_x86
|
- <<: *bridge_node_x86
|
||||||
- name: meetpad01.opendev.org
|
- name: meetpad99.opendev.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-jammy
|
||||||
- name: jvb01.opendev.org
|
- name: jvb99.opendev.org
|
||||||
label: ubuntu-bionic
|
label: ubuntu-jammy
|
||||||
groups:
|
groups:
|
||||||
- <<: *bastion_group
|
- <<: *bastion_group
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user