From 666c1371b11799b88658b5e2ac3f77f1b01d2231 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Wed, 1 Jan 2020 23:09:26 +0100 Subject: K8s Profile Upload Modification of vFW CNF CBA package to upload K8s profile automatically just after resource assigment phase. Profile is created for each vf-module and in this version only upload of static profile is possible. Profile files must be included in the CBA in Templates/k8s-profiles folder. Profile file must be valid tar.gz file accepted by multicloud-k8s plugin. Change-Id: I30c268e9867fbb86d997b2091ce2eed204a7df2a Issue-ID: INT-1406 Signed-off-by: Lukasz Rajewski --- heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl') diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl index 37b4b941..617f0b97 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vnf-template.vtl @@ -78,6 +78,10 @@ "param-name": "k8s-rb-profile-name", "param-value": "${k8s-rb-profile-name}" }, + { + "param-name": "k8s-rb-profile-namespace", + "param-value": "${k8s-rb-profile-namespace}" + }, { "param-name": "int_private1_gw_ip", "param-value": "${int_private1_gw_ip}" -- cgit 1.2.3-korg