summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-10-07 13:49:43 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-07 13:49:43 +0000
commit6c0a2e9e991bf94b3ed97516ac2d6614f87f66f2 (patch)
treef89ac8dee78112e382bf4c215d8cd6046e3c27cc /components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json
parent0dd225849c1e874219de60b36313000bf17d17d8 (diff)
parent4557a0e400de554ef3474bcd5d7c36a85b5be937 (diff)
Merge "PNF demo blueprint"
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json
new file mode 100644
index 000000000..da498e35e
--- /dev/null
+++ b/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Definitions/artifact_types.json
@@ -0,0 +1,16 @@
+{
+ "artifact_types" : {
+ "artifact-mapping-resource" : {
+ "description" : "Resource Mapping File used along with Configuration template",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "json" ]
+ },
+ "artifact-template-velocity" : {
+ "description" : " Velocity Template used for Configuration",
+ "version" : "1.0.0",
+ "derived_from" : "tosca.artifacts.Implementation",
+ "file_ext" : [ "vtl" ]
+ }
+ }
+} \ No newline at end of file