d688ab722a
To run TLS-E without novajoin, set undercloud_enable_novajoin to false. To avoid confusion, this changes the previous behavior of undercloud_enable_novajoin flag and it's default value. The original flag wasn't used, because novajoin is only used for TLS-E, so it doesn't make sense to deploy it otherwise. Depends-On: https://review.opendev.org/731383 Depends-On: https://review.opendev.org/740951 Change-Id: Id97074ff7b1341942e8c85fc709a83b33e0af414
9 lines
327 B
Django/Jinja
9 lines
327 B
Django/Jinja
# Override the IpaClient path to use tripleo-ipa instead of novajoin for IPA registration
|
|
|
|
parameter_defaults:
|
|
IdMServer: {{freeipa_server_hostname}}
|
|
IdMDomain: {{overcloud_cloud_domain}}
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::IpaClient: {{overcloud_templates_path}}/deployment/ipa/ipaservices-baremetal-ansible.yaml
|