Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / installation / src / main / properties / optical-service-dg.properties
1 restapi.templateDir=/opt/onap/sdnc/restapi/templates
2 controller.url=http://sdnc.onap:8282
3 controller.user=${ODL_USER}
4 controller.pwd=${ODL_PASSWORD}
5 odlUrlBase=http://sdnc-oam.onap:8282/restconf/operations
6 sdncEndpoint=SLI-API:execute-graph
7
8
9
10 #Templates
11 restapi.template.optical.service.create.filename=optical-service-create-msa.json
12 restapi.template.optical.service.delete.filename=optical-service-delete-msa.json
13 restapi.template.so.response.filename=async-response-so.json
14
15 #URLS
16
17 sdnc.async.url=/asyncNotification
18 so.username=${SO_USER}
19 so.password=${SO_PASSWORD}
20 tapi.cep.details.url=/cxf/tapi/v2/connectivities/service-interface-points?topology-id-or-name=otn&sip-id-or-name=
21 tapi.delete.service.url=/cxf/tapi/v2/connectivities/tapi-services?topology-id-or-name=otn&service-id-or-name=
22 tapi.get.services.url=/cxf/tapi/v2/connectivities/tapi-services?topology-id-or-name=otn&service-id-or-name=
23 oof.mdons.url=https://oof-osdf.onap:8698/api/oof/mdons/route/v1
24