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

Bug 1925052

Summary: Cloud-init fails to find metadata service for Tempest test: scenario.test_security_groups.NetworkSecGroupTest
Product: Red Hat OpenStack Reporter: Elvira <egarciar>
Component: python-networking-ovnAssignee: Lucas Alvares Gomes <lmartins>
Status: CLOSED CURRENTRELEASE QA Contact: Eran Kuris <ekuris>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16.1 (Train)CC: apevec, lhh, lmartins, majopela, scohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: DFG:Networking Squad:OVN
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-10-27 13:27:06 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 Elvira 2021-02-04 10:11:17 UTC
Description of problem:
Failure found in CI job director-rhel-virthost-3cont_2comp-ipv4-vlan [0], test neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest. This problem is not affecting any other tests.

[0] https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-16.1_director-rhel-virthost-3cont_2comp-ipv4-vlan/73/

#OUTPUT:

[   58.159822] cloud-init[835]: 2021-02-02 19:13:58,451 - util.py[WARNING]: No active metadata service found
[  113.027316] cloud-init[835]: 2021-02-02 19:14:53,532 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f733398b208>, 'Connection to 169.254.169.254 timed out. (connect timeout=50.0)'))]
[  164.055811] cloud-init[835]: 2021-02-02 19:15:44,560 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [101/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f7336eaf4e0>, 'Connection to 169.254.169.254 timed out. (connect timeout=50.0)'))]
[  182.065996] cloud-init[835]: 2021-02-02 19:16:02,569 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [119/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f733398b9b0>, 'Connection to 169.254.169.254 timed out. (connect timeout=17.0)'))]
[  183.071664] cloud-init[835]: 2021-02-02 19:16:03,572 - DataSourceEc2.py[CRITICAL]: Giving up on md from ['http://169.254.169.254/2009-04-04/meta-data/instance-id'] after 120 seconds
[  233.092502] cloud-init[835]: 2021-02-02 19:16:53,597 - url_helper.py[WARNING]: Calling 'http://10.100.0.1/latest/meta-data/instance-id' failed [50/120s]: request error [HTTPConnectionPool(host='10.100.0.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f733399c3c8>, 'Connection to 10.100.0.1 timed out. (connect timeout=50.0)'))]
[  284.149401] cloud-init[835]: 2021-02-02 19:17:44,654 - url_helper.py[WARNING]: Calling 'http://10.100.0.1/latest/meta-data/instance-id' failed [101/120s]: request error [HTTPConnectionPool(host='10.100.0.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f733399cc18>, 'Connection to 10.100.0.1 timed out. (connect timeout=50.0)'))]
[  302.172126] cloud-init[835]: 2021-02-02 19:18:02,677 - url_helper.py[WARNING]: Calling 'http://10.100.0.1/latest/meta-data/instance-id' failed [119/120s]: request error [HTTPConnectionPool(host='10.100.0.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f733398bfd0>, 'Connection to 10.100.0.1 timed out. (connect timeout=17.0)'))]
[  303.174969] cloud-init[835]: 2021-02-02 19:18:03,679 - DataSourceCloudStack.py[CRITICAL]: Giving up on waiting for the metadata from ['http://10.100.0.1/latest/meta-data/instance-id'] after 120 seconds

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


How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: