Merge "Wait for cluster to settle in yum_update.sh"
[apex-tripleo-heat-templates.git] / puppet / all-nodes-config.yaml
index 1147b85..9dd4368 100644 (file)
@@ -259,3 +259,9 @@ outputs:
     description: The ID of the allNodesConfigImpl resource.
     value:
       {get_resource: allNodesConfigImpl}
+  hosts_entries:
+    description: |
+      The content that should be appended to your /etc/hosts if you want to get
+      hostname-based access to the deployed nodes (useful for testing without
+      setting up a DNS).
+    value: {get_attr: [allNodesConfigImpl, config, hosts]}