From c2966ca0fb4a477492031275d792e3c5f8b6b5a5 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 16 Jun 2021 11:02:23 -0600 Subject: [PATCH] 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 (cherry picked from commit 38ca24be2feda9baac7f5ddff221dcb5b2222240) --- environments/undercloud.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index af87be3ac8..49294ff931 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -79,6 +79,7 @@ parameter_defaults: TokenExpiration: 14400 EnablePackageInstall: true StackAction: CREATE + NetworkDeploymentAction: ['CREATE','UPDATE'] NeutronTunnelTypes: [] NeutronBridgeMappings: ctlplane:br-ctlplane NeutronAgentExtensions: []