DNM test with testing repo added

load deps from https://trunk.rdoproject.org/centos8-master/delorean-deps-test.repo

Change-Id: I9c29d0495bc4665595ebfa728b227cc654ada6b6
This commit is contained in:
Alfredo Moralejo 2020-09-09 11:59:42 +02:00
parent 3bc4d7e722
commit affbb9cad8
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
vars:
selinux_enforcing: "false"
delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps-test.repo"
pre-run: playbooks/packstack-centos8-pre.yaml
nodeset:
nodes:
@ -52,7 +52,7 @@
vars:
selinux_enforcing: "false"
delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps-test.repo"
pre-run: playbooks/packstack-centos8-pre.yaml
nodeset:
nodes:
@ -66,7 +66,7 @@
vars:
selinux_enforcing: "false"
delorean: "https://trunk.rdoproject.org/centos8-master/puppet-passed-ci/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps.repo"
delorean_deps: "https://trunk.rdoproject.org/centos8-master/delorean-deps-test.repo"
pre-run: playbooks/packstack-centos8-pre.yaml
nodeset:
nodes:

View File

@ -27,7 +27,7 @@ OS_NAME_VERS=${ID}${VERSION_ID}
INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true}
MANAGE_REPOS=${MANAGE_REPOS:-true}
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/${OS_NAME_VERS}-master/current-passed-ci/delorean.repo}
DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/${OS_NAME_VERS}-master/delorean-deps.repo}
DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/${OS_NAME_VERS}-master/delorean-deps-test.repo}
GIT_BASE_URL=${GIT_BASE_URL:-https://git.openstack.org}
ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}
SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}