Allow deploy of VRs on dedicated resources#9531
Allow deploy of VRs on dedicated resources#9531GaOrtiga wants to merge 2 commits intoapache:mainfrom
Conversation
engine/schema/src/main/java/com/cloud/capacity/dao/CapacityDao.java
Outdated
Show resolved
Hide resolved
5da9945 to
7b05daf
Compare
|
@blueorangutan package |
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9531 +/- ##
============================================
- Coverage 16.40% 16.40% -0.01%
+ Complexity 13590 13586 -4
============================================
Files 5692 5692
Lines 501976 501980 +4
Branches 60795 60796 +1
============================================
- Hits 82369 82356 -13
- Misses 410449 410469 +20
+ Partials 9158 9155 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12358 |
|
Hey @DaanHoogland, could we run the CI on this PR? |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-12421)
|
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
7b05daf to
e15e366
Compare
|
@blueorangutan package |
|
@nicoschmdt a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13280 |
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
@nicoschmdt can you look at the conflicts again? |
|
@GaOrtiga Since this is for the 4.22.1 release, could you retarget the PR to the 4.22 branch? |
Description
Currently, it is not possible to deploy VRs on dedicated resources, even if they are dedicated to the domain in which the VR will be created.
A new global configuration
allowRoutersOnDedicatedResourceshas been created to allow VRs to be deployed on hosts, clusters, pods and zones that are dedicated to their respective domains.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
With the configuration marked as true:
I marked the configuration as false and verified that I could not deploy VRs on any of the dedicated resources.