-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[VMware] Update vlans with proper range before creating port group for dvSwitch #10708
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
[VMware] Update vlans with proper range before creating port group for dvSwitch #10708
Conversation
…r dvSwitch (max 80 chars allowed for the port group name)
6babba3
to
f56b966
Compare
@blueorangutan package |
@sureshanaparti 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 @@
## 4.19 #10708 +/- ##
============================================
+ Coverage 15.16% 15.17% +0.01%
- Complexity 11327 11334 +7
============================================
Files 5415 5415
Lines 474848 474975 +127
Branches 57914 57941 +27
============================================
+ Hits 72018 72095 +77
- Misses 394781 394822 +41
- Partials 8049 8058 +9
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 13047 |
@blueorangutan ol8 vmware-70u3 |
vmware-base/src/test/java/com/cloud/hypervisor/vmware/mo/HypervisorHostHelperTest.java
Show resolved
Hide resolved
@blueorangutan test ol8 vmware-70u3 |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-70u3) has been kicked to run smoke tests |
[SF] Trillian Build Failed (tid-13038) |
@blueorangutan package |
@sureshanaparti 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. |
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
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13103 |
@blueorangutan test ol8 vmware-70u3 |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-70u3) has been kicked to run smoke tests |
[SF] Trillian test result (tid-13053)
|
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 didn't test it
tested
and
both lead to properly formatted dvswitches in the backend after a vm is deployed on them. |
Description
This PR updates the vlans with proper range (instead of numbers) before creating port group for dvSwitch in VMware (max 80 chars allowed for the port group name), addresses #9507.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Created shared network using multiple vlans with dvSwitch (in VMware 70u3), and verified the port group created with range instead of vlans.
Logs =>
Screenshots =>
How did you try to break this feature and the system with this change?