tripleo-tox-molecule centos/7/storage/x86_64/ceph-octopus/repodata/repomd.xml: [Errno 14] HTTP Error 404
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Triaged
|
Critical
|
Sorin Sbarnea |
Bug Description
TASK [tripleo-repos : Update all installed packages after new repos are setup] ***
fatal: [centos7]: FAILED! => changed=false
msg: |-
http://
Trying other mirror.
To address this issue please refer to the below wiki article
https:/
If above article doesn't help to resolve this issue please use https:/
One of the configured repositories failed (tripleo-
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
3. Run the command with the repository temporarily disabled
yum --disablerepo=
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
or
PLAY RECAP *******
centos7 : ok=7 changed=6 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
failure: repodata/repomd.xml from tripleo-
http://
rc: 1
results: []
This has failed twice in the gate.
A patch to tripleo-repos is probably required.
Changed in tripleo: | |
milestone: | wallaby-2 → wallaby-3 |
Changed in tripleo: | |
milestone: | wallaby-3 → wallaby-rc1 |
Changed in tripleo: | |
milestone: | wallaby-rc1 → xena-1 |
Changed in tripleo: | |
milestone: | xena-1 → xena-2 |
Changed in tripleo: | |
milestone: | xena-2 → xena-3 |
We shouldn't be running master tripleo repos on centos7. I think it's a job config issue