X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fartifact_types.json;h=778394d7c6f7491e7264f09c0d4daf4611697ac3;hb=21757af846776cf5005e06d8c4a9c9dfd4eb6b6e;hp=da498e35e7bad76a19ad5fdd34eaebc067166479;hpb=2cd2bb28b21e74140315412b3de303daac206e98;p=demo.git diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json index da498e35..778394d7 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json @@ -1,16 +1,30 @@ { - "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" ] + "artifact_types": { + "artifact-k8sconfig-content": { + "derived_from": "tosca.artifacts.Implementation", + "description": "K8s Config Folder Artifact", + "version": "1.0.0" + }, + "artifact-k8sprofile-content": { + "derived_from": "tosca.artifacts.Implementation", + "description": "K8s Profile Folder Artifact", + "version": "1.0.0" + }, + "artifact-mapping-resource": { + "derived_from": "tosca.artifacts.Implementation", + "description": "Resource Mapping File used along with Configuration template", + "file_ext": [ + "json" + ], + "version": "1.0.0" + }, + "artifact-template-velocity": { + "derived_from": "tosca.artifacts.Implementation", + "description": " Velocity Template used for Configuration", + "file_ext": [ + "vtl" + ], + "version": "1.0.0" + } } - } -} \ No newline at end of file +}