Fix ipaclient script

The parameters for no_ntp_setup, ipa_domain and makehomedir
need to be set to whatever is coming in from heat.

Change-Id: Ica897528ee2ddd7d3e9f7cc7e920de8acdd61556
This commit is contained in:
Ade Lee 2019-06-18 16:36:19 -04:00
parent 14998e6a5d
commit 1a12568b73
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ outputs:
# Force hostname to use the FQDN
hostnamectl set-hostname $fqdn
makehomedir={{ makehomedir }}
idm_no_ntp={{ idm_no_ntp }}
idm_domain={{ idm_domain }}
# run ipa-client-install
OPTS="-U -w $otp --hostname $fqdn"