Hi Radoslaw,
I meant the same ip address for internal/external vips. like the following snippet. 10.73.0.180 is used for internal and external addresses.
kolla_internal_vip_address: "10.73.0.180"
kolla_external_vip_address: "{{ kolla_internal_vip_address }}"
network_interface: "eth0"
neutron_external_interface: "eth1"
I did the following in global.yml and ran "deploy" but it stuck somewhere in nova. I am looking for errors to find out what happened. Am I missing something in the following configuration?
kolla_enable_tls_internal: "yes"
kolla_certificates_dir: "/etc/kolla/certificates"
kolla_internal_fqdn_cert: "{{ kolla_certificates_dir }}/my_company_certificate.pem"
Is the above going to enable SSL for all communications or just horizon web GUI?