Bug 1201505
| Summary: | Floating IPs can not be assigned in instack installed overcloud | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Trowbridge <jtrowbri> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Tomas Sedovic <tsedovic> |
| Status: | CLOSED ERRATA | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.0 (Kilo) | CC: | calfonso, hbrock, mburns, rhel-osp-director-maint, sasha |
| Target Milestone: | ga | Keywords: | TestOnly, Triaged |
| 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-08-05 13:50:57 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: | |||
I am no longer seeing this issue when deploying a completely new setup. (re-provision the host and follow the instack-undercloud docs) Oddly, all packages listed in the description are the same version as my current working setup. Sasha, do you still see this if you start from a new host? No, I see among other lines: + FLOATINGIP=172.17.0.46 The issue doesnt' reproduce Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1549 |
Description of problem: The overcloud created by following the instack docs[1] does not pass instack-test-overcloud. It is failing when trying to assign a floating IP to the instance, with the following error: "Agent with agent_type=L3 agent and host=ov-m2j5ki7vxp-0-xjo22likiwsd-novacompute-ctg26kpdcpfm.novalocal could not be found" Environment: instack-0.0.6.4-g57c723a.el7.centos.noarch instack-undercloud-2.0.0-dev1431.gd72134b.el7.centos.noarch openstack-tripleo-0.0.6-dev1669.g51331a7.el7.centos.noarch openstack-tripleo-image-elements-0.9.2.37-g3e3c022.el7.centos.noarch openstack-tripleo-heat-templates-0.8.2.36-g8772095.el7.centos.noarch Steps to Reproduce: 1. Follow the instack-undercloud docs to get an environment 2. run `instack-test-overcloud` Actual results: + PORT=' 8261dbc5-f011-402e-b939-eeadbb9e6f4b ' ++ neutron floatingip-create ext-net --port-id 8261dbc5-f011-402e-b939-eeadbb9e6f4b ++ awk '$2=="floating_ip_address" {print $4}' Agent with agent_type=L3 agent and host=ov-m2j5ki7vxp-0-xjo22likiwsd-novacompute-ctg26kpdcpfm.novalocal could not be found + FLOATINGIP= Expected results: + PORT=' 8261dbc5-f011-402e-b939-eeadbb9e6f4b ' ++ neutron floatingip-create ext-net --port-id 8261dbc5-f011-402e-b939-eeadbb9e6f4b ++ awk '$2=="floating_ip_address" {print $4}' + FLOATINGIP=10.0.0.46 [1] https://repos.fedorapeople.org/repos/openstack-m/instack-undercloud/html/index.html