Bug 1244906
| Summary: | Introspection failing for all nodes in a virtualized environment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Udi Kalifon <ukalifon> |
| Component: | rhosp-director | Assignee: | chris alfonso <calfonso> |
| Status: | CLOSED DUPLICATE | QA Contact: | yeylon <yeylon> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Director | CC: | dsneddon, hbrock, mburns, rhel-osp-director-maint, srevivo |
| Target Milestone: | ga | ||
| Target Release: | Director | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-21 11:58:41 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
Udi Kalifon
2015-07-20 18:11:30 UTC
It looks like Ironic is able to manage the power for the virtual machines, but the ramdisk hung at some point. We need to look on the console of the virtual machines to check what happened. Does this setup have multiple NICs on the provisioning network? If so, this could be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1243109 How do I check if the setup has multiple NICs on the provisioning network? Udi, Were you deploying in a virt environment with multiple bridges? If so, I think this is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1243109 (In reply to Udi from comment #4) > How do I check if the setup has multiple NICs on the provisioning network? You would have had to use this before running instack-virt-setup: export TESTENV_ARGS="--baremetal-bridge-names 'brbm brbm1 brbm2'" I know that's documented, but it has known issues, hence the BZ above. Yes I ran export TESTENV_ARGS="--baremetal-bridge-names 'brbm brbm1 brbm2'". Should we skip this step for now ? (In reply to Udi from comment #7) > Yes I ran export TESTENV_ARGS="--baremetal-bridge-names 'brbm brbm1 brbm2'". > Should we skip this step for now ? Yes, you should skip this for now. There is a known issue which hasn't been properly triaged yet. The purpose of multiple bridges is to test bonding in virt. If you just use the default settings for instack-virt-setup, you can use the single-nic-vlans templates to set up network isolation over a single NIC. *** This bug has been marked as a duplicate of bug 1243109 *** |