Bug 1298533
Summary: | fusor-undercloud-installer freezes when rerun with different IP | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Quickstart Cloud Installer | Reporter: | Antonin Pagac <apagac> | ||||
Component: | fusor-installer | Assignee: | Jason Montleon <jmontleo> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Tasos Papaioannou <tpapaioa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 1.0 | CC: | apagac, dymurray, jmatthew, jmontleo, smallamp, tpapaioa, tsanders | ||||
Target Milestone: | ga | Keywords: | Triaged | ||||
Target Release: | 1.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-08-05 15:38:26 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1321046 | ||||||
Attachments: |
|
Description
Antonin Pagac
2016-01-14 11:32:05 UTC
Do you still see this? Believe it or not, 192.0.2.1 was hardcoded in the egon gem. I put in a temporary fix to egon until they fix it in the way they desire to. Jason, for TP3 RC1: I was able to run fusor-undercloud-installer on 192.0.4.0 network without problems, it finished successfully and I'm now registering nodes. That said, this was first run of the installer, not re-run as stated in the original issue. I will also attempt re-running later on. Given what I believe was the problem in C1 I believe this should be fixed. Moving to ONQA so it can be tested. Created attachment 1178992 [details]
fusor-undercloud-install.log
There still appears to be a problem when re-running fusor-undercloud-installer and choosing a different IP address. During the first run I chose 192.168.101.1 on 192.168.101.0/24, then on the second run 192.168.103.1 / 192.168.103.0/24, and the second run failed with: --- Unable to establish connection to http://192.168.101.1:5000/v2.0/tokens usage: neutron subnet-update [-h] [--request-format {json,xml}] [--name NAME] [--gateway GATEWAY_IP | --no-gateway] [--allocation-pool start=IP_ADDR,end=IP_ADDR] [--host-route destination=CIDR,nexthop=IP_ADDR] [--dns-nameserver DNS_NAMESERVER] [--disable-dhcp] [--enable-dhcp] SUBNET neutron subnet-update: error: too few arguments ---- The full fusor-undercloud-install.log is attached. It looks like the following section is relevant: ---- ^[[mNotice: Finished catalog run in 1366.36 seconds^[[0m + rc=6 + set -e + echo 'puppet apply exited with exit code 6' puppet apply exited with exit code 6 + '[' 6 '!=' 2 -a 6 '!=' 0 ']' + exit 6 [2016-07-12 15:36:59,102] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 6] [2016-07-12 15:36:59,103] (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 ---- This may be a limitation of the instack installer in OSP-D. Possibly related to https://bugzilla.redhat.com/show_bug.cgi?id=1238483 This is still a problem in OSP 8, though the symptoms are different. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1364528 and adding to our OSP tracker. |