aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_NextGen/examples/vfw.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/examples/vfw.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/examples/vfw.env')
-rw-r--r--heat/vFW_NextGen/examples/vfw.env30
1 files changed, 30 insertions, 0 deletions
diff --git a/heat/vFW_NextGen/examples/vfw.env b/heat/vFW_NextGen/examples/vfw.env
new file mode 100644
index 00000000..4744e879
--- /dev/null
+++ b/heat/vFW_NextGen/examples/vfw.env
@@ -0,0 +1,30 @@
+parameters:
+ image_name: ubuntu-14-04-cloud-amd64
+ flavor_name: m1.medium
+ public_net_id: public
+ unprotected_private_net_id: zdfw1fwl01_unprotected
+ unprotected_private_subnet_id: zdfw1fwl01_unprotected_sub
+ protected_private_net_id: zdfw1fwl01_protected
+ protected_private_subnet_id: zdfw1fwl01_protected_sub
+ onap_private_net_id: oam_onap_vnf_test
+ onap_private_subnet_id: oam_onap_vnf_test
+ unprotected_private_net_cidr: 192.168.10.0/24
+ protected_private_net_cidr: 192.168.20.0/24
+ onap_private_net_cidr: 10.0.0.0/16
+ private_ip_0: 192.168.10.100
+ private_ip_1: 192.168.20.100
+ private_ip_2: 10.0.100.1
+ vpg_private_ip_0: 192.168.10.200
+ name_0: zdfw1fwl01fwl01
+ vnf_id: vFirewall_demo_app
+ vf_module_id: vFirewall
+ dcae_collector_ip: 10.0.4.1
+ dcae_collector_port: 8081
+ demo_artifacts_version: 1.3.0-SNAPSHOT
+ install_script_version: 1.3.0-SNAPSHOT
+ key_name: vfw_key
+ cloud_env: openstack
+ sec_group: default
+ sdnc_model_name: vFW_spinup
+ sdnc_model_version: 1.0.0
+ sdnc_artifact_name: vFW_vNF_Artifact