summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2')
-rw-r--r--xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2 b/xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2
new file mode 100644
index 00000000..e4645deb
--- /dev/null
+++ b/xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2
@@ -0,0 +1,7 @@
+<pool type='dir'>
+ <name>{{ node_storage_pool }}</name>
+ <target>
+ <path>{{ node_storage_pool_path }}</path>
+ </target>
+</pool>
+