aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-02-27POMBA: X-ONAP-RequestID and X-FromAppId supportTait,Trevor(rt0435)2-64/+31
Also fixes JUNIT issue with new pomba-audit-common. Issue-ID: LOG-551 Change-Id: I7774a6ce83881d1ee37c36b860d456244a6c96cf Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-20ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-10/+72
Issue-ID: LOG-977 Change-Id: I321036e0f51297092b9c88ff668c4e09c89b36a0 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-05Ctx Builder l3-network support3.0.1-ONAPNorm Traxler3-127/+144
Issue-ID: SDNC-475 Network Discovery Ctx Builder to support l3-network attribute mapping to common model. Fix jenkins JUnit failures Change-Id: I64ded411a74ffb037df17a047c16e210d41c4992 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-22NetworkDiscCtxBuilder error handlingNorm Traxler17-475/+244
Issue-ID: LOG-938 Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-17Fix NetworkDisc Ctx BuilderNorm Traxler1-8/+35
Issue-ID: LOG-931 Change-Id: I0a1d26b51a5690380210d026637c9c4cd1f56cfc Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-14Upgrade nd-context-builder to audit-common.1.4.0Tait,Trevor(rt0435)5-75/+245
Issue-ID: LOG-926 Change-Id: I63533764139d143bddbf3c2d3c3921dfd438d365 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-07Change Network Discovery micro call to SynchronousNorm Traxler8-365/+88
Network Discovery API is now synchronus, so the context builder is changing accordingly. Issue-ID: SDNC-543 Change-Id: I518a93197b192a42349fc23afb6c1cc731d55478 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-12-04Use SSL client for Micro ServiceTait,Trevor(rt0435)3-11/+52
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-10-04Merge "Fix missing vserver name attribute"Prudence Au1-12/+23
2018-10-04Fix missing vserver name attributeShane Daniel1-12/+23
Issue-ID: LOG-717 Change-Id: Ieb605efdd128251ed057942fff1239ad93c4fdf1 Signed-off-by: Shane Daniel <shane.daniel@amdocs.com>
2018-10-03Remove nfcNamingCode field from ND CNTXTB outputMohammadreza Pasandideh1-0/+1
Issue-ID: LOG-702 Change-Id: I1a221277531e307e21fad992ee457b46a426171f Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-09-26Network Discovery callback URL is incorrectTait,Trevor(rt0435)1-11/+9
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-09-06Udates for feedback from demoTait,Trevor(rt0435)1-3/+3
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)2-84/+114
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 Au2-5/+18
Change-Id: Ie4b302ca4325ee3b04fee0319efbc1a770d6c1ab Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-401
2018-08-27BugFix:resourceType mismatch btw SrvDecomp &CtxBudPhillip Leigh2-1/+51
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'Brien2-211/+127
2018-08-17Merge "Docker file: Network Discovery Context Builder"Prudence Au2-0/+27
2018-08-17Make Resources configurableTait,Trevor(rt0435)2-211/+127
Issue-ID: LOG-401 Change-Id: Iba325509cea2405a9e2ca2fd190bde58f9a0c054 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-17Docker file: Network Discovery Context BuilderMohammadreza Pasandideh2-0/+27
Issue-ID: LOG-401 Change-Id: Icfe89647bf7de5bc398dcd0aedd2bb6ec228833a Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@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-15Stitch btw NetworkDiscovery&ServiceDecomp& CtxAggrPhillip Leigh8-95/+706
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)57-0/+28977
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>