VNF Software Version parameter added to CDS Heat templates
[demo.git] / heat / vLB_CDS / base_template.yaml
index 1437206..512bc2d 100644 (file)
@@ -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
@@ -169,4 +174,4 @@ outputs:
   vlb_0_mac_address:
     value: { get_param: vlb_0_int_pktgen_private_port_0_mac }
   vpg_0_mac_address:
-    value: { get_param: vpg_0_int_pktgen_private_port_0_mac }
\ No newline at end of file
+    value: { get_param: vpg_0_int_pktgen_private_port_0_mac }