add a noop-upgrade variable for fs051

fs051 is used to just test the workflow
of upgrades, not to actually test a real upgrade.
That is now done by the standalone upgrade.

Adding a variable called noop_upgrade so that
emit_releases.py will work properly with
fs051

Change-Id: Ie0612902c0b6ca00ce5b9bea3690d6131e9e4bfe
This commit is contained in:
Wes Hayutin 2019-01-11 14:36:59 -07:00 committed by wes hayutin
parent 9569d17e36
commit 32b14fd506
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ enable_pacemaker: false
# Container prep parameters.
containerized_overcloud: true
containerized_overcloud_upgrade: true
# mixed_upgrade, used for a mixed initial deployment of undercloud and overcloud releases
mixed_upgrade: false
# noop_upgrade, used when running upgrades from $release to $release
noop_upgrade: true
enable_opstools_repo: true