-
Notifications
You must be signed in to change notification settings - Fork 1.3k
server: honor global setting system.vm.default.hypervisor as first option when deploy VRs #6160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server: honor global setting system.vm.default.hypervisor as first option when deploy VRs #6160
Conversation
…tion when deploy VRs
|
@blueorangutan package |
|
@blueorangutan package |
nvazquez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with SystemVM template(s). I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2969 |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3708)
|
yadvr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - but needs testing. @weizhouapache pl check if a marvin test covers this case; otherwise a new test case maybe added or manual test confirmation needed.
@rohityadavcloud marvin test looks difficult because all hosts have same hypervisor type in each trillian environment. |
|
@blueorangutan test |
|
@blueorangutan test |
|
@nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3812)
|
|
Are we waiting on Bobby's review/testing @weizhouapache @nvazquez ? |
1 similar comment
|
Are we waiting on Bobby's review/testing @weizhouapache @nvazquez ? |
|
Yes @rohityadavcloud - with @borisstoyanov for testing |
NuxRo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me
…tion when deploy VRs (apache#6160) (cherry picked from commit 91a5f0e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…tion when deploy VRs (apache#6160) (cherry picked from commit 91a5f0e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…tion when deploy VRs (apache#6160) (cherry picked from commit 91a5f0e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…tion when deploy VRs (apache#6160) (cherry picked from commit 91a5f0e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
…tion when deploy VRs (apache#6160) (cherry picked from commit 91a5f0e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Port of PR apache#6160 Closes apache#486 See merge request scclouds/scclouds!237
Description
This PR fixes #6084
The global setting system.vm.default.hypervisor will be the first option when deploy VRs.
If it is not set, use the hypervisor type of cluster as 2nd option.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?