From fdc0088b5a3e5b3cdc95c40ec346a178ef203457 Mon Sep 17 00:00:00 2001 From: Itohan Date: Thu, 15 Nov 2018 07:03:18 -0800 Subject: Added Default parameters value to vnic type -Added default vnic type value of normal for all the vnic type parameters Change-Id: Ic997eaf22be0eda71f561bb2a7f20d31bc66b027 Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan --- heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml') diff --git a/heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml b/heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml index 13045840..c46d8996 100644 --- a/heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml +++ b/heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml @@ -112,18 +112,23 @@ parameters: vfw_private_0_port_vnic_type: type: string description: vfw port 0 vnic type (normal, direct) + default: normal vfw_private_1_port_vnic_type: type: string description: vfw port 1 vnic type (normal, direct) + default: normal vfw_private_2_port_vnic_type: type: string description: vfw port 2 vnic type (normal, direct) + default: normal vsn_private_0_port_vnic_type: type: string description: vsn port 0 vnic type (normal, direct) + default: normal vsn_private_1_port_vnic_type: type: string description: vsn port 1 vnic type (normal, direct) + default: normal vfw_name_0: type: string label: vFirewall name -- cgit 1.2.3-korg