Skip to content

Commit 5614ca0

Browse files
committed
Updated vRO plugin artifacts and release version.
1 parent 340243f commit 5614ca0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

o11nplugin-vro-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>vro</artifactId>
88
<groupId>com.vmware.avi</groupId>
9-
<version>30.2.1</version>
9+
<version>30.2.2</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.vmware.avi.sdk</groupId>
2525
<artifactId>avisdk</artifactId>
26-
<version>30.2.1.RELEASE</version>
26+
<version>30.2.2.RELEASE</version>
2727
</dependency>
2828

2929
<dependency>

o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerProperties.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class ControllerProperties extends AviRestResource {
3030
@JsonProperty("alert_manager_use_evms")
3131
@JsonInclude(Include.NON_NULL)
32-
private Boolean alertManagerUseEvms = false;
32+
private Boolean alertManagerUseEvms = true;
3333

3434
@JsonProperty("allow_admin_network_updates")
3535
@JsonInclude(Include.NON_NULL)
@@ -489,7 +489,7 @@ public class ControllerProperties extends AviRestResource {
489489
* Enable to use event manager as source of eventsdisable to use log manager as source of events.
490490
* Field introduced in 30.2.1.
491491
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
492-
* Default value when not specified in API or module is interpreted by Avi Controller as false.
492+
* Default value when not specified in API or module is interpreted by Avi Controller as true.
493493
* @return alertManagerUseEvms
494494
*/
495495
@VsoMethod
@@ -502,7 +502,7 @@ public Boolean getAlertManagerUseEvms() {
502502
* Enable to use event manager as source of eventsdisable to use log manager as source of events.
503503
* Field introduced in 30.2.1.
504504
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
505-
* Default value when not specified in API or module is interpreted by Avi Controller as false.
505+
* Default value when not specified in API or module is interpreted by Avi Controller as true.
506506
* @param alertManagerUseEvms set the alertManagerUseEvms.
507507
*/
508508
@VsoMethod

o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCenterConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void setDatacenter(String datacenter) {
134134
* This is the getter method this will return the attribute value.
135135
* Managed object id of the datacenter.
136136
* Field introduced in 30.2.1.
137-
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
137+
* Allowed in enterprise edition with any value, essentials edition with any value, enterprise with cloud services edition.
138138
* Default value when not specified in API or module is interpreted by Avi Controller as null.
139139
* @return datacenterManagedObjectId
140140
*/
@@ -147,7 +147,7 @@ public String getDatacenterManagedObjectId() {
147147
* This is the setter method to the attribute.
148148
* Managed object id of the datacenter.
149149
* Field introduced in 30.2.1.
150-
* Allowed in enterprise edition with any value, enterprise with cloud services edition.
150+
* Allowed in enterprise edition with any value, essentials edition with any value, enterprise with cloud services edition.
151151
* Default value when not specified in API or module is interpreted by Avi Controller as null.
152152
* @param datacenterManagedObjectId set the datacenterManagedObjectId.
153153
*/

o11nplugin-vro-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>vro</artifactId>
1111
<groupId>com.vmware.avi</groupId>
12-
<version>30.2.1</version>
12+
<version>30.2.2</version>
1313
</parent>
1414

1515
<properties>

o11nplugin-vro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>vro</artifactId>
1212
<groupId>com.vmware.avi</groupId>
13-
<version>30.2.1</version>
13+
<version>30.2.2</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.vmware.avi</groupId>
88
<artifactId>vro</artifactId>
99
<packaging>pom</packaging>
10-
<version>30.2.1</version>
10+
<version>30.2.2</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release_version=30.2.1
1+
release_version=30.2.2
22
eng_version=31.1.1

0 commit comments

Comments
 (0)