diff options
author | 2018-11-19 22:36:18 +0000 | |
---|---|---|
committer | 2018-11-19 22:36:18 +0000 | |
commit | ecac3e20f76f8a258c88bc9ffe450e5319cd5d74 (patch) | |
tree | 2db86e6aa4a4efc656b88f6f6c3276f7028ae783 /platform-logic/datachange/src/main/xml | |
parent | 8e690606e1db268d72cedae63f31a9ccd45a62fd (diff) | |
parent | 4357f55da843dd0d454b2bda867be33d1b28160f (diff) |
Merge "removed vnf-id validation check in DG" into casablanca
Former-commit-id: c5a26a4f748d1f03f1a23046e7d94b9027b4321d
Diffstat (limited to 'platform-logic/datachange/src/main/xml')
-rw-r--r-- | platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml | 4 |
1 files changed, 4 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 dcab41bd..3382b996 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 @@ -9,6 +9,10 @@ <switch test="`$prop.sdncRestApi.type`">
<outcome value='SOTN'>
<block atomic="true">
+ <execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >
+ <parameter name='fileName' value='%SDNC_CONFIG_DIR%/generic-resource-api-dg.properties' />
+ <parameter name='contextPrefix' value='prop' />
+ </execute>
<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >
<parameter name="restapiUrl" value="`$prop.sdncRestApi.thirdpartySdnc.url + '/restconf/data/ietf-network:networks'`" />
<parameter name="restapiUser" value="`$prop.sdncRestApi.thirdpartySdnc.user`" />
|