GabrielBrascher commented on a change in pull request #3600: Allow deploy
Admin/System VMs in disabled zones/pods/clusters
URL: https://github.com/apache/cloudstack/pull/3600#discussion_r327940429
##########
File path:
engine/components-api/src/main/java/com/cloud/deploy/DeploymentPlanningManager.java
##########
@@ -24,6 +26,12 @@
public interface DeploymentPlanningManager extends Manager {
+ static final ConfigKey<Boolean> allowSytemVmInDisabledResource = new
ConfigKey<Boolean>("Advanced", Boolean.class,
"allow.system.vm.disabled.resource", "true",
+ "Allow deploying System VMs in disabled Clusters, Pods, and Zones
(does not require restart)", true);
+
+ static final ConfigKey<Boolean> allowAdminVmInDisabledResource = new
ConfigKey<Boolean>("Advanced", Boolean.class,
"allow.admin.vm.disabled.resources", "false",
Review comment:
@rhtyd I've added a commit addressing your comment, thx!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services