aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2018-11-12 21:06:48 -0800
committerItohan <itohan.ukponmwan@intel.com>2018-11-12 21:06:48 -0800
commitffe81cb66e38da20dd8d97ff15157eec032232d5 (patch)
tree8757b01118ff4497c5dedef991eb70cec262e1ff /heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env
parent9f8da0915c260757e4bb051d0cf66a9337dfb892 (diff)
vFW and vFWCL templates for HPA
Modified the generic vFW and vFWCL heat templates to include different flavor parameters for each vm in this use case. Added a parameter to specify the vnic type for the port of each vm so that sriov NICs or virtio NICs can be specified. Change-Id: I32b60f94b8deeb7c388d1d0b53afda215cd53c7d Issue-ID: INT-703 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Diffstat (limited to 'heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env')
-rw-r--r--heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env26
1 files changed, 26 insertions, 0 deletions
diff --git a/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env
new file mode 100644
index 00000000..c65aa723
--- /dev/null
+++ b/heat/vFW_HPA/vFWCL/vPKG/base_vpkg.env
@@ -0,0 +1,26 @@
+parameters:
+ image_name: PUT THE VM IMAGE NAME HERE (UBUNTU 1404)
+ packetgen_flavor_name: PUT THE VM FLAVOR NAME HERE (m1.medium suggested)
+ public_net_id: PUT THE PUBLIC NETWORK ID HERE
+ unprotected_private_net_id: zdfw1fwl01_unprotected
+ unprotected_private_subnet_id: zdfw1fwl01_unprotected_sub
+ unprotected_private_net_cidr: 192.168.10.0/24
+ onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
+ onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE
+ onap_private_net_cidr: 10.0.0.0/16
+ protected_private_net_cidr: 192.168.20.0/24
+ vfw_private_ip_0: 192.168.10.100
+ vpg_private_ip_0: 192.168.10.200
+ vpg_private_ip_1: 10.0.100.2
+ vsn_private_ip_0: 192.168.20.250
+ vpg_private_0_port_vnic_type: normal or direct
+ vpg_private_1_port_vnic_type: normal or direct
+ vpg_name_0: zdfw1fwl01pgn01
+ vnf_id: vPNG_Firewall_demo_app
+ vf_module_id: vTrafficPNG
+ demo_artifacts_version: 1.3.0-SNAPSHOT
+ install_script_version: 1.3.0-SNAPSHOT
+ key_name: vfw_key
+ pub_key: PUT YOUR PUBLIC KEY HERE
+ cloud_env: PUT openstack OR rackspace HERE
+ sec_group: PUT THE ONAP SECURITY GROUP HERE