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:
mandreou
2018-05-09 18:52:27 +03:00
committed by wes hayutin
parent 7f23133651
commit d7ce2c8bb7
2 changed files with 2 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ resource_registry:
parameter_defaults:
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
StackUpdateType: ''
NetworkDeploymentActions: ['CREATE']

View File

@@ -18,3 +18,4 @@ resource_registry:
parameter_defaults:
StackUpdateType: FASTFORWARDUPGRADE
NetworkDeploymentActions: ['CREATE','UPDATE']