Add flag to assert that puppet manages the keystone endpoints
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 10 Aug 2016 08:25:46 +0000 (11:25 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 29 Aug 2016 08:44:58 +0000 (08:44 +0000)
This will be read by the client and it will furtherly skip the post-config.

Depends-On: I36e1c478e7c92be61da6a0d710e9025d4d354072
Depends-On: Ibbbe1e016e7e47ea5577de33c5a11d4088811616
Change-Id: Icfb650a1dff704cdcce7349dfb612298d38f2706

overcloud.yaml

index c653e03..ebf3eb4 100644 (file)
@@ -1049,6 +1049,9 @@ resources:
       RoleData: {get_attr: [CephStorageServiceChain, role_data]}
 
 outputs:
+  ManagedEndpoints:
+    description: Asserts that the keystone endpoints have been provisioned.
+    value: true
   KeystoneURL:
     description: URL for the Overcloud Keystone service
     value: {get_attr: [EndpointMap, endpoint_map, KeystonePublic, uri]}