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:
parent
14998e6a5d
commit
1a12568b73
@ -145,6 +145,10 @@ outputs:
|
|||||||
# Force hostname to use the FQDN
|
# Force hostname to use the FQDN
|
||||||
hostnamectl set-hostname $fqdn
|
hostnamectl set-hostname $fqdn
|
||||||
|
|
||||||
|
makehomedir={{ makehomedir }}
|
||||||
|
idm_no_ntp={{ idm_no_ntp }}
|
||||||
|
idm_domain={{ idm_domain }}
|
||||||
|
|
||||||
# run ipa-client-install
|
# run ipa-client-install
|
||||||
OPTS="-U -w $otp --hostname $fqdn"
|
OPTS="-U -w $otp --hostname $fqdn"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user