From 6c64ce6d8be0d03ddc9d940cc5caeb7000b1f390 Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Wed, 10 Apr 2019 11:34:16 -0500 Subject: Service Logic (DG/Templates) for SDNR OOF PCI POC DG's, templates, property files to support service logic for SDNR OOF PCI POC use case. Also includes the required changes to POM files to appropriately copy the above artifacts to docker-state folder in respective sub-folders. Change-Id: I9b16c798bcc9ba3a28d5a99f4c3d1562f5ed0468 Issue-ID: CCSDK-1204 Signed-off-by: SandeepLinux --- .../properties/sdnr-oofpcipoc-api-dg.properties | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties (limited to 'odlsli/src/main') diff --git a/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties new file mode 100644 index 00000000..d4f7e3cb --- /dev/null +++ b/odlsli/src/main/properties/sdnr-oofpcipoc-api-dg.properties @@ -0,0 +1,35 @@ +restapi.templateDir=/opt/onap/ccsdk/restapi/templates +controller.url=http://localhost:8181 +controller.user=admin +controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +honeycomb.url=http://{honeycomb-instance-ip}:8183 +honeycomb.user=admin +honeycomb.pwd=admin +restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks +restapi.trustStorePassword=adminadmin +restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12 +restapi.keyStorePassword=adminadmin +restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route +naming.gen-name.url=http://neng-serv:8080 +naming.gen-name.user=ccsdkapps +naming.gen-name.pwd=ccsdkapps + + +#Patch Targets +oofpcipoc.patch.pci.target=/oofpcipoc:phy-cell-id-in-use +oofpcipoc.patch.pci.target2=/oofpcipoc:fap-service[oofpcipoc:alias='{alias}']/oofpcipoc:x-0005b9-lte + + +# Templates +restapi.pci-patch.templatefile=oofpcipoc-pci-patch.json +restapi.neighbor-add.templatefile=oofpcipoc-addNeighbor.json +restapi.neighbor-delete.templatefile=oofpcipoc-deleteNeighbor.json +restapi.generic-neighbor-patch.template=oofpcipoc-generic-neighbor-patch.json + +# URLs +restapi.config=/restconf/config +restapi.radio-access=/restconf/config/oofpcipoc:radio-access +restapi.fap-service=/restconf/config/oofpcipoc:radio-access/fap-service/{alias} +restapi.x-005b9-lte=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/x-0005b9-lte +restapi.lte-ran-neighbor-list-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use +restapi.lte-ran-neighbor-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use/lte-ran-neighbor-list-in-use-lte-cell/{plmnid}/{cid} -- cgit 1.2.3-korg