Error: Request timed out. Details: Command: '... curl http://169.254.169.254/latest/meta-data/public-ipv4'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-ovn-chassis |
New
|
Undecided
|
Unassigned |
Bug Description
Running the tempest smoke tests against focal-yoga-ovn and jammy-yoga-ovn fails when the test tries to reach the metadata service, curl fails with a timeout, although when manually spawning an instance, ssh into it and running curl succeeds, so this may be related to a race condition. In some tests runs the "public-ipv4" fails and in other the "password" endpoint fails, both endpoints are tested by the same test[0]
It's worth to mention that this testing was made on a s390x lpar.
A juju crashdump can be found at https:/
tempest.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/
return f(*func_args, **func_kwargs)
File "/home/
self.
File "/home/
CONF.
File "/home/
if func(*args, **kwargs):
File "/home/
result = self.ssh_
File "/home/
return function(self, *args, **kwargs)
File "/home/
return self.ssh_
File "/home/
cmd, self.host))
tempest.
Details: Command: 'set -eu -o pipefail; PATH=$PATH:
This same test in a deployment running OVS + neutron-gateway shows no problems.