Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2123166

Summary: tenant IP not assigned in timely manner: Nova instance did not get an IP, is in ERROR state
Product: Red Hat OpenStack Reporter: Jason Paroly <jparoly>
Component: openstack-neutronAssignee: Terry Wilson <twilson>
Status: CLOSED DUPLICATE QA Contact: Eran Kuris <ekuris>
Severity: high Docs Contact:
Priority: unspecified    
Version: 17.0 (Wallaby)CC: chrisw, froyo, hjensas, jlibosva, jniu, njohnston, pweeks, sbaker, scohen, skaplons, twilson
Target Milestone: ---Keywords: Documentation, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-09-09 20:20:08 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 Jason Paroly 2022-08-31 20:21:29 UTC
Description of problem:
Phase3 Multi subnet job failing consistently (puddle 825 and 830 in prod and staging) where it was previously passing (puddle 823).  Failure occurs at the 'rqci oc populate after deploy' stage with failing to have a tenant IP assigned to the Nova instance.

Version-Release number of selected component (if applicable):


How reproducible:
every time

Steps to Reproduce:
1. Run our Phase3 multi subnet job linked in next comment
2. uses command: nova list|grep $instance_name |awk -F"|" '{print $(NF-1)}'|grep -q $netid
3. 

Actual results:
above command is run several times with sleeps inbetween and eventually times out and gives error: Error! The nova instance didn't get IP

Expected results:  nova gets IP and job passes


Additional info:

Comment 2 Jason Paroly 2022-08-31 20:55:43 UTC
More information from the staging machine:

 [stack@undercloud-0 ~]$ nova list
+--------------------------------------+--------------+--------+------------+-------------+----------+
| ID                                   | Name         | Status | Task State | Power State | Networks |
+--------------------------------------+--------------+--------+------------+-------------+----------+
| a48c15ea-a099-4cd4-8a55-6c350636fc67 | after_deploy | ERROR  | -          | NOSTATE     |          |
+--------------------------------------+--------------+--------+------------+-------------+----------+
 [stack@undercloud-0 ~]$ neutron floatingip-list
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------------+----------------------------------+------------------+---------------------+---------+
| id                                   | tenant_id                        | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+----------------------------------+------------------+---------------------+---------+
| a01f5ea9-7e24-4b11-95de-df81cca8d05c | 399cbae4012246c9b3e563d7bb22010e |                  | 10.0.0.242          |         |
+--------------------------------------+----------------------------------+------------------+---------------------+---------+

Comment 3 Jason Paroly 2022-08-31 21:03:06 UTC
The Predictable IP job is failing in the same way with puddle RHOS-17.0-RHEL-9-20220830.n.1

Comment 21 Jason Paroly 2022-09-09 20:20:08 UTC

*** This bug has been marked as a duplicate of bug 2120474 ***