From 003cd14847d3c16ac0484dd4c8e1759c8f412baa Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 11 Jul 2017 17:28:38 +0100 Subject: Convert cephstorage-role.yaml to role.role.j2.yaml Add some special-casing for backwards compatibility, such that the CephStorage role can be rendered via j2 for support of composable networks. Change-Id: Iee92bb6ee94963717d3a8ef400e7970f62576a0d Partially-Implements: blueprint composable-networks --- j2_excludes.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'j2_excludes.yaml') diff --git a/j2_excludes.yaml b/j2_excludes.yaml index 504cc153..4afbeb01 100644 --- a/j2_excludes.yaml +++ b/j2_excludes.yaml @@ -1,8 +1,10 @@ # This template specifies which j2 rendered templates # should be excluded in the render process from # tripleo-common/tripleo_common/actions/templates.py +# E.g: +# name: +# - puppet/cephstorage-role.yaml name: - - puppet/cephstorage-role.yaml - network/internal_api.yaml - network/external.yaml - network/storage.yaml -- cgit 1.2.3-korg