Merge "Add an option to disable the DNS record modification in FreeIPA" into stable/train

This commit is contained in:
Zuul 2020-05-13 00:59:05 +00:00 committed by Gerrit Code Review
commit d17c675d4e
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,10 @@ parameters:
default: True
description: Set to true to enroll the base server (computes, controllers)
type: boolean
IdMModifyDNS:
default: True
description: Set to false to disable DNS records manipulation in the FreeIPA server.
type: boolean
IdMZoneSplitIPv4:
default: 1
description: The level by which the PTR DNS record is split when creating zones.
@ -102,6 +106,7 @@ outputs:
vars:
tripleo_ipa_ptr_zone_split_ipv4: {get_param: IdMZoneSplitIPv4}
tripleo_ipa_ptr_zone_split_ipv6: {get_param: IdMZoneSplitIPv6}
when: {get_param: IdMModifyDNS}
environment:
if:
- idm_server_provided