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/vLB/dnsscaling.env | |
parent | 9d24613c1bb344a30cb6451ea202cee96ffd8168 (diff) | |
parent | a893b43c789f3b43cc1d1e53ae0c88d7d5b9471f (diff) |
Merge "Update DCAE IP and port for VNFs"
Diffstat (limited to 'heat/vLB/dnsscaling.env')
-rw-r--r-- | heat/vLB/dnsscaling.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vLB/dnsscaling.env b/heat/vLB/dnsscaling.env index 94058f6d..21983747 100644 --- a/heat/vLB/dnsscaling.env +++ b/heat/vLB/dnsscaling.env @@ -1,6 +1,6 @@ parameters: - vlb_image_name: PUT THE IMAGE NAME HERE - vlb_flavor_name: PUT THE FLAVOR NAME HERE + vlb_image_name: PUT THE IMAGE NAME HERE (UBUNTU 1604) + vlb_flavor_name: PUT THE FLAVOR NAME HERE (m1.medium suggested) public_net_id: PUT THE NETWORK ID HERE vlb_private_net_id: zdfw1lb01_private onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE |