Increment CMSO release version 37/103537/2 2.2.0
authorvrvarma <vikas.varma@att.com>
Wed, 11 Mar 2020 16:40:20 +0000 (12:40 -0400)
committervrvarma <vikas.varma@att.com>
Wed, 11 Mar 2020 17:19:31 +0000 (13:19 -0400)
Change-Id: Ia13005d8af59c1251953cc08c154e52457f58442
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-716
Signed-off-by: vrvarma <vikas.varma@att.com>
13 files changed:
cmso-database/pom.xml
cmso-optimizer/pom.xml
cmso-optimizer/src/main/resources/META-INF/resources/swagger/swagger.json
cmso-robot/pom.xml
cmso-service/pom.xml
cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json
cmso-sonar/pom.xml
cmso-ticketmgt/pom.xml
cmso-ticketmgt/src/main/resources/META-INF/resources/swagger/swagger.json
cmso-topology/pom.xml
cmso-topology/src/main/resources/META-INF/resources/swagger/swagger.json
pom.xml
version.properties

index ec2df36..4d27a21 100644 (file)
@@ -36,7 +36,7 @@
     <parent>\r
         <groupId>org.onap.optf.cmso</groupId>\r
         <artifactId>cmso</artifactId>\r
-        <version>2.1.1-SNAPSHOT</version>\r
+        <version>2.2.0-SNAPSHOT</version>\r
     </parent>\r
 \r
        <groupId>org.onap.optf.cmso</groupId>\r
index e63e84e..5c83477 100644 (file)
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.onap.optf.cmso</groupId>
                <artifactId>cmso</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <version>2.2.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.onap.optf.cmso.optimizer</groupId>
index 037bfea..26b710f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "swagger" : "2.0",
   "info" : {
-    "version" : "2.1.1-SNAPSHOT",
+    "version" : "2.2.0-SNAPSHOT",
     "title" : "cmso-optimizer"
   },
   "basePath" : "/optimizer",
index a0a7ec5..9c31efa 100644 (file)
@@ -24,7 +24,7 @@
        <parent>\r
                <groupId>org.onap.optf.cmso</groupId>\r
                <artifactId>cmso</artifactId>\r
-               <version>2.1.1-SNAPSHOT</version>\r
+               <version>2.2.0-SNAPSHOT</version>\r
        </parent>\r
 \r
        <groupId>org.onap.optf.cmso</groupId>\r
index 2e8772c..f3df62e 100644 (file)
@@ -30,7 +30,7 @@
        <parent>\r
                <groupId>org.onap.optf.cmso</groupId>\r
                <artifactId>cmso</artifactId>\r
-               <version>2.1.1-SNAPSHOT</version>\r
+               <version>2.2.0-SNAPSHOT</version>\r
        </parent>\r
 \r
        <groupId>org.onap.optf.cmso.service</groupId>\r
index f987661..0b657d4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "swagger" : "2.0",
   "info" : {
-    "version" : "2.1.1-SNAPSHOT",
+    "version" : "2.2.0-SNAPSHOT",
     "title" : "cmso-service"
   },
   "basePath" : "/cmso",
           "format" : "int32",
           "description" : "Maximum number of VNF changes to schedule concurrently"
         },
-        "changeWindows" : {
-          "type" : "array",
-          "description" : "Lists of desired change windows to schedule the elements.",
-          "items" : {
-            "$ref" : "#/definitions/Change Window"
-          }
-        },
-        "policies" : {
-          "type" : "array",
-          "description" : "List of the policies to control optimization.",
-          "items" : {
-            "$ref" : "#/definitions/Supported Policy Information"
-          }
+        "policyId" : {
+          "type" : "string",
+          "description" : "Name of schedule optimization policy used by the change management cmso optimizer to determine available time slot"
         },
-        "elements" : {
+        "vnfDetails" : {
           "type" : "array",
           "description" : "Lists of the VNFs to be changed and the desired change windows",
           "items" : {
-            "$ref" : "#/definitions/Optimizer Element"
+            "$ref" : "#/definitions/VNF Details"
           }
         }
       },
       "properties" : {
         "startTime" : {
           "type" : "string",
-          "format" : "date-time",
-          "description" : "Earliest time for which changes may begin."
+          "description" : "Earliest time that a set of changes may begin."
         },
         "endTime" : {
           "type" : "string",
-          "format" : "date-time",
-          "description" : "Latest time by which all changes must be completed."
+          "description" : "Latest time by which all changes must be completed"
         }
       },
-      "description" : "Time window for which tickets are to returned"
+      "description" : "Time window within which the scheduler optimizer can schedule the changes for the  group of NVFs"
     },
     "CmDetailsMessage" : {
       "type" : "object",
index 65ca2c4..7bcd0a9 100644 (file)
@@ -24,7 +24,7 @@
        <parent>\r
                <groupId>org.onap.optf.cmso</groupId>\r
                <artifactId>cmso</artifactId>\r
-               <version>2.1.1-SNAPSHOT</version>\r
+               <version>2.2.0-SNAPSHOT</version>\r
        </parent>\r
 \r
        <groupId>org.onap.optf.cmso.sonar</groupId>\r
index 3ea303a..0eb1ebd 100644 (file)
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.onap.optf.cmso</groupId>
                <artifactId>cmso</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <version>2.2.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.onap.optf.cmso.ticketmgt</groupId>
index 0580b82..8d9b574 100644 (file)
@@ -1,7 +1,7 @@
 {
   "swagger" : "2.0",
   "info" : {
-    "version" : "2.1.1-SNAPSHOT",
+    "version" : "2.2.0-SNAPSHOT",
     "title" : "cmso-ticketmgt"
   },
   "basePath" : "/ticketmgt",
index 2eeae18..6ffc597 100644 (file)
@@ -19,7 +19,7 @@
        <parent>
                <groupId>org.onap.optf.cmso</groupId>
                <artifactId>cmso</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <version>2.2.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.onap.optf.cmso.topology</groupId>
index 5d41ba3..035f1cd 100644 (file)
@@ -1,7 +1,7 @@
 {
   "swagger" : "2.0",
   "info" : {
-    "version" : "2.1.1-SNAPSHOT",
+    "version" : "2.2.0-SNAPSHOT",
     "title" : "cmso-topology"
   },
   "basePath" : "/topology",
diff --git a/pom.xml b/pom.xml
index c0b2606..fdb5b08 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 
        <groupId>org.onap.optf.cmso</groupId>
        <artifactId>cmso</artifactId>
-       <version>2.1.1-SNAPSHOT</version>
+       <version>2.2.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        
        <name>optf-cmso</name>
index 61ee5ea..8723631 100644 (file)
@@ -26,8 +26,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=2
-minor=1
-patch=1
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}