From 8c52f96753771edcc594e63a5a5fa00ecdb05040 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Tue, 4 Oct 2016 11:50:33 +0200 Subject: 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 --- j2_excludes.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 j2_excludes.yaml (limited to 'j2_excludes.yaml') 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 -- cgit 1.2.3-korg