rhel-osp-director: 9.0 overcloud deployment with ipv6 fails with "Error: Could not start Service[nova-compute]: Execution of '/usr/bin/systemctl start openstack-nova-compute'" Environment: openstack-puppet-modules-8.1.1-1.el7ost.noarch instack-undercloud-4.0.0-2.el7ost.noarch openstack-tripleo-heat-templates-2.0.0-9.el7ost.noarch Steps to reproduce: Attempt to deploy overcloud 9 with: openstack overcloud deploy --templates --control-scale 3 --compute-scale 1 --neutron-disable-tunneling --neutron-network-type vlan --neutron-network-vlan-ranges datacentre:118:143 --neutron-bridge-mappings datacentre:br-ex --ntp-server clock.redhat.com --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation-v6.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans-v6.yaml -e network-environment.yaml --ceph-storage-scale 1 Result: Deployment fails. Debugging with heat shows: Error: Could not start Service[nova-compute]: Execution of '/usr/bin/systemctl start openstack-nova-compute' returned 1: Job for openstack-nova-compute.service failed because the control process exited with error code. See \"systemctl status openstack-nova-compute.service\" and \"journalctl -xe\" for details. Wrapped exception: Execution of '/usr/bin/systemctl start openstack-nova-compute' returned 1: Job for openstack-nova-compute.service failed because the control process exited with error code. See \"systemctl status openstack-nova-compute.service\" and \"journalctl -xe\" for details. Error: /Stage[main]/Nova::Compute/Nova::Generic_service[compute]/Service[nova-compute]/ensure: change from stopped to running failed: Could not start Service[nova-compute]: Execution of '/usr/bin/systemctl start openstack-nova-compute' returned 1: Job for openstack-nova-compute.service failed because the control process exited with error code. See \"systemctl status openstack-nova-compute.service\" and \"journalctl -xe\" for details. workaround: rerun the deployment command. Expected result: Successful deployment. Note: Reproduced this bug, although it seems intermittent.
Assigning to QE to identify another environment to see if this can be reproduced.
Hi Jay, Found on another setup with (supposedly) enough resources. I was able to deploy HA with ipv4, Removed it an attempted to deploy ipv6. Same issue.
*** This bug has been marked as a duplicate of bug 1347802 ***