Add an option to disable the DNS record modification in FreeIPA

This also fixes indentation so that it is the same as in
stable/train branch.

Depends-On: https://review.opendev.org/726278

Change-Id: I3ad37fc2fc80c92970c569f3cd1d94833df0890c
(cherry picked from commit 9566df9f56)
This commit is contained in:
Grzegorz Grasza 2020-04-29 13:01:02 +02:00 committed by Emilien Macchi
parent df3c2ebf29
commit e6dd20f733
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,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.
@ -96,6 +100,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:
IPA_HOST: {get_param: IdMServer}
IPA_USER: "nova/{{ ansible_fqdn }}"