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 host=review.openstack.org
port=29418 port=29418
project=openstack/packstack.git project=openstack/packstack.git
defaultbranch=stable/queens

View File

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

View File

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