Uh oh!
There was an error while loading. Please reload this page.
NSX Integration fixes - #8906
Conversation
…behind on scale down (#32)
* Fix concurrency issues on port forwarding rules deletion * Refactor objectExists * Fix unit test * Fix test * Small fixes
…tover rules on CKS cluster deletion (#45) * Fix pf rules removal on CKS cluster deletion * Fix check for number of physical networks for guest traffic * Fix unit test
Pearl1594
commented
Apr 12, 2024
@blueorangutan package |
blueorangutan
commented
Apr 12, 2024
@Pearl1594 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. |
blueorangutan
commented
Apr 12, 2024
Packaging result [SF]: ✔️ el7 ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 9237 |
Pearl1594
commented
Apr 12, 2024
@blueorangutan package |
blueorangutan
commented
Apr 12, 2024
@Pearl1594 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. |
blueorangutan
commented
Apr 12, 2024
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9238 |
nvazquez
commented
Apr 12, 2024
@blueorangutan test matrix |
blueorangutan
commented
Apr 12, 2024
@nvazquez a [SL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
blueorangutan
commented
Apr 13, 2024
[SF] Trillian test result (tid-9820)
|
blueorangutan
commented
Apr 13, 2024
[SF] Trillian test result (tid-9818)
|
blueorangutan
commented
Apr 13, 2024
[SF] Trillian test result (tid-9819)
|
… on APIs * NSX: Handle CheckHealthCommand to avoid host disconnection and errors on APIs * Remove unused string
Pearl1594
commented
Jun 5, 2024
@blueorangutan package |
blueorangutan
commented
Jun 5, 2024
@Pearl1594 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. |
nvazquez
commented
Sep 5, 2024
@blueorangutan package |
blueorangutan
commented
Sep 5, 2024
@nvazquez 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. |
blueorangutan
commented
Sep 5, 2024
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11019 |
Pearl1594
commented
Sep 5, 2024
@blueorangutan test matrix |
blueorangutan
commented
Sep 5, 2024
@Pearl1594 a [SL] Trillian-Jenkins matrix job (EL8 mgmt + EL8 KVM, Ubuntu22 mgmt + Ubuntu22 KVM, EL8 mgmt + VMware 7.0u3, EL9 mgmt + XCP-ng 8.2 ) has been kicked to run smoke tests |
nvazquez
commented
Sep 6, 2024
Hi @rohityadavcloud this PR is ready (waiting for test results) |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
yadvr
commented
Sep 6, 2024
Just to check build: |
blueorangutan
commented
Sep 6, 2024
@rohityadavcloud 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. |
|
DaanHoogland
commented
Sep 6, 2024
@Pearl1594 , how critical are these fixes ? |
blueorangutan
commented
Sep 6, 2024
Packaging result [SF]: ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 11025 |
blueorangutan
commented
Sep 6, 2024
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11036 |
yadvr
commented
Sep 6, 2024
@blueorangutan test ol8 vmware-70u3 |
blueorangutan
commented
Sep 6, 2024
@rohityadavcloud a [SL] Trillian-Jenkins test job (ol8 mgmt + vmware-70u3) has been kicked to run smoke tests |
blueorangutan
commented
Sep 6, 2024
[SF] Trillian test result (tid-11390)
|
blueorangutan
commented
Sep 6, 2024
[SF] Trillian test result (tid-11391)
|
blueorangutan
commented
Sep 6, 2024
[SF] Trillian test result (tid-11392)
|
blueorangutan
commented
Sep 7, 2024
[SF] Trillian test result (tid-11393)
|
blueorangutan
commented
Sep 7, 2024
[SF] Trillian test result (tid-11412)
|
* Prevent addition of duplicate PF rules on scale up and no rules left behind on scale down (#32) * fix missing dependency injection * NSX: Fix concurrency issues on port forwarding rules deletion (#37) * Fix concurrency issues on port forwarding rules deletion * Refactor objectExists * Fix unit test * Fix test * Small fixes * CKS: Externalize control and worker node setup wait time and installation attempts (#38) * NSX: Add shared network support (#41) * NSX: Fix number of physical networks for Guest traffic checks and leftover rules on CKS cluster deletion (#45) * Fix pf rules removal on CKS cluster deletion * Fix check for number of physical networks for guest traffic * Fix unit test * fix logger * NSX: Handle CheckHealthCommand to avoid host disconnection and errors on APIs * NSX: Handle CheckHealthCommand to avoid host disconnection and errors on APIs * Remove unused string * fix logger * Update UDP active monitor to ICMP * Fix NPE on restarting VPC with additional public IPs * NSX / VPC: Reuse Source NAT IP from systemVM range on restarts * CKS: Public IP not found for VPC networks * Externalize retries and inverval for NSX segment deletion (#67) * remove unused import * remove duplicate imports * remove unused import * revert externalizing cks settings * fix test * Refactor log messages * Address comments * Fix issue caused due to forward merge: 90fe1d --------- Co-authored-by: Nicolas Vazquez <nicovazquez90@gmail.com> Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>


Description
This PR addresses issues identified in #7919
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?