diff options
author | Marco Platania <platania@research.att.com> | 2018-11-16 03:45:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-16 03:45:56 +0000 |
commit | f4fa82a86327ef5b6226c864feb2b2abac119b18 (patch) | |
tree | 4095510204760ab071195fdab17a40cbca60ca61 /heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml | |
parent | b19a7a7cae93ade0a9ebe23a638e42948b740ac3 (diff) | |
parent | fdc0088b5a3e5b3cdc95c40ec346a178ef203457 (diff) |
Merge "Added Default parameters value to vnic type"
Diffstat (limited to 'heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml')
-rw-r--r-- | heat/vFW_HPA/vFWCL/vFWSNK/base_vfw.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |