aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
diff options
context:
space:
mode:
authorHesam Rahimi <hesam.rahimi@huawei.com>2021-02-22 15:30:38 +0000
committerHesam Rahimi <hesam.rahimi@huawei.com>2021-02-22 15:35:10 +0000
commit13267a899ccd06491f79f653caf1483957563149 (patch)
treeca409a2773ea43550af6e5601715e5e73a62f533 /platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
parent1e1fc55411b7569aae9f550046ca14e5db03d5cb (diff)
Supporting 3 or more network domains for Transport Slicing use case.
Issue-ID: SDNC-1487 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ia497741d70eff0f5fba12ad487f0f240709b5cb5 Former-commit-id: c2ff57f8ac2f830bb4709a29dca9644dd8d4c82d
Diffstat (limited to 'platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml')
-rw-r--r--platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
index 98585dbd..05c011b2 100644
--- a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
+++ b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml
@@ -59,6 +59,9 @@
<for index='nidx' start='0' end='`$topology.networks.network_length`' >
<block>
<set>
+ <parameter name='network.' value='' />
+ </set>
+ <set>
<parameter name='network.' value='`$topology.networks.network[$nidx].`' />
</set>
<call module='DataChange' rpc='update-network-to-aai' mode='sync' ></call>
@@ -126,6 +129,9 @@
<for index='nidx' start='0' end='`$topology.networks.network_length`' >
<block>
<set>
+ <parameter name='network.' value='' />
+ </set>
+ <set>
<parameter name='network.' value='`$topology.networks.network[$nidx].`' />
</set>
<call module='DataChange' rpc='update-network-to-aai' mode='sync' ></call>