summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Try fixing the start up issuePrudence Au1-0/+9
with old version of javax.ws.rs-api Change-Id: I7ac8edfb38fd16bc95e0a0562ca37082e0badf04 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-648
2018-09-19Fix docker buildPrudence Au1-1/+0
Change-Id: Iba803990e9a1e952c0ed88675311da3dc073d8aa Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-648
2018-09-12Change URI to ndcontextbuilderTait,Trevor(rt0435)2-2/+2
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-09-07add missing spec file to container imagejmac1-0/+1
Change-Id: I6f9884788e5011ea3edd71671113b582c8ab19e0 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-645
2018-09-06Udates for feedback from demoTait,Trevor(rt0435)4-148/+75
Changes made to org.onap.pomba.common.datatypes.ModelContext, specifically nfNamingCode and networkType have been adapted in networkDiscoveryContextBuilder Changes made to networkdiscovery.spec to only return attributes and values from the network, no AAI. Also changed the name of this file as it is not a JSON formatted file. James McNider needs to confirm this dependency on ND OOM before we merge. Fixed onap-java-style audit issues with NetworkDiscoveryContextBuilderTest.java Issue-ID: LOG-643 Change-Id: Id18b25d2fea350f93a705b94e96ad26c480c19a0 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-31Stitching to new ModelContext V1Tait,Trevor(rt0435)5-99/+239
Issue-ID: LOG-401 Change-Id: Icaa0bf5d5c66a9a101adc9650c19a5b1e8dcf1da Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-30Add support for using the "old" headersPrudence Au4-49/+100
Change-Id: Ie4b302ca4325ee3b04fee0319efbc1a770d6c1ab Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-401
2018-08-29Merge "Use managed guava version"Prudence Au1-4/+3
2018-08-28BugFix: Startup issue... adding a new dependencyMohammadreza Pasandideh1-0/+5
Issue-ID: SDNC-317 Change-Id: I5dff4e8d9b96c9477f43b9c466deaf84062e8c21 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-08-27Use managed guava versionGary Wu1-4/+3
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: Id390f4b0531143fef2428a32f499c752ae3d2c68 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-27BugFix:resourceType mismatch btw SrvDecomp &CtxBudPhillip Leigh3-1/+56
Issue-ID: SDNC-317 Change-Id: Idc34aae969027dc6a5144d981686b6d512b2acbf Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-23Added logging of caught exceptionsShane Daniel2-1/+4
Issue-ID: LOG-629 Change-Id: I25cf2a5bc3423bd27f94780e60087452c521d9fe Signed-off-by: Shane Daniel <shane.daniel@amdocs.com>
2018-08-17Merge "Make Resources configurable"Michael O'Brien8-1007/+726
2018-08-17Merge "Remove unused dependency"Shane Daniel1-5/+0
2018-08-17Merge "Docker file: Network Discovery Context Builder"Prudence Au3-65/+200
2018-08-17Make Resources configurableTait,Trevor(rt0435)8-1012/+726
Issue-ID: LOG-401 Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-17Docker file: Network Discovery Context BuilderMohammadreza Pasandideh3-65/+200
Issue-ID: LOG-401 Change-Id: Icfe89647bf7de5bc398dcd0aedd2bb6ec228833a Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-08-17Remove unused dependencyPhillip Leigh1-5/+0
Issue-ID: SDNC-317 Change-Id: Ie591f598018025c37ccbb54e6e35191798278a29 Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-16Added modifier final to fields as requiredShane Daniel2-50/+50
Issue-ID: LOG-613 Change-Id: I484a8ae3b29cf9568b23efa1c12cfdc3f8989d10 Signed-off-by: Shane Daniel <shane.daniel@amdocs.com>
2018-08-15Fix swagger error for NetworkDiscoveryContextBlderPhillip Leigh1-1/+1
Issue-ID: LOG-599 Change-Id: Icef6da3d7acf33632e57d62b3d3e3515d65af779 Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-08-15Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggrPhillip Leigh16-163/+1574
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)69-0/+30417
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-07-19Added 3 new committersPrudence Au1-0/+21
Change-Id: I0a500b89de6c158a3e683d045b3954ab5dfcdc65 Issue-ID: CIMAN-134 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-07-05Add INFO.yaml fileJessica Wagantall1-0/+42
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I59aad900c83f6372874c4db2eb8fb05b674712dd Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-05Initial empty repositoryJessica Wagantall0-0/+0