From d0c0c2eb8d4fc69604452e23ed3908866746a132 Mon Sep 17 00:00:00 2001 From: Tara Subedi Date: Fri, 3 May 2024 11:18:54 -0400 Subject: [PATCH] dual-stack ansible bootstrap Change-Id: Id0ac553abdd8affbfa2fe18853e9100ae6aa5226 --- sysinv/sysinv/sysinv/sysinv/cmd/utils.py | 1 + sysinv/sysinv/sysinv/sysinv/common/constants.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysinv/sysinv/sysinv/sysinv/cmd/utils.py b/sysinv/sysinv/sysinv/sysinv/cmd/utils.py index 715021343d..a3886aa923 100644 --- a/sysinv/sysinv/sysinv/sysinv/cmd/utils.py +++ b/sysinv/sysinv/sysinv/sysinv/cmd/utils.py @@ -126,6 +126,7 @@ def create_host_overrides(filename): } data.update(pool_data) + # TODO: support for dual-stack elif pool.name == 'management': pool_data = {'management_subnet': subnet, 'management_start_address': range_start, diff --git a/sysinv/sysinv/sysinv/sysinv/common/constants.py b/sysinv/sysinv/sysinv/sysinv/common/constants.py index 29679dacab..df69b9c184 100644 --- a/sysinv/sysinv/sysinv/sysinv/common/constants.py +++ b/sysinv/sysinv/sysinv/sysinv/common/constants.py @@ -2514,7 +2514,7 @@ MGMT_IPSEC_DISABLED = 'disabled' # If True, makes outputs compatible with single stack versions of ansible-playbooks and stx-puppet. # Shall be removed when the other projects are updated. -DUAL_STACK_COMPATIBILITY_MODE = True +DUAL_STACK_COMPATIBILITY_MODE = False # certificate constants VALIDITY = "Validity"