GabrielBrascher opened a new pull request #3600: URL: https://github.com/apache/cloudstack/pull/3600
## Description <!--- Describe your changes in detail --> This proposal allows Virtual Routers to be deployed on disabled zones/pods/clusters. It also gives the opportunity to deploy Admin VMs to be deployed on disabled resources. The default configuration is set to **false** for deploying Admin VMs on disabled resources and deploying system VMs on disabled resources. Both, `allow.router.on.disabled.resources` and `allow.admin.vm.on.disabled.resources`, are configurable and do not require management server restart when updated. The main goal of this implementation is to give flexibility and total control for system admins to decide either if they want or not to deploy System and/or Admin VMs in disabled resources. This implementation was encouraged after an issue related with a disabled Pod; it was not possible to reset networks in the Zone due to the fact that the VRs running on the disabled Pods would fail to be re-deployed. ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) -- 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: us...@infra.apache.org