From b6dd8f112cd5506923b4b3ce51a1774b0bfc037c Mon Sep 17 00:00:00 2001
From: Tomas Sedovic <tomas@sedovic.cz>
Date: Mon, 11 Sep 2017 14:57:09 +0200
Subject: Pre-create a Cinder registry volume

---
 roles/static_inventory/templates/inventory.j2 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'roles/static_inventory')

diff --git a/roles/static_inventory/templates/inventory.j2 b/roles/static_inventory/templates/inventory.j2
index 987c98ec6..640a46ba2 100644
--- a/roles/static_inventory/templates/inventory.j2
+++ b/roles/static_inventory/templates/inventory.j2
@@ -42,10 +42,16 @@ etcd
 lb
 
 # Set variables common for all OSEv3 hosts
-#[OSEv3:vars]
+[OSEv3:vars]
 
 # For OSEv3 normal group vars, see ./group_vars/OSEv3.yml
 
+{% if cinder_registry_volume is defined %}
+openshift_hosted_registry_storage_openstack_volumeID="{{ cinder_registry_volume.id }}"
+openshift_hosted_registry_storage_volume_size="{{ cinder_registry_volume.volume.size }}Gi"
+{% endif %}
+
+
 # Host Groups
 
 [masters:children]
-- 
cgit v1.2.3