dual-stack ansible bootstrap

Change-Id: Id0ac553abdd8affbfa2fe18853e9100ae6aa5226
This commit is contained in:
Tara Subedi 2024-05-03 11:18:54 -04:00
parent 2dbd5f0b84
commit d0c0c2eb8d
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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"