diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-06-23 14:41:12 -0500 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-06-23 14:41:12 -0500 |
commit | 85f914068748d4446b64893b06f7a3abe6cddd6d (patch) | |
tree | 789d83eba984549c4d147eb41fa32cc4dbec841e /platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json | |
parent | b8ea4fbbf2c504a660843007e362098b25fd3b5a (diff) |
Bugs associated with SDNR OOFPCIPOC DG's
Consistent versioning across DG's and graph.versions file, update to
graph.versions file with correct RPC names, change the location of
SDNR DG properties file to /opt/onap/ccsdk/data/properties in DG's
Issue-ID: CCSDK-1430
Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com>
Change-Id: I9b6b61473baa2855e9140c37a52204c1bac7b028
Diffstat (limited to 'platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json')
-rw-r--r-- | platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json b/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json index 459daf4a..f79204e6 100644 --- a/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json +++ b/platform-logic/oofpcipoc-api/src/main/json/oofpcipoc-api_add-neighbor.json @@ -32,11 +32,11 @@ { "id": "9a9306f0.db8218", "type": "service-logic", - "name": "oofpcipoc-api 0.4.2-SNAPSHOT", + "name": "oofpcipoc-api ${project.version}", "module": "oofpcipoc-api", "version": "${project.version}", "comments": "", - "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='oofpcipoc-api' version='0.4.2-SNAPSHOT'>", + "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='oofpcipoc-api' version='${project.version}'>", "outputs": 1, "x": 161.99999237060547, "y": 115.98968505859375, @@ -371,7 +371,7 @@ "id": "1110ac05.6f6994", "type": "execute", "name": "execute Properties", - "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n <parameter name='fileName' value='%SDNC_CONFIG_DIR%/sdnr-oofpcipoc-api-dg.properties' />\n <parameter name='contextPrefix' value='prop' />\n", + "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n <parameter name='fileName' value='/opt/onap/ccsdk/data/properties/sdnr-oofpcipoc-api-dg.properties' />\n <parameter name='contextPrefix' value='prop' />\n", "comments": "", "outputs": 1, "x": 453.000244140625, @@ -927,4 +927,4 @@ [] ] } -]
\ No newline at end of file +] |