aboutsummaryrefslogtreecommitdiffstats
path: root/config/application.properties
AgeCommit message (Collapse)AuthorFilesLines
2018-12-04Use SSL client for Micro ServiceTait,Trevor(rt0435)1-2/+2
Update POMBA Network Discovery Context Builder to use HTTPS when talking to Network Discovery Micro Service. Also cleaned up some method and variable names that are incompatible with ONAP. Issue-ID: LOG-878 Change-Id: Id9a6fc3608daa1fce164a0d24b87f4464c3a76bc Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-09-26Network Discovery callback URL is incorrectTait,Trevor(rt0435)1-0/+1
Issue-ID: LOG-700 The Network Discovery Context Builder should use the serviceName when building the callback URL for Network Discovery Micro Servie. Make this configurable. Change-Id: I97ed8e78b006ff5d587beedcefc577701c0d33b9 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-09-12Change URI to ndcontextbuilderTait,Trevor(rt0435)1-1/+1
Issue-ID: LOG-648 The network-discovery context path in the URI is the same as we use for the network discovery microservice so we are changing this to be ndcontextbuilder to remove the confilict. URI will be of the form: http://<host>:8080/ndcontextbuilder/service/ Change-Id: I184307a0c14935f4b9e37c75d936ba12d32836b1 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-31Stitching to new ModelContext V1Tait,Trevor(rt0435)1-6/+0
Issue-ID: LOG-401 Change-Id: Icaa0bf5d5c66a9a101adc9650c19a5b1e8dcf1da Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-27BugFix:resourceType mismatch btw SrvDecomp &CtxBudPhillip Leigh1-0/+5
Issue-ID: SDNC-317 Change-Id: Idc34aae969027dc6a5144d981686b6d512b2acbf Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-17Make Resources configurableTait,Trevor(rt0435)1-0/+2
Issue-ID: LOG-401 Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-15Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggrPhillip Leigh1-2/+2
Issue-ID: LOG-599 Change-Id: Ia96ee1f7e586f385a3dc9c4fe0c5ff3badfeeea3 Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-08Initial Network Discovery Context Builder codeTait,Trevor(rt0435)1-0/+47
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>