Always run network config for undercloud

We need to ensure that os-net-config is run on upgrades. On the
undercloud we want the os-net-config to always run so let's set the
NetworkDeploymentAction correctly.

Change-Id: I749714c1f0af3787020f3e9b88f752d272b91d37
Related-Bug: #1930151
This commit is contained in:
Alex Schultz 2021-06-16 11:02:23 -06:00
parent bcd237b4d1
commit 3b043e4953

View File

@ -79,6 +79,7 @@ parameter_defaults:
TokenExpiration: 14400
EnablePackageInstall: true
StackAction: CREATE
NetworkDeploymentActions: ['CREATE','UPDATE']
NeutronTunnelTypes: []
NeutronBridgeMappings: ctlplane:br-ctlplane
NeutronAgentExtensions: []