diff --git a/.gitreview b/.gitreview index acd998c5e..85004f166 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/packstack.git +defaultbranch=stable/rocky diff --git a/playbooks/packstack-multinode.yaml b/playbooks/packstack-multinode.yaml index 821683072..a0908d80b 100644 --- a/playbooks/packstack-multinode.yaml +++ b/playbooks/packstack-multinode.yaml @@ -1,8 +1,8 @@ - hosts: compute name: setup RDO Trunk repositories vars: - delorean: "https://trunk.rdoproject.org/centos7-master/current-passed-ci/delorean.repo" - delorean_deps: "https://trunk.rdoproject.org/centos7-master/delorean-deps.repo" + delorean: "https://trunk.rdoproject.org/centos7-rocky/current-passed-ci/delorean.repo" + delorean_deps: "https://trunk.rdoproject.org/centos7-rocky/delorean-deps.repo" tasks: - name: Fetch DLRN repo get_url: diff --git a/run_tests.sh b/run_tests.sh index 5e9b18a51..898bf425a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -20,8 +20,8 @@ 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} -DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-master/current-passed-ci/delorean.repo} -DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-master/delorean-deps.repo} +DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-rocky/current-passed-ci/delorean.repo} +DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-rocky/delorean-deps.repo} GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org} ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-} SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}