tripleo-tox-molecule in check failing on task - "validate image urls task"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Triaged
|
Critical
|
Unassigned |
Bug Description
Description:
tripleo-
~~~
2022-02-10 07:42:56.970444 | primary | [0;31mfailed: [localhost] (item=https:/
2022-02-10 07:42:56.970454 | primary | [0;31m "ansible_loop_var": "item",[0m
2022-02-10 07:42:56.970462 | primary | [0;31m "changed": false,[0m
2022-02-10 07:42:56.970471 | primary | [0;31m "connection": "close",[0m
2022-02-10 07:42:56.970479 | primary | [0;31m "content_type": "text/html; charset=
2022-02-10 07:42:56.970487 | primary | [0;31m "date": "Thu, 10 Feb 2022 07:42:56 GMT",[0m
2022-02-10 07:42:56.970494 | primary | [0;31m "elapsed": 0,[0m
2022-02-10 07:42:56.970503 | primary | [0;31m "item": "https:/
2022-02-10 07:42:56.970511 | primary | [0;31m "redirected": false,[0m
2022-02-10 07:42:56.970519 | primary | [0;31m "server": "Apache/2.4.37 (centos) OpenSSL/
2022-02-10 07:42:56.970527 | primary | [0;31m "status": 404,[0m
2022-02-10 07:42:56.970535 | primary | [0;31m "url": "https:/
~~~
We have two issues:-
1) https:/
2) We have storage issue on images.
https:/
~~~
2022-02-09 22:02:11.083185 | primary | rsync: write failed on "/var/www/
2022-02-09 22:02:11.083213 | primary | rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]
2022-02-09 22:02:11.088530 | primary | cp: cannot stat '/home/
~~~
tags: | added: promotion-blocker |
> - why its looking for wallaby image instead of master.
I think as tqe is branchless, it's validating image urls for all branches. So probably 1 is a non-issue.
.running: ansible-playbook -e@config/ release/ master. yml -eansible_ python_ interpreter= /home/ramishra/ work/openstack/ tripleo- quickstart/ .tox/molecule/ bin/python tests/validate- release- config. yml
.running: ansible-playbook -e@config/ release/ centosci/ wallaby- current- tripleo. yml -eansible_ python_ interpreter= /home/ramishra/ work/openstack/ tripleo- quickstart/ .tox/molecule/ bin/python tests/validate- release- config. yml
...