summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27SDNCctxbld unable to populate all networksTait,Trevor(rt0435)1-12/+10
Issue-ID: LOG-987 Change-Id: I0d929b22dbe99ce96c5c4e70f1d6f1629a952c88 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-03-18Change mapping of model IDsNorm Traxler1-6/+11
Issue-ID: LOG-1014 Change-Id: Ieef2ec4555d28944d98c04bfac10c9b5a0e089d0 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-03-13SDNCctxtbuilder unable to populate all networksTait,Trevor(rt0435)1-5/+17
Issue-ID: LOG-987 Change-Id: I8e4bd6e9bd3ee477b91fa672da6d83a4ef8f259f Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-03-08Use direct GET to get service instanceNorm Traxler1-3/+1
Issue-ID: LOG-999 Change-Id: I2530de89628465055c9464e912cfe4764cb10f3a Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-12SdnccCtxBld unable to retrieve all VNF attributesTait,Trevor(rt0435)1-19/+0
Issue-ID: LOG-968 Change-Id: I93e95e18a9b498dbedcc9ca14c84dd8eab17f59f Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-06Fix: NPE if there is no configuration IDTait,Trevor(rt0435)1-5/+9
Issue-ID: LOG-778 Change-Id: I6c6c5d99ac911e47020ef6df99543efaf111b96e Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-02-04SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)3-59/+55
Handle the case where there ONE PNF under source-port OR dest-port but not both. Issue-ID: LOG-778 Change-Id: Ia37bc98e51e9bc8548ac897af369c0e576f57308 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-31SDNC Context Builder : L2 Fabric Retrieval - pnfTait,Trevor(rt0435)3-0/+58
Code to retrieve pnf data from SDNC. Includes new URI to GET port-mirror-configurations. Issue-ID: LOG-778 Change-Id: I0264e544d1f08f660ee783b626438a1259617a69 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2019-01-21SDNC Context Builder: networkTait,Trevor(rt0435)1-33/+47
Issue-ID: LOG-768 Change-Id: I2835f7122cc7e59e2e31bd4180f923675618b455 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-12-17Bugfix: HTTP for SDNC context builderNorm Traxler1-1/+1
Change code to use correct AAI protocol property. Issue-ID: LOG-904 Change-Id: I88d4b18450b398667c6a3358f2f902a6acd01dac Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-11-27Fix mapping defects in sdncGenericResource.specTait,Trevor(rt0435)1-19/+35
Issue-ID: LOG-803 Issue-ID: LOG-875 SDNC Context Builder passes lockedBoolean attribute with yes/no instead of the already established true/false. SDNC Context Builder must process lists of VM from GENERIC_RESOURCE_API. Change-Id: Ie6dd84428b308595840f84f6f3dd40e5d12aa26e Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-11-13Adding client cert SSL support for AAI Rest clientGeora Basky1-0/+4
Change-Id: I6fd32c777d610c3f4e222fa0c55552968342b43a Issue-ID: LOG-808 Signed-off-by: Geora Basky <georab@amdocs.com>
2018-11-04Attributes for GENERIC-RESOURCE-API and VNF-APITait,Trevor(rt0435)2-113/+129
Extract Attributes for GENERIC-RESOURCE-API and VNF-API Issue-ID: LOG-797 Change-Id: I6ae2727bd85069fc89d65c0083167ca69b343895 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-10-26SDNC context builder API Mapping ConfigurationTait,Trevor(rt0435)5-43/+49
Issue-ID: LOG-421 Add code to use the VNF-API on SDNC where required. This involves using the api-mapping logic to select the VNF-API over the GNERIC-RESOURCES-API as well as adding the code to extract the information required by the VNF-API from AAI and adding the code to parse the VNF-API resonse into ModelContext. Change-Id: I4447a14d7fa39b2c5d9b655c2b20e651e56d3d77 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-10-12Adding API Mapping infrastructureGeora Barsky4-1/+88
Issue-ID: LOG-391 Change-Id: I30d954bcdf1cf0748bb5249cbf10defb8dbc8ff6 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-10-09POMBA: SDNC Context BuilderTait,Trevor(rt0435)3-0/+172
Initial code for POMBA: SDNC Context Builder Issue-ID: LOG-520 Change-Id: I6b06561b9050acc83b0c2b18b21c94f0f13f63e4 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>