aboutsummaryrefslogtreecommitdiffstats
path: root/j2_excludes.yaml
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2016-10-04 11:50:33 +0200
committerEmilien Macchi <emilien@redhat.com>2016-10-06 02:13:36 +0000
commit8c52f96753771edcc594e63a5a5fa00ecdb05040 (patch)
tree64a8ceb319f27cd1cac1bc58b1c2c80a770b66ab /j2_excludes.yaml
parentc3611e0f701a2b104d52125861b27da44a6c7763 (diff)
Add generic template for custom roles.
This submission creates a generic template file to deploy custom roles. Also adds a file to specify an exclusion role list in order to avoid not to generate the template for those roles. Partial-Bug: #1626976 Depends-On: I6d7247bbb8702eb0ab9bdf133b5ab1c6e8349d98 Change-Id: I3e11c089023b793a5063d9e1714527a3fe2b7458
Diffstat (limited to 'j2_excludes.yaml')
-rw-r--r--j2_excludes.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/j2_excludes.yaml b/j2_excludes.yaml
new file mode 100644
index 00000000..063e63d4
--- /dev/null
+++ b/j2_excludes.yaml
@@ -0,0 +1,10 @@
+# This template specifies which j2 rendered templates
+# should be excluded in the render process from
+# tripleo-common/tripleo_common/actions/templates.py
+
+name:
+ - puppet/controller-role.yaml
+ - puppet/compute-role.yaml
+ - puppet/blockstorage-role.yaml
+ - puppet/objectstorage-role.yaml
+ - puppet/cephstorage-role.yaml