diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-01-01 23:09:26 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-01-08 11:12:22 +0100 |
commit | 666c1371b11799b88658b5e2ac3f77f1b01d2231 (patch) | |
tree | 2f53b114885247736615f89d23202f3126536ede /heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json | |
parent | bc6e714e001a8c61b06709c61b187d4e3dd22aac (diff) |
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 <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json index 801d3398..40f60c02 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json +++ b/heat/vFW_CNF_CDS/templates/cba/Templates/vpkg-mapping.json @@ -833,6 +833,21 @@ ] }, { + "name": "k8s-rb-profile-namespace", + "property": { + "description": "K8s namespace to create helm chart for specified profile", + "type": "string", + "default": "default" + }, + "input-param": false, + "dictionary-name": "k8s-rb-profile-namespace", + "dictionary-source": "default", + "dependencies": [ + "service-instance-id", + "vnf-id" + ] + }, + { "name": "int_private1_net_id", "property": { "description": "Private unprotected network identification", |