From 9bf35432d2ce7359124fcf8e7700eff6bbc77483 Mon Sep 17 00:00:00 2001 From: John Kung Date: Thu, 17 Feb 2022 14:50:04 -0600 Subject: [PATCH] Debian: Add management_interface to platform.conf The platform.conf management_interface is read by mtc and enabling an initial configuration allows process dependent on this info. This is required until the kickstarts populate the platform.conf with the required info. For an AIO-SX, management_interface=lo is the expected value. TestPlan: On Debian: PASSED Installation PASSED Observe mtce logs prior to bootstrap (e.g. mtcClient.log) PASSED Debian bootstrap with published workarounds PASSED Observe mtce logs post bootstrap (e.g. mtcAgent.log) Story: 2009101 Task: 44531 Signed-off-by: John Kung Change-Id: I70da1cdefd3348374f63226e7627af85f90a7390 --- debian-mirror-tools/config/debian/common/base-bullseye.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-mirror-tools/config/debian/common/base-bullseye.yaml b/debian-mirror-tools/config/debian/common/base-bullseye.yaml index 222d2c59e..a41f4f658 100644 --- a/debian-mirror-tools/config/debian/common/base-bullseye.yaml +++ b/debian-mirror-tools/config/debian/common/base-bullseye.yaml @@ -52,6 +52,7 @@ rootfs-pre-scripts: subfunction=controller,worker system_type=All-in-one security_profile=standard + management_interface=lo SCRIPT_ENDOF rootfs-post-scripts: - |-