From 31896d86b8db2be180b1fb22fab12a521a34f0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 23 Nov 2022 08:46:53 +0100 Subject: [PATCH] Set bmc_other_ports port_security_enabled: false We are seeing error in BMC console on some clouds: Error, some other host (<% MAC_ADDR %>) already uses address <% IP ADDR %>. Set port_security_enabled: false on BMC other ports. Closes-Bug: #1997561 Change-Id: I178bd5c642ac8c54c94cd854452f9bcebf697fba --- templates/bmc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/bmc.yaml b/templates/bmc.yaml index 6b1fbbb..9582ff2 100644 --- a/templates/bmc.yaml +++ b/templates/bmc.yaml @@ -118,6 +118,7 @@ resources: - - {get_param: bmc_prefix} - _%index% network: {get_param: private_net} + port_security_enabled: false bmc_handle: type: OS::Heat::WaitConditionHandle