FFU Set NetworkDeploymentActions CREATE,UPDATE for ffwd-upgrade prepare
And unset back to CREATE on ffwd-upgrade converge. See [0] for more discussion. This is to allow operators to update to the new script based os-net-config network templates during the ffwd-upgrade. [0] https://bugzilla.redhat.com/show_bug.cgi?id=1568561#c3 Change-Id: Ib5be49579545ad0ec7bf95e96fbe1f62ec4d3ac0
This commit is contained in:
@@ -10,3 +10,4 @@ resource_registry:
|
||||
parameter_defaults:
|
||||
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
|
||||
StackUpdateType: ''
|
||||
NetworkDeploymentActions: ['CREATE']
|
||||
|
@@ -18,3 +18,4 @@ resource_registry:
|
||||
|
||||
parameter_defaults:
|
||||
StackUpdateType: FASTFORWARDUPGRADE
|
||||
NetworkDeploymentActions: ['CREATE','UPDATE']
|
||||
|
Reference in New Issue
Block a user