diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-04-18 15:48:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 15:48:26 +0000 |
commit | 47579b964bc1dea3347d5c33b07a9a59f40e62dc (patch) | |
tree | ccfec5185280016a57052641413f2c2ae854382f /heat/vFW/base_vfw.env | |
parent | 9d24613c1bb344a30cb6451ea202cee96ffd8168 (diff) | |
parent | a893b43c789f3b43cc1d1e53ae0c88d7d5b9471f (diff) |
Merge "Update DCAE IP and port for VNFs"
Diffstat (limited to 'heat/vFW/base_vfw.env')
-rw-r--r-- | heat/vFW/base_vfw.env | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/heat/vFW/base_vfw.env b/heat/vFW/base_vfw.env index b856205f..c6591ef1 100644 --- a/heat/vFW/base_vfw.env +++ b/heat/vFW/base_vfw.env @@ -1,6 +1,6 @@ parameters: - vfw_image_name: PUT THE VM IMAGE NAME HERE - vfw_flavor_name: PUT THE VM FLAVOR NAME HERE + vfw_image_name: PUT THE VM IMAGE NAME HERE (UBUNTU 1404) + vfw_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 protected_private_net_id: zdfw1fwl01_protected @@ -21,8 +21,8 @@ parameters: vsn_name_0: zdfw1fwl01snk01 vnf_id: vFirewall_demo_app vf_module_id: vFirewall - dcae_collector_ip: 10.0.4.102 - dcae_collector_port: 8080 + dcae_collector_ip: 10.0.4.1 + dcae_collector_port: 8081 repo_url_blob: https://nexus.onap.org/content/sites/raw repo_url_artifacts: https://nexus.onap.org/content/groups/staging demo_artifacts_version: 1.2.0 |