diff options
author | Huang Haibin <haibin.huang@intel.com> | 2018-10-18 15:35:33 +0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-18 15:22:45 +0000 |
commit | 8332cbbf4e68f68a5927403be646c26ab9667fae (patch) | |
tree | b23d31b8a917204c37075faef83df9d285fb8cfa /tosca/vCPE/vgmux/MainServiceTemplate.yaml | |
parent | 1e1a8bfbc608f7f144c7fbdfc7e7bb1281dd149e (diff) |
Fix Tosca csar with error variable
a. We don't define oam_private_net_cidr but define onap_private_net_cidr
b. sdnc_ip change to sdnc_ip_addr
c. define mr_ip_port for infra
Change-Id: If8f1b3062d5f1c78881967c24b8d8dd32e197781
Issue-ID: INT-693
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
Diffstat (limited to 'tosca/vCPE/vgmux/MainServiceTemplate.yaml')
-rw-r--r-- | tosca/vCPE/vgmux/MainServiceTemplate.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca/vCPE/vgmux/MainServiceTemplate.yaml b/tosca/vCPE/vgmux/MainServiceTemplate.yaml index ee1c350e..0d1b8aa5 100644 --- a/tosca/vCPE/vgmux/MainServiceTemplate.yaml +++ b/tosca/vCPE/vgmux/MainServiceTemplate.yaml @@ -320,7 +320,7 @@ topology_template: mux_gw_net_ipaddr: { get_input: vgmux_private_ip_2 } bng_to_mux_net_ipaddr: { get_input: bng_gmux_private_ip } bng_mux_net_cidr: { get_input: bng_gmux_private_net_cidr } - oam_cidr: { get_input: oam_private_net_cidr } + oam_cidr: { get_input: onap_private_net_cidr } mux_gw_net_cidr: { get_input: mux_gw_private_net_cidr } brg_bng_net_cidr: { get_input: brgemu_bng_private_net_cidr } install_script_version: { get_input: install_script_version } |