summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/templates/inventory.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/static_inventory/templates/inventory.j2')
-rw-r--r--roles/static_inventory/templates/inventory.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/static_inventory/templates/inventory.j2 b/roles/static_inventory/templates/inventory.j2
index 8863fb7c4..9dfbe3a5b 100644
--- a/roles/static_inventory/templates/inventory.j2
+++ b/roles/static_inventory/templates/inventory.j2
@@ -40,6 +40,7 @@ dns
nodes
etcd
lb
+new_nodes
# Set variables common for all OSEv3 hosts
[OSEv3:vars]
@@ -78,6 +79,8 @@ dns.{{ stack_name }}
[lb:children]
lb.{{ stack_name }}
+[new_nodes:children]
+
# Empty placeholders for all groups of the cluster nodes
[masters.{{ stack_name }}]
[etcd.{{ stack_name }}]
@@ -86,6 +89,7 @@ lb.{{ stack_name }}
[app.{{ stack_name }}]
[dns.{{ stack_name }}]
[lb.{{ stack_name }}]
+[new_nodes.{{ stack_name }}]
# BEGIN Autogenerated groups
{% for group in groups %}