Use current-passed-ci repo for tests

When the RDO Trunk Queens repo was bootstrapped, there was no
current-passed-ci repo, so we used consistent as a temporary measure.
Now we have it, so let's move to a tested repo.

Change-Id: I10ac457c6660b385247a036facd5e6dac07522b8
This commit is contained in:
Javier Pena 2018-03-13 15:06:33 +01:00
parent 14db552610
commit f5065ce755
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
- hosts: compute
name: setup RDO Trunk repositories
vars:
# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP.
delorean: "https://trunk.rdoproject.org/centos7-queens/consistent/delorean.repo"
delorean: "https://trunk.rdoproject.org/centos7-queens/current-passed-ci/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/centos7-queens/delorean-deps.repo"
tasks:
- name: Fetch DLRN repo

View File

@ -20,8 +20,7 @@ SCENARIO=${SCENARIO:-scenario001}
# We could want to override the default repositories or install behavior
INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true}
MANAGE_REPOS=${MANAGE_REPOS:-true}
# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP.
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-queens/consistent/delorean.repo}
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-queens/current-passed-ci/delorean.repo}
DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-queens/delorean-deps.repo}
GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org}
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}