diff options
author | Marco Platania <platania@research.att.com> | 2018-10-01 14:30:43 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-10-01 14:34:25 -0400 |
commit | e925428c9874199da4f2b3d49f81f6d6e8afcc7d (patch) | |
tree | 3c12d4a39e2336b118e484f77e218e0cde14416a /heat/vFW_NextGen/examples/vpg.env | |
parent | c35abcbdd0986f1f9540463af548b011afaf8f15 (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/vpg.env')
-rw-r--r-- | heat/vFW_NextGen/examples/vpg.env | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/heat/vFW_NextGen/examples/vpg.env b/heat/vFW_NextGen/examples/vpg.env new file mode 100644 index 00000000..02a88963 --- /dev/null +++ b/heat/vFW_NextGen/examples/vpg.env @@ -0,0 +1,27 @@ +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 + unprotected_private_net_cidr: 192.168.10.0/24 + onap_private_net_id: oam_onap_vnf_test + onap_private_subnet_id: oam_onap_vnf_test + 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 + private_ip_0: 192.168.10.200 + private_ip_1: 10.0.100.2 + vsn_private_ip_0: 192.168.20.250 + 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: vpg_key + pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN + cloud_env: openstack + sec_group: default + sdnc_model_name: vFW_spinup + sdnc_model_version: 1.0.0 + sdnc_artifact_name: vFW_vNF_Artifact
\ No newline at end of file |