Hide Forgot
rhel-osp-director: Deploying OC with SSL : ERROR: <html><body><h1>504 Gateway Time-out</h1> Environment: instack-undercloud-5.0.0-0.20160930175750.9d2a655.el7ost.noarch openstack-puppet-modules-9.0.0-0.20160915155755.8c758d6.el7ost.noarch openstack-tripleo-heat-templates-5.0.0-0.20161003064637.d636e3a.1.1.el7ost.noarch Steps to reproduce: 1. Attempt to deploy overcloud with ssl: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml -e /home/stack/ssl-heat-templates/environments/enable-tls.yaml -e /home/stack/ssl-heat-templates/environments/inject-trust-anchor.yaml -e /home/stack/ssl-heat-templates/environments/tls-endpoints-public-ip.yaml --ceph-storage-scale 1 The SSL certificate is self signed, IP based. Result: 2016-10-14 14:30:02Z [overcloud.CephStorage.0.CephStorage]: CREATE_IN_PROGRESS state changed 2016-10-14 14:30:02Z [overcloud.Controller.2.UserData]: CREATE_COMPLETE state changed 2016-10-14 14:30:04Z [overcloud.Controller.2.Controller]: CREATE_IN_PROGRESS state changed ERROR: <html><body><h1>504 Gateway Time-out</h1> The server didn't respond in time. </body></html>
ben, can you look into this one?
This actually happens if you: 1. deploy OC without "-e /home/stack/ssl-heat-templates/environments/tls-endpoints-public-ip.yam", i.e.: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml -e /home/stack/ssl-heat-templates/environments/enable-tls.yaml -e /home/stack/ssl-heat-templates/environments/inject-trust-anchor.yaml --ceph-storage-scale 1 2. Remove the overcloud stack. 3. re-deploy the overcloud with: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml -e /home/stack/ssl-heat-templates/environments/enable-tls.yaml -e /home/stack/ssl-heat-templates/environments/inject-trust-anchor.yaml -e /home/stack/ssl-heat-templates/environments/tls-endpoints-public-ip.yaml --ceph-storage-scale 1 If I deploy with the /home/stack/ssl-heat-templates/environments/tls-endpoints-public-ip.yaml from the beginning (as expected) - I don't see this issue. Thanks.