server: clean network offerings for domain on remove#7775
server: clean network offerings for domain on remove#7775DaanHoogland merged 3 commits intoapache:4.18from
Conversation
weizhouapache
left a comment
There was a problem hiding this comment.
code lgtm
checked the SQL in https://github.com/apache/cloudstack/blob/4.18.0.0/engine/schema/src/main/resources/META-INF/db/schema-41720to41800.sql, this PR looks ok
there are some other solutions, but seem not better than this.
|
@blueorangutan package |
|
@weizhouapache a [SF] 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]: ✖️ el7 ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 6621 |
|
@DaanHoogland |
yes will do. Also need to ad ee cleanup method for vpc offerings yet. |
b3035b1 to
b55365b
Compare
|
@blueorangutan package |
|
@DaanHoogland a [SF] 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6629 |
Codecov Report
@@ Coverage Diff @@
## 4.18 #7775 +/- ##
=========================================
Coverage 13.02% 13.02%
- Complexity 9031 9036 +5
=========================================
Files 2720 2720
Lines 257010 257038 +28
Branches 40083 40089 +6
=========================================
+ Hits 33472 33486 +14
- Misses 219336 219345 +9
- Partials 4202 4207 +5
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@blueorangutan test |
|
@DaanHoogland a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-7240) |
|
@blueorangutan test rocky8 kvm-rocky8 |
|
@DaanHoogland |
yes it is, I was waiting for smoke tests, but there is a backend issue. will need to investigate that |
b55365b to
d20d2ef
Compare
|
@blueorangutan package |
|
@DaanHoogland a [SF] 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6642 |
|
@blueorangutan test rocky8 kvm-rocky8 |
|
@DaanHoogland a [SF] Trillian-Jenkins test job (rocky8 mgmt + kvm-rocky8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-7244)
|
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM, tested manually
Created domain
Created network offering or vpc offering assoicated with the domain
Deleted the domain
The network and vpc offerings were also cleaned up
Description
This PR...
Fixes: #7773
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?