@@ -34,6 +34,7 @@ resource_registry:
3434 OS::TripleO::Services::HeatApiCfn : /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-api-cfn-container-puppet.yaml
3535 OS::TripleO::Services::HeatApiCloudwatch : /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-api-cloudwatch-disabled-puppet.yaml
3636 OS::TripleO::Services::HeatEngine : /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-engine-container-puppet.yaml
37+ OS::TripleO::Services::IpaClient : /usr/share/openstack-tripleo-heat-templates/deployment/ipa/ipaservices-baremetal-ansible.yaml
3738parameter_defaults :
3839 RedisVirtualFixedIPs :
3940 - ip_address : 192.168.122.110
@@ -55,18 +56,21 @@ parameter_defaults:
5556 ComputeHCICount : 3
5657 NeutronGlobalPhysnetMtu : 1350
5758 CinderLVMLoopDeviceSize : 20480
58- CloudName : overcloud.example.com
59- CloudNameInternal : overcloud.internalapi.example.com
60- CloudNameStorage : overcloud.storage.example.com
61- CloudNameStorageManagement : overcloud.storagemgmt.example.com
62- CloudNameCtlplane : overcloud.ctlplane.example.com
63- CloudDomain : example.com
59+ CloudName : overcloud.ooo.test
60+ CloudNameInternal : overcloud.internalapi.ooo.test
61+ CloudNameStorage : overcloud.storage.ooo.test
62+ CloudNameStorageManagement : overcloud.storagemgmt.ooo.test
63+ CloudNameCtlplane : overcloud.ctlplane.ooo.test
64+ CloudDomain : ooo.test
65+ IdMServer : osp-free-ipa-0.ooo.test
66+ IdMDomain : ooo.test
67+ IdMInstallClientPackages : true
6468 NetworkConfigWithAnsible : false
6569 ControllerHostnameFormat : ' %stackname%-controller-%index%'
6670 ComputeHCIHostnameFormat : ' %stackname%-computehci-%index%'
6771 CtlplaneNetworkAttributes :
6872 network :
69- dns_domain : example.com
73+ dns_domain : ooo.test
7074 mtu : 1500
7175 name : ctlplane
7276 tags :
0 commit comments