Routed: support vxlan networks#10861
Conversation
|
@blueorangutan package |
|
@weizhouapache 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.20 #10861 +/- ##
=========================================
Coverage 16.13% 16.14%
- Complexity 13239 13242 +3
=========================================
Files 5656 5656
Lines 497622 497626 +4
Branches 60339 60338 -1
=========================================
+ Hits 80302 80320 +18
+ Misses 408370 408355 -15
- Partials 8950 8951 +1
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 13370 |
|
@blueorangutan test |
|
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13295)
|
|
you can build the projects in a container and copy the JAR to your management server, by following the steps below |
@sjanssen15 |
It seemed to be caused by 2 old KVM hosts that were trying to connect to this management server but they are from a previous installation, they were kinda DDOSing this machine. After adding them the issue disappeared. Tomorrow I will test some more regarding the router and stuff. |
Good, thanks for testing If there is no major issue, we can merge this PR into 4.20.1 |
I'm really sorry to bother you, but I'm going from error to error. Can you see why I'm unable to run any instances? System VM's are running so KVM is working. I have 3 hosts added to the cluster. Could it be related to the network? |
it looks the vm template has a template tag as emty string ('') |
To give you a quick update, still not sure how I fixed it but I reset some template permissions and tags and it seemed to start working. Strange since this is a clean install. I have now a VXLAN segment with a virtual router attached to it. I'm able to ssh into the VR and ping the running instance (from a different host as well). I'm however unable to reach the public network where the VR is attached to. I do have the correct VLAN and type configured. On the KVM host itself I'm able to reach the public gateway via that cloudbridge. |
You cannot reach the gateway 10.4.152.1 from the VR, right ? can you assign a temporary IP (in 10.4.152.1/24 network) to the linux bridge (brXXXX.1452) on the kvm host, and check if the .1 and .102 are reachable ? |
I tried with |
|
@sjanssen15 |
|
Just to add, after troubleshooting this week we got it working in our environment 👍🏻 thanks Wei |
|
merging based on user testing |



Description
This PR supports Routed network with vxlan isolation
fixes #10855
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?