<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
<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>
{
"swagger" : "2.0",
"info" : {
- "version" : "2.1.1-SNAPSHOT",
+ "version" : "2.2.0-SNAPSHOT",
"title" : "cmso-optimizer"
},
"basePath" : "/optimizer",
<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
<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
{
"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",
<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
<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>
{
"swagger" : "2.0",
"info" : {
- "version" : "2.1.1-SNAPSHOT",
+ "version" : "2.2.0-SNAPSHOT",
"title" : "cmso-ticketmgt"
},
"basePath" : "/ticketmgt",
<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>
{
"swagger" : "2.0",
"info" : {
- "version" : "2.1.1-SNAPSHOT",
+ "version" : "2.2.0-SNAPSHOT",
"title" : "cmso-topology"
},
"basePath" : "/topology",
<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>
# 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}