aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_NextGen/templates/vpg.env
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-10-01 14:30:43 -0400
committerMarco Platania <platania@research.att.com>2018-10-01 14:34:25 -0400
commite925428c9874199da4f2b3d49f81f6d6e8afcc7d (patch)
tree3c12d4a39e2336b118e484f77e218e0cde14416a /heat/vFW_NextGen/templates/vpg.env
parentc35abcbdd0986f1f9540463af548b011afaf8f15 (diff)
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 <platania@research.att.com>
Diffstat (limited to 'heat/vFW_NextGen/templates/vpg.env')
-rw-r--r--heat/vFW_NextGen/templates/vpg.env26
1 files changed, 26 insertions, 0 deletions
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