From f7d891db891f4fb8db103236d4010de1b7739378 Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Wed, 3 Apr 2019 15:23:27 -0400 Subject: Jinja template for Blueprint template service Change-Id: Iec777e4500c2a040faccc8375b1d2dd24c27cb7f Issue-ID: CCSDK-1193 Signed-off-by: Steve Siani --- .../starter-type/artifact_type/artifact-template-jinja.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 components/model-catalog/definition-type/starter-type/artifact_type/artifact-template-jinja.json (limited to 'components/model-catalog/definition-type') diff --git a/components/model-catalog/definition-type/starter-type/artifact_type/artifact-template-jinja.json b/components/model-catalog/definition-type/starter-type/artifact_type/artifact-template-jinja.json new file mode 100644 index 000000000..5d4fcc3f6 --- /dev/null +++ b/components/model-catalog/definition-type/starter-type/artifact_type/artifact-template-jinja.json @@ -0,0 +1,8 @@ +{ + "description": " Jinja Template used for Configuration", + "version": "1.0.0", + "file_ext": [ + "jinja" + ], + "derived_from": "tosca.artifacts.Implementation" +} \ No newline at end of file -- cgit 1.2.3-korg