nvazquez commented on a change in pull request #4978:
URL: https://github.com/apache/cloudstack/pull/4978#discussion_r831716668
##########
File path:
plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/kvm/ha/KVMHAConfig.java
##########
@@ -53,4 +53,32 @@
public static final ConfigKey<Long> KvmHAFenceTimeout = new
ConfigKey<>("Advanced", Long.class, "kvm.ha.fence.timeout", "60",
"The maximum length of time, in seconds, expected for a fence
operation to complete.", true, ConfigKey.Scope.Cluster);
+ public static final ConfigKey<Integer> KvmHaWebservicePort = new
ConfigKey<Integer>("Advanced", Integer.class, "kvm.ha.webservice.port", "8443",
+ "It sets the port used to communicate with the KVM HA Agent
Microservice that is running on KVM nodes. Default value is 8443.",
+ true, ConfigKey.Scope.Cluster);
+
+ public static final ConfigKey<Boolean> IsKvmHaWebserviceEnabled = new
ConfigKey<Boolean>("Advanced", Boolean.class, "kvm.ha.webservice.enabled",
"false",
Review comment:
@GabrielBrascher thanks, maybe it can be simply renamed to
`kvm.ha.webservice.check.enabled` or similar?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]