Teach Grenade to do Juno to Kilo upgrades

First step in doing Juno to Kilo upgrades with Grenade is setting the
new base and target branches. Note this should come after both devstack
and grenade have stable/juno branches.

Change-Id: I0a7c8b3273b25e9fe457d7073046ad8a7ee3f70a
This commit is contained in:
Clark Boylan 2014-10-16 08:22:52 -07:00
parent 800788d5d7
commit 29f5cf27d8
2 changed files with 12 additions and 2 deletions

10
from-juno/README.rst Normal file
View File

@ -0,0 +1,10 @@
===========================================
Juno to Kilo specific upgrade scripts
===========================================
This directory can house service scripts for upgrading from Juno
to Kilo for individual services.
To do this add ``upgrade-$servicename`` script to this directory and
include a ``configure_$servicename_upgrade`` function in the file. All
services that don't have a specific upgrade script will just use the
generic one, which performs a db-sync and installs the updated code.

View File

@ -14,10 +14,10 @@ STACK_ROOT=/opt/stack
DATA_DIR=${STACK_ROOT}/data
# Release info
BASE_RELEASE=icehouse
BASE_RELEASE=juno
BASE_RELEASE_DIR=${STACK_ROOT}/$BASE_RELEASE
TARGET_RELEASE=juno
TARGET_RELEASE=kilo
TARGET_RELEASE_DIR=${STACK_ROOT}/$TARGET_RELEASE
# DevStack sources