From c748d92c768ccf59d4579f35f8b14cda142686f2 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. NOTE: Changed Change-Id as we incorrectly early cherry-picked and and to revert. Original-Change-Id: I749714c1f0af3787020f3e9b88f752d272b91d37 Change-Id: Id3924a027c9bd7865c9fb081a2eda4f8be069a57 Related-Bug: #1930151 (cherry picked from commit 3b043e4953393c7723553c84cc094a25902cd083) --- environments/undercloud.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 25260f6339..143e25c080 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -86,6 +86,7 @@ parameter_defaults: TokenExpiration: 14400 EnablePackageInstall: true StackAction: CREATE + NetworkDeploymentActions: ['CREATE','UPDATE'] SoftwareConfigTransport: POLL_SERVER_HEAT NeutronTunnelTypes: [] NeutronBridgeMappings: ctlplane:br-ctlplane