Change CloudName default value to include domain
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 30 Aug 2016 12:04:18 +0000 (15:04 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 30 Aug 2016 12:04:18 +0000 (15:04 +0300)
The CloudName's default value only included the shortname which is
not a very good practice. This now sets localdomain as the default
domain there.

Change-Id: Ic46b34d94a602aa948b873062015286cf49f7c3c

overcloud.yaml

index 38a3680..d191f14 100644 (file)
@@ -13,7 +13,7 @@ parameters:
 
   # Common parameters (not specific to a role)
   CloudName:
-    default: overcloud
+    default: overcloud.localdomain
     description: The DNS name of this cloud. E.g. ci-overcloud.tripleo.org
     type: string
   CloudNameInternal: