summaryrefslogtreecommitdiffstats
path: root/platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml
diff options
context:
space:
mode:
authorFranklin Dsilva <franklin.dsilva@us.fujitsu.com>2020-04-16 11:06:44 +0000
committerFranklin Dsilva <franklin.dsilva@us.fujitsu.com>2020-04-16 11:06:57 +0000
commit514181267234844f79768cef214ab5608ecab391 (patch)
tree916f02d3b841c025f97f7b7417704843ab2e732e /platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml
parent94fcc571a06ceab8b2119fc0d802340ba0086a70 (diff)
Few modifications in DataChange DGs
Change-Id: I608ffee7ab5b24013cc7136abb62faecb353587e Issue-ID: SDNC-1144 Signed-off-by: Franklin Dsilva <franklin.dsilva@us.fujitsu.com> Former-commit-id: 6ffbef3f0528e9cafecadf59317f5722942d8228
Diffstat (limited to 'platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml')
-rw-r--r--platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml b/platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml
index a4076e51..34fdcebb 100644
--- a/platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml
+++ b/platform-logic/datachange/src/main/xml/DataChange_msa-update-network-to-aai.xml
@@ -20,7 +20,7 @@
<parameter name="relationship-list.relationship[0].relationship-data[0].relationship-value" value="`$networks.network-id`" />
</save>
<set>
- <parameter name='controller_id' value="`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url`" />
+ <parameter name='controller_id' value="`$prop.sdncRestApi.type + '_' + $prop.sdncRestApi.thirdpartySdnc.url + '_' + $prop.sdncRestApi.thirdpartySdnc.id`" />
</set>
<for index='nidx' start='0' end='`$networks.node_length`' >
<set>
@@ -120,14 +120,6 @@ key='pnf.pnf-name = $pnfname' >
<parameter name='speed-value' value='100' />
<parameter name='available-capacity' value='100' />
</save>
- <save plugin='org.onap.ccsdk.sli.adaptors.aai.AAIService' resource='custom-query'
- key="format='resource'"
- force="true"
- local-only="false"
- pfx="data">
- <parameter name='interface-name' value='`$interfaceName`' />
- <parameter name='port-description' value='`$tp.tp-id`' />
- </save>
<save plugin="org.onap.ccsdk.sli.adaptors.resource.sql.SqlResource" resource="SQL" key="INSERT INTO TOPOLOGY_LOGICAL_RELATION_TO_PINTERFACE VALUES ( $interfaceName , $tp.tp-id , $pnfname , $node.node-id , $controller_id , '100' , $clli , null );"></save>
</for>
</block>