ffu: Allow FASTFORWARDUPGRADE as a StackUpdateType
This change allows FASTFORWARDUPGRADE to be fed to puppet-tripleo allowing mainifests to act according when applied during FFU. Change-Id: I8792937c2524c31becfb8a9f28047b73617c0fc3
This commit is contained in:
committed by
Pradeep Kilambi
parent
7777f7b02e
commit
3d8f47a71a
@@ -36,7 +36,7 @@ parameters:
|
|||||||
Type of update, to differentiate between UPGRADE and UPDATE cases
|
Type of update, to differentiate between UPGRADE and UPDATE cases
|
||||||
when StackAction is UPDATE (both are the same stack action).
|
when StackAction is UPDATE (both are the same stack action).
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['', 'UPGRADE']
|
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||||
default: ''
|
default: ''
|
||||||
EnableInternalTLS:
|
EnableInternalTLS:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ parameters:
|
|||||||
Type of update, to differentiate between UPGRADE and UPDATE cases
|
Type of update, to differentiate between UPGRADE and UPDATE cases
|
||||||
when StackAction is UPDATE (both are the same stack action).
|
when StackAction is UPDATE (both are the same stack action).
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['', 'UPGRADE']
|
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||||
default: ''
|
default: ''
|
||||||
# NOTE(jaosorior): This is being set as IPA as it's the first
|
# NOTE(jaosorior): This is being set as IPA as it's the first
|
||||||
# CA we'll actually be testing out. But we can change this if
|
# CA we'll actually be testing out. But we can change this if
|
||||||
|
|||||||
Reference in New Issue
Block a user