aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-08-20 23:24:25 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2020-08-25 17:58:43 +0200
commite53a1e72467e8c272c48be0019fb7c06821a5f43 (patch)
tree3878414042e094270293456557b65502b9324376 /heat/vFW_CNF_CDS/templates
parent0d52415e1bf52b2850eec9ff9a1d75fcf521fc91 (diff)
VNF Software Version parameter added to CDS Heat templates
VNF Software Version parameter added to CDS base heat templates. The purpose is to give a possibility to set the value of the software-version attribute in generic-vnf object in time of VNF instantiation. Change-Id: Ia8c6d446dd538fb8ee58e4504d62ac3f2edc71e6 Issue-ID: INT-1600 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates')
-rw-r--r--heat/vFW_CNF_CDS/templates/base/base_template.env1
-rw-r--r--heat/vFW_CNF_CDS/templates/base/base_template.yaml5
2 files changed, 6 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/base/base_template.env b/heat/vFW_CNF_CDS/templates/base/base_template.env
index 16d0a6aa..c904a66e 100644
--- a/heat/vFW_CNF_CDS/templates/base/base_template.env
+++ b/heat/vFW_CNF_CDS/templates/base/base_template.env
@@ -2,3 +2,4 @@ parameters:
vnf_name: vFW_CDS_CNF
vnf_id: vFirewall_demo_app
vf_module_id: vFirewallNet
+ vnf_software_version: 1.0.0 \ No newline at end of file
diff --git a/heat/vFW_CNF_CDS/templates/base/base_template.yaml b/heat/vFW_CNF_CDS/templates/base/base_template.yaml
index fbcf1810..8d796e95 100644
--- a/heat/vFW_CNF_CDS/templates/base/base_template.yaml
+++ b/heat/vFW_CNF_CDS/templates/base/base_template.yaml
@@ -45,6 +45,11 @@ parameters:
type: string
label: VF Module ID
description: The VF Module ID is provided by ONAP
+ vnf_software_version:
+ type: string
+ label: VNF software version
+ description: VNF software version
+ default: 1.0.0
#############
# #