diff options
Diffstat (limited to 'heat/vLB_CDS')
-rw-r--r-- | heat/vLB_CDS/base_template.env | 1 | ||||
-rw-r--r-- | heat/vLB_CDS/base_template.yaml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/heat/vLB_CDS/base_template.env b/heat/vLB_CDS/base_template.env index 38c4e82c..c4db948a 100644 --- a/heat/vLB_CDS/base_template.env +++ b/heat/vLB_CDS/base_template.env @@ -13,6 +13,7 @@ parameters: # METADATA vnf_name: vLBMS vnf_id: vLoadBalancer_demo_app + vnf_software_version: 1.0.0 # PRIVATE KEY key_name: vlb_key diff --git a/heat/vLB_CDS/base_template.yaml b/heat/vLB_CDS/base_template.yaml index a171595f..512bc2df 100644 --- a/heat/vLB_CDS/base_template.yaml +++ b/heat/vLB_CDS/base_template.yaml @@ -58,6 +58,11 @@ parameters: type: string label: VNF NAME description: The VNF NAME is provided by ONAP + vnf_software_version: + type: string + label: VNF software version + description: VNF software version + default: 1.0.0 vlb_0_int_pktgen_private_port_0_mac: type: string label: vLB MAC address |