kolla-ansible/ansible
Buddhika Sanjeewa d8c73aa206 Access to zun container fails when tls_external enabled.
Access to console of any zun container fails when
kolla_enable_tls_external is true.
This is due to the protocol of the base_url of the websocket_proxy
section in zun.conf is hardcoded to 'ws'.
[base_url = ws://<external_fqdn>:<port>]

This fix adds a new variable zun_wsproxy_protocol
and sets it's value to 'wss' when kolla_enable_tls_external is true
or to 'ws' otherwise

Then the base url's protocol of the websocket_proxy section
in zun.conf is set by zun_wsproxy_protocol
[base_url = "{{ zun_wsproxy_protocol }}://<external_fqdn>:<port>"]

Closes-Bug: 1957117
Change-Id: Ibd9ca6e40ee8c265775b0657d318aa3f82e4cccb
2022-01-12 13:30:41 +00:00
..
action_plugins Remove unused imports in merge_yaml 2021-08-06 14:45:45 -07:00
filter_plugins Implement IPv6 support in the control plane 2019-10-16 10:24:35 +02:00
group_vars Access to zun container fails when tls_external enabled. 2022-01-12 13:30:41 +00:00
inventory Drop vmtp 2021-12-21 07:29:32 +00:00
library Refactor of kolla_docker into module_utils 2022-01-06 11:59:50 +01:00
module_utils Refactor of kolla_docker into module_utils 2022-01-06 11:59:50 +01:00
roles Access to zun container fails when tls_external enabled. 2022-01-12 13:30:41 +00:00
bifrost.yml Update "openstack_release" variable to static brach name 2019-09-16 12:42:44 +00:00
certificates.yml Support TLS encryption of RabbitMQ client-server traffic 2020-09-17 12:05:44 +01:00
chrony-cleanup.yml Remove chrony role from kolla 2021-09-30 18:56:14 +02:00
destroy.yml Give plays in the playbooks a name 2016-12-05 15:40:56 +00:00
gather-facts.yml Make setup module arguments configurable 2021-07-02 10:30:35 -03:00
kolla-host.yml Merge "Support Docker CE in bootstrap-servers" 2018-12-28 12:21:26 +00:00
mariadb_backup.yml Use mariabackup for database backups 2019-11-01 18:44:10 +00:00
mariadb_recovery.yml Update "openstack_release" variable to static brach name 2019-09-16 12:42:44 +00:00
monasca_cleanup.yml Finish removing Monasca Log Transformer 2021-11-15 10:40:21 +00:00
nova.yml Fix play hosts for ironic, monasca, neutron, nova 2020-08-03 09:50:59 +01:00
octavia-certificates.yml octavia: generate certificates automatically 2020-10-08 16:50:30 +02:00
post-deploy.yml Use ansible_facts to reference facts 2021-06-23 10:38:06 +01:00
prune-images.yml Adds Docker image pruning command 2020-01-27 13:44:01 +03:00
site.yml Support enable/disable rabbitmq prometheus plugins 2022-01-09 09:50:00 +00:00