Bug 1925052 - Cloud-init fails to find metadata service for Tempest test: scenario.test_security_groups.NetworkSecGroupTest
Summary: Cloud-init fails to find metadata service for Tempest test: scenario.test_sec...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-networking-ovn
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Lucas Alvares Gomes
QA Contact: Eran Kuris
URL:
Whiteboard: DFG:Networking Squad:OVN
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-04 10:11 UTC by Elvira
Modified: 2022-10-27 13:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-10-27 13:27:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-14232 0 None None None 2022-03-24 14:10:38 UTC

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:


Note You need to log in before you can comment on or make changes to this bug.