From 44b67ebdeb179af66dad78c2c54eb07723f46d4d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 11 Aug 2016 14:04:28 +0100 Subject: Reinstate CloudDomain properties for Controller/Compute roles These were removed in https://review.openstack.org/#/c/347050 but it turns out the defaults in the role templates is bad, as an empty string results in a malformed hosts file fqdn. So, partially revert that patch so we always pass the global CloudDomain from overcloud.yaml, accepting the default configured there, and remove the empty-string defaults in the role templates. Change-Id: I0ea4190a23488986a3ee9e887328e0e7a03fe3aa --- puppet/controller.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/controller.yaml') diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 5734ce0a..779aa8a4 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -301,7 +301,6 @@ parameters: constraints: - allowed_values: [POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL, ZAQAR_MESSAGE] CloudDomain: - default: '' type: string description: > The DNS domain used for the hosts. This should match the dhcp_domain -- cgit 1.2.3-korg