From 8e04adadd8d63b02bc26f352d3434c5bbee4cbfa Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 15 Mar 2021 22:46:18 +0100 Subject: Added missing elements of starter dictionary for CNF CBA Added missing elements of starter dictionary for CNF CBA Issue-ID: CCSDK-3211 Signed-off-by: Lukasz Rajewski Change-Id: Ib0ae251e26ccfab08e9c402d9e22bf5e9af29109 (cherry picked from commit 7f858b082287017c2f28b7fac03476c5f761a517) --- .../starter-type/artifact_type/artifact-k8sprofile-content.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/model-catalog/definition-type/starter-type/artifact_type/artifact-k8sprofile-content.json (limited to 'components/model-catalog/definition-type') diff --git a/components/model-catalog/definition-type/starter-type/artifact_type/artifact-k8sprofile-content.json b/components/model-catalog/definition-type/starter-type/artifact_type/artifact-k8sprofile-content.json new file mode 100644 index 000000000..8a68dfa42 --- /dev/null +++ b/components/model-catalog/definition-type/starter-type/artifact_type/artifact-k8sprofile-content.json @@ -0,0 +1,5 @@ +{ + "description": "K8s Profile Folder Artifact", + "version": "1.0.0", + "derived_from": "tosca.artifacts.Implementation" +} \ No newline at end of file -- cgit 1.2.3-korg