Don't maintain stable scenario env in upgrade CI

In https://review.openstack.org/#/c/464667 I assumed we wanted to
keep the stable scenario on upgrade, to avoid adding services during
the upgrade process.

It seems we're expecting to run the pingtest for master (or whatever
post-upgrade branch) so were actually depending on the services getting
added during the upgrade.

Change-Id: I83a421a23333a01d56781fb329116ae0036ae48a
This commit is contained in:
Steven Hardy 2017-05-25 11:05:37 +01:00
parent 320b5bf1a5
commit 23bf89eb9d
1 changed files with 0 additions and 7 deletions

View File

@ -368,13 +368,6 @@ if [ "$MULTINODE" = "1" ]; then
OVERCLOUD_DEPLOY_ARGS=${OVERCLOUD_DEPLOY_ARGS//$ENV_PATH/$STABLE_ENV_PATH}
echo "UPGRADE_OVERCLOUD_DEPLOY_ARGS=$UPGRADE_OVERCLOUD_DEPLOY_ARGS"
echo "OVERCLOUD_DEPLOY_ARGS=$OVERCLOUD_DEPLOY_ARGS"
# On upgrade, we want to maintain the same scenario, as we're testing
# the upgrade of those services initially deployed. However we also
# need the path to be a subdirectory of the --templates location
# because some environment files reference j2 rendered files.
# So we copy MULTINODE_ENV_PATH under TEMPLATE_PATH
sudo cp $MULTINODE_ENV_PATH /usr/share/openstack-tripleo-heat-templates/ci/environments/
echo "Copied $MULTINODE_ENV_PATH to /usr/share/openstack-tripleo-heat-templates/ci/environments/"
# Set deploy args for stable deployment:
export OVERCLOUD_DEPLOY_ARGS="$OVERCLOUD_DEPLOY_ARGS --templates $STABLE_TEMPLATE_PATH -e $STABLE_TEMPLATE_PATH/environments/deployed-server-environment.yaml -e $STABLE_TEMPLATE_PATH/environments/services/sahara.yaml"
if [ ! -z $UPGRADE_ENV ]; then