Branch stable/queens for Packstack

- Update gitreview
- Update trunk repositories to use queens

Change-Id: Iaf2ef0e64108cc237b2039f883a4824c03026fd8
This commit is contained in:
David Moreau Simard 2018-02-14 11:22:57 -05:00 committed by Javier Pena
parent d40200ea79
commit 322274079f
3 changed files with 7 additions and 4 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/packstack.git
defaultbranch=stable/queens

View File

@ -1,8 +1,9 @@
- 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"
# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP.
delorean: "https://trunk.rdoproject.org/centos7-queens/consistent/delorean.repo"
delorean_deps: "https://trunk.rdoproject.org/centos7-queens/delorean-deps.repo"
tasks:
- name: Fetch DLRN repo
get_url:

View File

@ -20,8 +20,9 @@ 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}
# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP.
DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-queens/consistent/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:-}
SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}