Bug 1242203
| Summary: | instack-virt-setup - instack never got an IP address from the libvirt default network. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ola Pavlenko <opavlenk> |
| Component: | rhosp-director | Assignee: | James Slagle <jslagle> |
| Status: | CLOSED DUPLICATE | QA Contact: | yeylon <yeylon> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | Director | CC: | calfonso, jason.dobies, mburns, nobody, rhel-osp-director-maint, srevivo, ukalifon |
| Target Milestone: | y2 | Keywords: | Triaged, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-25 14:51:51 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
Ola Pavlenko
2015-07-12 08:55:09 UTC
it is stil running with this error. Terminating the job and raising Severity to Urgent Happened to me once instack-virt-setup is not a blocker and this does not appear reproducible Do you happen to have another VM matching the name *instack* on your host? I ran into it in the past where the call to retrieve the IP returns all matching *instack* and I had a backup VM called instack-backup that was confusing it. (In reply to Jay Dobies from comment #7) > Do you happen to have another VM matching the name *instack* on your host? I > ran into it in the past where the call to retrieve the IP returns all > matching *instack* and I had a backup VM called instack-backup that was > confusing it. No, only 1. It appears that this is related to RHEL 7.2 (or could be just the libvirt version). There is also supposed to be a patch upstream for instack-virt-install, though I don't have the link to it. To work around the issue, patch the script with this line:
IP=$(ip n | grep $(tripleo get-vm-mac $UNDERCLOUD_VM_NAME) | awk '{print $1;}')
if that's the case, then this is resolved as part of bug 1272509 *** This bug has been marked as a duplicate of bug 1272509 *** |