-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RHELC-1629] hotfix/Fix provisioning of CentOS images (#1290)
* Fix provisioning of CentOS images * TF probably made some changes in the repofiles, so the provisioning now fails with duplicate baseurl entry * additionally extras repo is left unchanged causing the yum calls to fail * comment out all baseurl and mirrorlist options, leave just valid vault baseurl uncommented * fix the failing cve test * fix the extras repo for centos 7 playbook * Remove add-extras-repo role * the extras repo is defined already in the repofiles on the systems we use * Mitigate repo url changed to default * in rare cases the repofiles might get restored to its original state pointing the url back to mirrorlist * add an autouse fixture pointing back to vault Signed-off-by: Daniel Diblik <[email protected]> --------- Signed-off-by: Daniel Diblik <[email protected]>
- Loading branch information
Showing
10 changed files
with
29 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...s/integration/tier0/destructive/yum-distro-sync/add-extras-repo/enable_centos7_extras.yml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...s/integration/tier0/destructive/yum-distro-sync/add-extras-repo/enable_centos8_extras.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
tests/integration/tier0/destructive/yum-distro-sync/add-extras-repo/main.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters