Created attachment 1226837 [details] log During the undercloud installation, is failing with this error : Error: Failed to apply catalog: Insufficient credentials to authenticate Log file join #Ocata-test-day-1
I met this problem too when I install undercloud. ------------------------------------------------------- 2017-03-20 11:12:27,835 INFO: Error: Failed to apply catalog: Insufficient credentials to authenticate 2017-03-20 11:12:42,955 INFO: + rc=1 2017-03-20 11:12:42,956 INFO: + set -e 2017-03-20 11:12:42,956 INFO: + echo 'puppet apply exited with exit code 1' 2017-03-20 11:12:42,956 INFO: puppet apply exited with exit code 1 2017-03-20 11:12:42,957 INFO: + '[' 1 '!=' 2 -a 1 '!=' 0 ']' 2017-03-20 11:12:42,957 INFO: + exit 1 2017-03-20 11:12:42,957 INFO: [2017-03-20 11:12:42,957] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 1] 2017-03-20 11:12:42,958 INFO: 2017-03-20 11:12:42,958 INFO: [2017-03-20 11:12:42,957] (os-refresh-config) [ERROR] Aborting... 2017-03-20 11:12:42,968 ERROR: ############################################################################# Undercloud install failed. Reason: os-refresh-config failed. See log for details. See the previous output for details about what went wrong. The full install log can be found at /home/stack/.instack/install-undercloud.log. ############################################################################# Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1439, in install _run_orc(instack_env) File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1183, in _run_orc _run_live_command(args, instack_env, 'os-refresh-config') File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 554, 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
I am facing the same error. Enabled reop = rhel-7-server-openstack-beta-rpms ----------------------------- 2017-04-21 21:28:21,182 INFO: Warning: /Stage[main]/Keystone::Deps/Anchor[keystone::service::end]: Skipping because of failed dependencies 2017-04-21 21:28:21,486 INFO: Error: Failed to apply catalog: Insufficient credentials to authenticate 2017-04-21 21:28:30,031 INFO: + rc=1 2017-04-21 21:28:30,031 INFO: + set -e 2017-04-21 21:28:30,031 INFO: + echo 'puppet apply exited with exit code 1' 2017-04-21 21:28:30,031 INFO: puppet apply exited with exit code 1 2017-04-21 21:28:30,031 INFO: + '[' 1 '!=' 2 -a 1 '!=' 0 ']' 2017-04-21 21:28:30,031 INFO: + exit 1 2017-04-21 21:28:30,032 INFO: [2017-04-21 21:28:30,031] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 1] 2017-04-21 21:28:30,032 INFO: 2017-04-21 21:28:30,032 INFO: [2017-04-21 21:28:30,032] (os-refresh-config) [ERROR] Aborting... 2017-04-21 21:28:30,038 ERROR: ############################################################################# Undercloud install failed. Reason: os-refresh-config failed. See log for details. See the previous output for details about what went wrong. The full install log can be found at /home/stack/.instack/install-undercloud.log. ############################################################################# Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1447, in install _run_orc(instack_env) File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 1191, in _run_orc _run_live_command(args, instack_env, 'os-refresh-config') File "/usr/lib/python2.7/site-packages/instack_undercloud/undercloud.py", line 558, 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
Seeing this with OSP11 latest bits, any update here?
ME to facing same issue with OSP11 latest bits, please update if any workaround
I'm still seeing this with the OSP11 release artifacts.
Any updates here as I am seeing it also during Director 11 when deploying the undercloud
I ran into this same issue, turned out somehow during the overcloud installation my machine lost the default route, after I figured that out and corrected it the overcloud installation completed without problem. I was able to reproduce this three times in a row.
Sorry, meant undercloud installation.
Hi Ryan, can you let us know what are steps you have followed to resolve the issue. I am continuously facing the issue. Thanks in advance, Abhishek Tiwary
(In reply to atiwary from comment #9) > Hi Ryan, > > can you let us know what are steps you have followed to resolve the issue. > > I am continuously facing the issue. > > Thanks in advance, > Abhishek Tiwary Hi Abhishek, i had the same issue and had to set a static default route: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-static-routes.html I added the Line in the file /etc/sysconfig/network: GATEWAY=<IP> Maybe its not the best way but it fixed it like Ryan said.
I'm hitting this in OSP12, puddle 2017-10-31.2.
Ocata/Pike are EOL, closing the bug. If you still face same issue in supported release, feel free to open it for that release so it can be fixed. Also rocky+ instack-undercloud is depercated in favor of containerized undercloud.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days