grenade/within-juno/README.rst
Adam Gandelman 156339e4e8 Add within-juno dir and within-master symlink
This adds logic to upgrade_project() to call project upgrade
scripts from the within-$release directory if performing a
sideways upgrade within the same release.  A symlink named
within-master is added and linked to the current development
release to allow sideways migration testing of trunk.  When Juno
tags are cut and K opens, a from-kilo directoy should be created
and this symlink updated.

Change-Id: I770075442d05f38515e5dadf24f2c642d14d7845
2014-08-26 15:17:41 -07:00

495 B

===========================================

Juno to Juno specific sideways upgrade scripts

=========================================== This directory can house service scripts for upgrading within the Juno release.

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.