From 7c523c94d26afe32ef655e252cf06583aa3509ec Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Tue, 19 May 2020 08:08:19 +0200 Subject: [vFW_CNF_CDS] Cleanup onboarding package content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename CSAR to onboarding package where mentioned. This change doesn't contain CBA/Policy updates as they need to be updated according to latest CDS config once it is merged. Issue-ID: INT-1457 Signed-off-by: Konrad Bańka Change-Id: Ia230b749fc080d4eaf9834d7d64723d74726a550 --- heat/vFW_CNF_CDS/templates/base/MANIFEST.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'heat/vFW_CNF_CDS/templates/base/MANIFEST.json') diff --git a/heat/vFW_CNF_CDS/templates/base/MANIFEST.json b/heat/vFW_CNF_CDS/templates/base/MANIFEST.json index cd971cd6..08f65e75 100644 --- a/heat/vFW_CNF_CDS/templates/base/MANIFEST.json +++ b/heat/vFW_CNF_CDS/templates/base/MANIFEST.json @@ -3,7 +3,7 @@ "description": "", "data": [ { - "file": "vFW_CDS_CNF.zip", + "file": "CBA.zip", "type": "CONTROLLER_BLUEPRINT_ARCHIVE" }, { @@ -19,7 +19,7 @@ }, { "file": "base_template_cloudtech_k8s_charts.tgz", - "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT" }, { "file": "vfw.yaml", @@ -34,7 +34,7 @@ }, { "file": "vfw_cloudtech_k8s_charts.tgz", - "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT" }, { "file": "vpkg.yaml", @@ -49,7 +49,7 @@ }, { "file": "vpkg_cloudtech_k8s_charts.tgz", - "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT" }, { "file": "vsn.yaml", @@ -64,7 +64,7 @@ }, { "file": "vsn_cloudtech_k8s_charts.tgz", - "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACTS" + "type": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT" } ] } -- cgit 1.2.3-korg