aboutsummaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04NWCB:Chg attribute discription to portDescriptionLeigh, Phillip (pl876u)1-3/+3
Issue-ID: LOG-996 Change-Id: I04c10d5a8f2b8fbe955bd3ab3e18d307f05ae8e5 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-02-22ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)1-10/+26
Fix p-interfaceSpec to convert adminStateUp to lockedBoolean Issue-ID: LOG-977 Change-Id: Ib733996b46591e4cf3a72e91665ab83817071596 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-20ND Context Builder Updates for port/p-interfaceTait,Trevor(rt0435)4-75/+217
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 Traxler4-4/+152
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 Traxler3-35/+44
Issue-ID: LOG-938 Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-17Fix NetworkDisc Ctx BuilderNorm Traxler1-8/+8
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)2-44/+42
Issue-ID: LOG-926 Change-Id: I63533764139d143bddbf3c2d3c3921dfd438d365 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
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-09-06Udates for feedback from demoTait,Trevor(rt0435)2-140/+67
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-12/+121
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)2-0/+27
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)2-0/+77
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>