From e925428c9874199da4f2b3d49f81f6d6e8afcc7d Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 1 Oct 2018 14:30:43 -0400 Subject: Separate VF templates for vFW - Create a new set of Heat templates for the vFW: - One base template with the definition of common resources - Three add-on modules (VF modules) that describe vFW, vPacketGen, and vSink - Examples of env files in the examples directory For Casablanca, this new template structure will be used for testing CDS capabilities. Change-Id: Ic6c555074490d9d78f90cb347bc56a01a397ca06 Issue-ID: INT-659 Signed-off-by: Marco Platania --- heat/vFW_NextGen/templates/vpg.env | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 heat/vFW_NextGen/templates/vpg.env (limited to 'heat/vFW_NextGen/templates/vpg.env') diff --git a/heat/vFW_NextGen/templates/vpg.env b/heat/vFW_NextGen/templates/vpg.env new file mode 100644 index 00000000..b6592dc3 --- /dev/null +++ b/heat/vFW_NextGen/templates/vpg.env @@ -0,0 +1,26 @@ +parameters: + image_name: PUT THE VM IMAGE NAME HERE (UBUNTU 1404) + 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_name_0: zdfw1fwl01pgn01 + vnf_id: vPacketGen_demo_app + vf_module_id: vTrafficPNG + demo_artifacts_version: 1.3.0-SNAPSHOT + install_script_version: 1.3.0-SNAPSHOT + key_name: vfw_key + cloud_env: PUT openstack OR rackspace HERE + sec_group: PUT THE ONAP SECURITY GROUP HERE + sdnc_model_name: vFW_spinup + sdnc_model_version: 1.0.0 + sdnc_artifact_name: vFW_vNF_Artifact \ No newline at end of file -- cgit 1.2.3-korg