
Also while we're there use 99 as the host index to make it slightly harder to confuse testing with production. Change-Id: I62193418feb9401fc06da39bd100553aef3dc52d
16 lines
889 B
Django/Jinja
16 lines
889 B
Django/Jinja
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
|
|
meetpad_jicofo_auth_password: e0d9bceec264b78d8bf0022787f92498
|
|
meetpad_jigasi_xmpp_password: 2a8fb7ff7c59f09d94960f3fa15001fb
|
|
meetpad_jibri_recorder_password: 2a3e28706a631e5973247dd570b6f33a
|
|
meetpad_jibri_xmpp_password: 7c757c0b2ce5549b90ad740150d48ed8
|