Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update default release to Newton
Browse files Browse the repository at this point in the history
GA was 2 months ago!

Change-Id: I86d5c15dc050b81a794beb312bf3a7eb040e985f
  • Loading branch information
apevec authored and strider committed Jan 10, 2017
1 parent c3cbe6c commit ef726b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -60,7 +60,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, ``mitaka`` is used.
undercloud. If a release name is not given, ``newton`` is used.

Deploying without instructions
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion quickstart.sh
Expand Up @@ -10,7 +10,7 @@ DEFAULT_OPT_TAGS="untagged,provision,environment,undercloud-scripts,overcloud-sc
: ${OPT_BOOTSTRAP:=0}
: ${OPT_CLEAN:=0}
: ${OPT_PLAYBOOK:=quickstart-extras.yml}
: ${OPT_RELEASE:=mitaka}
: ${OPT_RELEASE:=newton}
: ${OPT_RETAIN_INVENTORY_FILE:=0}
: ${OPT_SYSTEM_PACKAGES:=0}
: ${OPT_TAGS:=$DEFAULT_OPT_TAGS}
Expand Down
2 changes: 1 addition & 1 deletion roles/common/defaults/main.yml
Expand Up @@ -148,7 +148,7 @@ enable_vnc_console: false
#
# TODO(trown): It would be better to write a release into the image itself
# and set this variable from there.
release: mitaka
release: newton

# This option controls whether or not to use the repo setup for TripleO
# development. Since this requires some other options to be funtional,
Expand Down
2 changes: 1 addition & 1 deletion roles/libvirt/defaults/main.yml
@@ -1,5 +1,5 @@
# Which image should we download?
release: mitaka
release: newton
undercloud_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/stable/undercloud.qcow2
overcloud_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/stable/overcloud-full.tar
ipa_image_url: http://artifacts.ci.centos.org/rdo/images/{{ release }}/delorean/stable/ironic-python-agent.tar
Expand Down

0 comments on commit ef726b9

Please sign in to comment.