add temp repo for rdoinfo changes podman/buildah

This adds a hand built yum repo to get
additional coverage on a dep package bump
for buildah and podman

Change-Id: I2ce9dd1111cb5be68a27770b4b8b9b817063ba38
This commit is contained in:
Wes Hayutin 2019-04-11 13:16:46 -06:00
parent 106c16a404
commit 93c7b2868e
2 changed files with 17 additions and 0 deletions

View File

@ -97,6 +97,14 @@ repos:
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/cr/x86_64/
enabled: 0
- type: generic
reponame: rdoinfo_repo_test
filename: rdoinfo_repo_test.repo
priority: 1
gpgcheck: 0
enabled: 1
baseurl: http://38.145.32.220/rdoinfo_repo_test/
repo_cmd_after: |
sudo yum install -y yum-plugin-priorities;
{% if not enable_opstools_repo|default(false)|bool %}sudo yum-config-manager --save --setopt quickstart-centos-opstools.enabled=0;

View File

@ -104,6 +104,15 @@ repos:
baseurl: ${NODEPOOL_CENTOS_MIRROR}/7/rt/x86_64/
enabled: 0
- type: generic
reponame: rdoinfo_repo_test
filename: rdoinfo_repo_test.repo
priority: 1
gpgcheck: 0
enabled: 1
baseurl: http://38.145.32.220/rdoinfo_repo_test/
repo_cmd_after: |
sudo yum install -y yum-plugin-priorities;
{% if not enable_opstools_repo|default(false)|bool %}sudo yum-config-manager --save --setopt quickstart-centos-opstools.enabled=0;