mirror of https://github.com/apache/cloudstack.git
Merge 5aea69f614 into b1f870ae83
This commit is contained in:
commit
4c508c854c
|
|
@ -1069,7 +1069,6 @@ public class ApiConstants {
|
|||
public static final String AUTOSCALE_VMGROUP_NAME = "autoscalevmgroupname";
|
||||
public static final String BAREMETAL_DISCOVER_NAME = "baremetaldiscovername";
|
||||
public static final String BAREMETAL_RCT_URL = "baremetalrcturl";
|
||||
public static final String UCS_DN = "ucsdn";
|
||||
public static final String GSLB_PROVIDER = "gslbprovider";
|
||||
public static final String EXCLUSIVE_GSLB_PROVIDER = "isexclusivegslbprovider";
|
||||
public static final String GSLB_PROVIDER_PUBLIC_IP = "gslbproviderpublicip";
|
||||
|
|
@ -1086,10 +1085,6 @@ public class ApiConstants {
|
|||
public static final String GUEST_VM_CIDR = "guestvmcidr";
|
||||
public static final String NETWORK_CIDR = "networkcidr";
|
||||
public static final String RESERVED_IP_RANGE = "reservediprange";
|
||||
public static final String UCS_MANAGER_ID = "ucsmanagerid";
|
||||
public static final String UCS_PROFILE_DN = "profiledn";
|
||||
public static final String UCS_BLADE_DN = "bladedn";
|
||||
public static final String UCS_BLADE_ID = "bladeid";
|
||||
public static final String VM_GUEST_IP = "vmguestip";
|
||||
public static final String HEALTHCHECK_FAILED = "healthchecksfailed";
|
||||
public static final String HEALTHCHECK_RESPONSE_TIMEOUT = "responsetimeout";
|
||||
|
|
|
|||
|
|
@ -316,11 +316,6 @@
|
|||
<artifactId>cloud-plugin-hypervisor-baremetal</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-ucs</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-kvm</artifactId>
|
||||
|
|
@ -332,11 +327,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-hyperv</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-plugin-hypervisor-external</artifactId>
|
||||
|
|
|
|||
|
|
@ -88,9 +88,7 @@
|
|||
|
||||
<module>hypervisors/baremetal</module>
|
||||
<module>hypervisors/external</module>
|
||||
<module>hypervisors/hyperv</module>
|
||||
<module>hypervisors/kvm</module>
|
||||
<module>hypervisors/ucs</module>
|
||||
<module>hypervisors/xenserver</module>
|
||||
|
||||
<module>integrations/cloudian</module>
|
||||
|
|
|
|||
|
|
@ -1652,15 +1652,6 @@ public enum Config {
|
|||
+ " If set to false, these commands become asynchronous. Default value is false.",
|
||||
null),
|
||||
|
||||
UCSSyncBladeInterval(
|
||||
"Advanced",
|
||||
ManagementServer.class,
|
||||
Integer.class,
|
||||
"ucs.sync.blade.interval",
|
||||
"3600",
|
||||
"the interval cloudstack sync with UCS manager for available blades in case user remove blades from chassis without notifying CloudStack",
|
||||
null),
|
||||
|
||||
RedundantRouterVrrpInterval(
|
||||
"Advanced",
|
||||
NetworkOrchestrationService.class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue