diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2017-11-06 23:44:22 -0800 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2017-11-06 23:44:22 -0800 |
commit | d6c485daf4f093f23709c2e0e359854540c41af9 (patch) | |
tree | 38018fc431c4c805bb23614bb7a66978816dfaa5 /heat/vCPE/vgmux/base_vcpe_vgmux.env | |
parent | 36fda24c663a3f66a99b534d431b6e2a1480c6b5 (diff) |
Configure route to vBRG via vBNG on vGMUX
Add parameters to the heat template to allow
configuration of the route the vBRG from the vGMUX
via the vBNG.
Change-Id: I7aef31af7470ceb264af06326af8724246c7d8ed
Issue-ID: INT-63
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Diffstat (limited to 'heat/vCPE/vgmux/base_vcpe_vgmux.env')
-rw-r--r-- | heat/vCPE/vgmux/base_vcpe_vgmux.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vCPE/vgmux/base_vcpe_vgmux.env b/heat/vCPE/vgmux/base_vcpe_vgmux.env index e81afa70..4b486a8d 100644 --- a/heat/vCPE/vgmux/base_vcpe_vgmux.env +++ b/heat/vCPE/vgmux/base_vcpe_vgmux.env @@ -11,12 +11,14 @@ onap_private_net_cidr: 10.0.0.0/16 bng_gmux_private_net_cidr: 10.1.0.0/24 mux_gw_private_net_cidr: 10.5.0.0/24 + brgemu_bng_private_net_cidr: 10.3.0.0/24 vgmux_private_ip_0: 10.1.0.20 vgmux_private_ip_1: 10.0.101.20 vgmux_private_ip_2: 10.5.0.20 vgmux_name_0: zdcpe1cpe01mux01 vnf_id: vCPE_Infrastructure_vGMUX_demo_app vf_module_id: vCPE_Intrastructure_Metro_vGMUX + bng_gmux_private_ip: 10.1.0.10 dcae_collector_ip: 10.0.4.102 dcae_collector_port: 8080 repo_url_blob: https://nexus.onap.org/content/sites/raw |