From 2f780ec9e626ee14845a335c0678aa1c550a33fd Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 14 Jan 2020 18:50:07 +0530 Subject: [PATCH] Switch to puppet-passed-ci repo for centos8 Promotion pipeline for RDO CentOS8 is setup and running[1], on success puppet-passed-ci repo get's created, let's use it instead of consistent which is not tested with puppet-openstack-integration jobs. [1] https://ci.centos.org/view/rdo/view/weirdo-pipelines/view/weirdo-promote-test-puppet-centos8/ Change-Id: Ib11d3dd95bb0d04176f8e06b247c7f0b81b77314 --- configure_facts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure_facts.sh b/configure_facts.sh index 758c8bb7c..83da2d6c4 100644 --- a/configure_facts.sh +++ b/configure_facts.sh @@ -20,8 +20,7 @@ OS_NAME_VERS=${REDHAT_SUPPORT_PRODUCT}${REDHAT_SUPPORT_PRODUCT_VERSION} export WRITE_FACTS=${WRITE_FACTS:-true} export DLRN_BASE=${DLRN_BASE:-${OS_NAME_VERS}-master/puppet-passed-ci} export DLRN_DEPS_BASE=${DLRN_DEPS_BASE:-${OS_NAME_VERS}-master/deps/latest/} -# change consistent to puppet-passed-ci after promotion pipeline is setup -export DLRN_BASE_URL=${DLRN_BASE_URL:-${OS_NAME_VERS}-master/consistent/delorean.repo} +export DLRN_BASE_URL=${DLRN_BASE_URL:-${OS_NAME_VERS}-master/puppet-passed-ci/delorean.repo} export DLRN_DEPS_URL=${DLRN_DEPS_URL:-${OS_NAME_VERS}-master/delorean-deps.repo} export CEPH_VERSION=${CEPH_VERSION:-nautilus}