From daf874925d0e9fe6f77c7033dc8756b302f799e1 Mon Sep 17 00:00:00 2001 From: Norm Traxler Date: Tue, 12 Feb 2019 15:57:40 +0000 Subject: Update pomba versioning for Dublin 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 --- pomba/network-discovery-api/pom.xml | 2 +- pomba/network-discovery-api/version.properties | 2 +- pomba/network-discovery/config/jolt/port.json | 1 + pomba/network-discovery/pom.xml | 2 +- pomba/network-discovery/src/test/resources/jolt/port-expected.json | 6 ++++++ pomba/network-discovery/src/test/resources/jolt/port-input.json | 2 +- pomba/network-discovery/version.properties | 2 +- pomba/pom.xml | 2 +- pomba/service-decomposition/pom.xml | 2 +- pomba/service-decomposition/version.properties | 2 +- pomba/version.properties | 2 +- 11 files changed, 16 insertions(+), 9 deletions(-) diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index 2e6a470..2bd2139 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba network-discovery-api - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT Network Discovery API diff --git a/pomba/network-discovery-api/version.properties b/pomba/network-discovery-api/version.properties index a254b21..99af342 100644 --- a/pomba/network-discovery-api/version.properties +++ b/pomba/network-discovery-api/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=5 patch=0 base_version=${major}.${minor}.${patch} diff --git a/pomba/network-discovery/config/jolt/port.json b/pomba/network-discovery/config/jolt/port.json index 99597b5..b702dcd 100644 --- a/pomba/network-discovery/config/jolt/port.json +++ b/pomba/network-discovery/config/jolt/port.json @@ -6,6 +6,7 @@ "id": "id", "name": "name", "admin_state_up": "tempList[].adminStateUp", + "description" : "tempList[].description", "mac_address" : "tempList[].macAddress" } } diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 2ea5b48..2b5a2fc 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT ../pom.xml diff --git a/pomba/network-discovery/src/test/resources/jolt/port-expected.json b/pomba/network-discovery/src/test/resources/jolt/port-expected.json index 33f6dc1..772933b 100644 --- a/pomba/network-discovery/src/test/resources/jolt/port-expected.json +++ b/pomba/network-discovery/src/test/resources/jolt/port-expected.json @@ -11,6 +11,12 @@ "dataQuality" : { "status" : "ok" } + }, { + "name" : "description", + "value" : "Port description", + "dataQuality" : { + "status" : "ok" + } }, { "name" : "macAddress", "value" : "fa:16:3e:ff:f7:af", diff --git a/pomba/network-discovery/src/test/resources/jolt/port-input.json b/pomba/network-discovery/src/test/resources/jolt/port-input.json index 7e3e59b..874abc9 100644 --- a/pomba/network-discovery/src/test/resources/jolt/port-input.json +++ b/pomba/network-discovery/src/test/resources/jolt/port-input.json @@ -2,7 +2,7 @@ "port": { "status": "ACTIVE", "binding:host_id": "Setup-D2-OTT-A-Master", - "description": "", + "description": "Port description", "allowed_address_pairs": [], "tags": [], "extra_dhcp_opts": [], diff --git a/pomba/network-discovery/version.properties b/pomba/network-discovery/version.properties index a254b21..99af342 100644 --- a/pomba/network-discovery/version.properties +++ b/pomba/network-discovery/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=5 patch=0 base_version=${major}.${minor}.${patch} diff --git a/pomba/pom.xml b/pomba/pom.xml index bb794a6..6bff075 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 79b1980..e8a3c0d 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT ../pom.xml diff --git a/pomba/service-decomposition/version.properties b/pomba/service-decomposition/version.properties index a254b21..99af342 100644 --- a/pomba/service-decomposition/version.properties +++ b/pomba/service-decomposition/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=5 patch=0 base_version=${major}.${minor}.${patch} diff --git a/pomba/version.properties b/pomba/version.properties index a254b21..99af342 100644 --- a/pomba/version.properties +++ b/pomba/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 +minor=5 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg