From fb04ab59bc062fe352c45e23f369b15b5af9094b Mon Sep 17 00:00:00 2001 From: yatin Date: Thu, 16 Nov 2017 15:16:32 +0530 Subject: [PATCH] Update default release to pike GA was two months ago. Change-Id: I792a0596ac89436d1c4d888e266ccb37f36f3595 --- README.rst | 2 +- quickstart.sh | 2 +- roles/common/defaults/main.yml | 2 +- roles/libvirt/defaults/main.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 04b86b9c4..d24d92d6f 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,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, ``newton`` is used. +undercloud. If a release name is not given, ``pike`` is used. Deploying without instructions ------------------------------ diff --git a/quickstart.sh b/quickstart.sh index cf8690f72..150d11895 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -11,7 +11,7 @@ ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner : ${OPT_BOOTSTRAP:=0} : ${OPT_CLEAN:=0} : ${OPT_PLAYBOOK:=quickstart-extras.yml} -: ${OPT_RELEASE:=newton} +: ${OPT_RELEASE:=pike} : ${OPT_RETAIN_INVENTORY_FILE:=0} : ${OPT_SYSTEM_PACKAGES:=0} : ${OPT_TAGS:=$DEFAULT_OPT_TAGS} diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml index 213696c03..6e1905a5e 100644 --- a/roles/common/defaults/main.yml +++ b/roles/common/defaults/main.yml @@ -185,7 +185,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: newton +release: pike # This option controls whether or not to use the repo setup for TripleO # development. Since this requires some other options to be funtional, diff --git a/roles/libvirt/defaults/main.yml b/roles/libvirt/defaults/main.yml index a8b80a8ff..9879eca1a 100644 --- a/roles/libvirt/defaults/main.yml +++ b/roles/libvirt/defaults/main.yml @@ -1,5 +1,5 @@ # Which image should we download? -release: newton +release: pike 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