diff options
author | Franklin Dsilva <franklin.dsilva@us.fujitsu.com> | 2020-02-20 05:14:28 +0000 |
---|---|---|
committer | Franklin Dsilva <franklin.dsilva@us.fujitsu.com> | 2020-02-20 05:14:40 +0000 |
commit | 1b4700191e39fcd7b40e8bd20270451d39d0c225 (patch) | |
tree | 4a7940b38902342e71cb3e8d8d392841aef00f50 /installation/src/main/properties/optical-service-dg.properties | |
parent | 8bbe748d631353b8c48c7d71eb733cf85712884c (diff) |
Topology Discovery and optical-service DGs
to support MDONS usecase
Change-Id: I1c28e799cc83325e8913d17ee8b718b0a4160cb2
Issue-ID: SDNC-928
Signed-off-by: Franklin Dsilva <franklin.dsilva@us.fujitsu.com>
Former-commit-id: 6a42d5eee5d71870527c8a302308f3e49829a496
Diffstat (limited to 'installation/src/main/properties/optical-service-dg.properties')
-rw-r--r-- | installation/src/main/properties/optical-service-dg.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/installation/src/main/properties/optical-service-dg.properties b/installation/src/main/properties/optical-service-dg.properties new file mode 100644 index 00000000..c4a5b174 --- /dev/null +++ b/installation/src/main/properties/optical-service-dg.properties @@ -0,0 +1,18 @@ +restapi.templateDir=/opt/onap/sdnc/restapi/templates +controller.url=http://sdnc.onap:8282 +controller.user=admin +controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + + +#Templates +restapi.template.optical.service.create.filename=optical-service-create-msa.json +restapi.template.optical.service.delete.filename=optical-service-delete-msa.json +restapi.template.so.response.filename=async-response-so.json + +#URLS + +sdnc.async.url=/asyncNotification +so.username=sdncaBpmn +so.password=password1$ +tapi.cep.details.url=/cxf/tapi/v2/connectivities/service-interface-points?topology-id-or-name=otn&sip-id-or-name= +tapi.delete.service.url=/cxf/tapi/v2/connectivities/tapi-services?topology-id-or-name=otn&service-id-or-name= |