Bug 1347432

Summary: 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'"
Product: Red Hat OpenStack Reporter: Alexander Chuzhoy <sasha>
Component: rhosp-directorAssignee: Alexander Chuzhoy <sasha>
Status: CLOSED DUPLICATE QA Contact: Omri Hochman <ohochman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: dbecker, jason.dobies, mburns, morazi, rhel-osp-director-maint, tvignaud
Target Milestone: gaKeywords: Triaged
Target Release: 9.0 (Mitaka)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-23 13:10:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexander Chuzhoy 2016-06-16 20:37:47 UTC
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.

Comment 4 Jay Dobies 2016-06-21 13:21:28 UTC
Assigning to QE to identify another environment to see if this can be reproduced.

Comment 5 Alexander Chuzhoy 2016-06-22 18:53:58 UTC
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.

Comment 7 Jay Dobies 2016-06-23 13:10:36 UTC

*** This bug has been marked as a duplicate of bug 1347802 ***