Merge "Switch default to queens"

This commit is contained in:
Zuul 2018-04-21 13:55:59 +00:00 committed by Gerrit Code Review
commit ed89f066a5
4 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ run the quickstart playbook. Note, the quickstart playbook will delete the
``stack`` user on ``$VIRTHOST`` and recreate it.
This script will output instructions at the end to access the deployed
undercloud. If a release name is not given, ``pike`` is used.
undercloud. If a release name is not given, ``queens`` is used.
Deploying without instructions
------------------------------

View File

@ -18,7 +18,7 @@ ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
: ${OPT_BOOTSTRAP:=0}
: ${OPT_CLEAN:=0}
: ${OPT_PLAYBOOK:=quickstart-extras.yml}
: ${OPT_RELEASE:=pike}
: ${OPT_RELEASE:=queens}
: ${OPT_RETAIN_INVENTORY_FILE:=0}
: ${OPT_SYSTEM_PACKAGES:=0}
: ${OPT_TAGS:=$DEFAULT_OPT_TAGS}

View File

@ -188,7 +188,7 @@ enable_vnc_console: true
#
# TODO(trown): It would be better to write a release into the image itself
# and set this variable from there.
release: pike
release: queens
# This option controls whether or not to use the repo setup for TripleO
# development. Since this requires some other options to be funtional,

View File

@ -1,5 +1,5 @@
# Which image should we download?
release: pike
release: queens
undercloud_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/consistent/stable/undercloud.qcow2
overcloud_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/consisten/stable/overcloud-full.tar
ipa_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/consistent/stable/ironic-python-agent.tar