aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2018-11-15 07:03:18 -0800
committerMarco Platania <platania@research.att.com>2018-11-16 03:46:11 +0000
commit5f763d549908c39f18699bf4e906294fd2ea86ed (patch)
tree6316613359f06e261b5ee3f19586527212f609b1
parenteacfb50f737cc2f38f7629c3c1a806949a470a08 (diff)
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 <itohan.ukponmwan@intel.com> (cherry picked from commit fdc0088b5a3e5b3cdc95c40ec346a178ef203457)
-rw-r--r--heat/vFW_HPA/vFW/base_vfw.yaml7
-rw-r--r--heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml5
-rw-r--r--heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml2
3 files changed, 14 insertions, 0 deletions
diff --git a/heat/vFW_HPA/vFW/base_vfw.yaml b/heat/vFW_HPA/vFW/base_vfw.yaml
index df3765ef..fb7cc6b8 100644
--- a/heat/vFW_HPA/vFW/base_vfw.yaml
+++ b/heat/vFW_HPA/vFW/base_vfw.yaml
@@ -112,24 +112,31 @@ 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
vpg_private_0_port_vnic_type:
type: string
description: vpg port 0 vnic type (normal, direct)
+ default: normal
vpg_private_1_port_vnic_type:
type: string
description: vpg port 1 vnic type (normal, direct)
+ default: normal
vfw_name_0:
type: string
label: vFirewall name
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
diff --git a/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml
index 20d76a28..8ce1225b 100644
--- a/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml
+++ b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.yaml
@@ -92,9 +92,11 @@ parameters:
vpg_private_0_port_vnic_type:
type: string
description: vpg port 0 vnic type (normal, direct)
+ default: normal
vpg_private_1_port_vnic_type:
type: string
description: vpg port 1 vnic type (normal, direct)
+ default: normal
vpg_name_0:
type: string
label: vPacketGenerator name