summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12Update pomba versioning for DublinNorm Traxler2-1/+7
Issue-ID: SDNC-637 Moving version Back to the Future Note: 1.4.2 is used for Casablanca release, so moving ahead to 1.5.0 Adding port description attribute Change-Id: I4b5526b1151603a1872df1cc6584ba0810685b0c Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-02-11Add support for Openstack Port objectNorm Traxler3-1/+60
Issue-ID: SDNC-475 Change-Id: Id17404ed05b2ca251e46dc739657900953f76cc4 Signed-off-by: Norm Traxler <normant@amdocs.com>
2019-01-31Network Discovery support for networkNorm Traxler2-26/+105
Issue-ID: SDNC-475 Add support for Openstack network object retrieval. Moved the attribute translations into Jolt transformations. Change-Id: I442bfe39a5b84050d7a7fa8b50aaf831e4dd05d0 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-11-28ND get VM info from OpenstackNorm Traxler4-0/+153
Issue-ID: SDNC-533 Change-Id: If50c4ae02349824a4e179e30ea1ee29d3afe6ab2 Signed-off-by: Norm Traxler <normant@amdocs.com>
2018-09-18Remove credentials dataTait,Trevor(rt0435)1-0/+0
Issue-ID: SDNC-458 Service Decomposition and Network Discovery Microservice have sensitive keystore/certificate/password data in their configuration files that needs to be removed. In order for Network Discovery Microservice JUNIT to execute a dummy Enricher REST client client-cert-onap.p12 was added to src/test/resources. This is the ONAP certificate that will be used when the ONAP Enricher is available, then it will be copied to config/auth. Change-Id: I3aac665815757f9a31bbe0b4020f44cd3fe1eb12 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>