VR: remove apache2 config for removed VPC tiers#7982
VR: remove apache2 config for removed VPC tiers#7982DaanHoogland merged 1 commit intoapache:4.18from
Conversation
|
@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. |
DaanHoogland
left a comment
There was a problem hiding this comment.
clgtm and seems to address the issue. Need to test
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7070 |
Codecov Report
@@ Coverage Diff @@
## 4.18 #7982 +/- ##
=========================================
Coverage 13.06% 13.06%
Complexity 9105 9105
=========================================
Files 2720 2720
Lines 257494 257494
Branches 40148 40148
=========================================
Hits 33642 33642
Misses 219623 219623
Partials 4229 4229 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@blueorangutan test |
|
@weizhouapache a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
1 similar comment
|
@weizhouapache a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-7698)
|
|
[SF] Trillian test result (tid-7696)
|
There was a problem hiding this comment.
LGTM, Tested the issue manually for both default vpc and redundant vpc offering
Followed the steps, and only the config files for the active tiers are present
1. create vpc with redundant VRs (cidr: 172.24.0.0/20)
2. create vpc tier1 with 172.24.1.0/24, create vm1 on it
3. create vpc tier2 with 172.24.2.0/24, create vm2 on it
4. destroy vm2, delete vpc tier2
5. create vpc tier2-new1 with 172.24.2.0/24, create vm2-new1 on it
6. destroy vm2-new1, delete vpc tier2-new1
7. create vpc tier2-new2 with 172.24.2.0/24, create vm2-new2 on it
8. check apache2 config files in /etc/apache2/site-enabled
thanks @kiranchavala for the testing |
Description
This PR fixes #7968
Steps to reproduce the issue
expected: there are only config files for tier1 and tier2-new2
actual: there are config files for tier1, tier2, tier2-new1, tier2-new2
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?