diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-04-27 16:33:33 +0000 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-04-27 17:49:23 +0000 |
commit | df52e543a067a9f4bb2be094d1feb32d9db676c1 (patch) | |
tree | 7d947b6e1c43e5ad4b53d2055d2b1e7dfdc2ddb9 /platform-logic/datachange/src/main | |
parent | d4933a856f4d2838e62c75dbbe26a4037ff32c4d (diff) |
Bug fixing required for H release.
1) fixing and issue in the modify operation
2) fixing automatic loading of the delete/deallocate DG
3) fixing ESR registration issue
Issue-ID: SDNC-1528
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I2c95d00c400559d8aae57b106bcde3886ed096a6
Former-commit-id: 4e81c8f3acaed0c75b98adc53d683ab3ef7b2af4
Diffstat (limited to 'platform-logic/datachange/src/main')
-rw-r--r-- | platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json | 4 | ||||
-rw-r--r-- | platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json b/platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json index 862817a3..7b0ea050 100644 --- a/platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json +++ b/platform-logic/datachange/src/main/json/DataChange_esr-thirdparty-sdnc-discovery.json @@ -412,8 +412,8 @@ {
"id": "6f99e35d.de977c",
"type": "other",
- "name": "SOTN",
- "xml": "<outcome value='SOTN'>\n",
+ "name": "WAN",
+ "xml": "<outcome value='WAN'>\n",
"comments": "",
"outputs": 1,
"x": 1082,
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 05c011b2..b49057ed 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,7 +9,7 @@ <outcome value='Update'>
<block>
<switch test="`$prop.sdncRestApi.type`">
- <outcome value='SOTN'>
+ <outcome value='WAN'>
<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' />
|