Hide Forgot
Created attachment 1148955 [details] openstack undercloud install log Description of problem: When doing the openstack undercloud install, the command fails with + '[' 9 -eq 10 ']' + ping -c 1 /var/lib/heat-cfntools/cfn-init-data /var/lib/heat-cfntools/cfn-init-data + COUNT=10 + '[' 10 -eq 10 ']' + echo FAILURE FAILURE + echo '/var/lib/heat-cfntools/cfn-init-data /var/lib/heat-cfntools/cfn-init-data is not pingable.' /var/lib/heat-cfntools/cfn-init-data /var/lib/heat-cfntools/cfn-init-data is not pingable. + exit 1 [2016-04-20 11:23:44,295] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 1] [2016-04-20 11:23:44,295] (os-refresh-config) [ERROR] Aborting... Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 815, in install _run_orc(instack_env) File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 699, in _run_orc _run_live_command(args, instack_env, 'os-refresh-config') File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 370, in _run_live_command raise RuntimeError('%s failed. See log for details.' % name) RuntimeError: os-refresh-config failed. See log for details. Command 'instack-install-undercloud' returned non-zero exit status 1 note that it seems it tries to "ping a file" instead of pinging some IP address. Version-Release number of selected component (if applicable): instack-undercloud-2.2.7-2.el7ost.noarch How reproducible: always Steps to Reproduce: 1. Follow the steps on https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/director-installation-and-usage/#sect-Configuring_Containerized_Compute_Nodes In the undercloud.conf set the local_interface=em1 or set it to whatever iface is having some IP. 2. The command `openstack undercloud install` then fails Actual results: undercloud install is trying to ping a file Expected results: undercloud deployed Additional info:
We weren't able to reproduce, we would need additional logs. Feel free to re-open this bug with sosreports. Thanks.