tripleo-heat-templates/releasenotes/notes/add_domain_and_no_ntp_to_ipaclient-048fdfccf0cb7835.yaml
Ade Lee edfbeae918 Add domain and no-ntp options to ipaclient
Two options have proven useful for deployers.
--domain: To specify the IdM DNS domain in cases where the client is
  not in the same DNS domain as the IdM server
--no-ntp: To ensure that the idm-client-install does not change the
  NTP settings when they have already been set by puppet.

The patch adds both these options.

Change-Id: I88075174dfffe4117c8ccc31f28ed9f43bf8b4e7
2019-05-24 11:46:54 -04:00

8 lines
366 B
YAML

---
features:
- Allows a deployer to specify the IdM domain with --domain on the
ipa-client-install invocation by providing the IdMDomain parameter.
- Allows a deployer to direct the ipa-client-install to skip NTP setup
by specifying the IdMNoNtpSetup parameter. This is useful if the
ipa-client-install setup clobbers the NTP setup by puppet.