Remove deprecated tomcat configuration file instead of moving it, sin… - #2538
Conversation
…ce moving it prevented the 4.11 upgrade from overwriting it with the new jetty configurations. Also added systemctl daemon-reload to refresh daemon services so that management server can start up seamlessly after the upgrade.
|
@ernjvr a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1877 |
|
@blueorangutan test |
|
@ernjvr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Manually tested the upgrade from 4.6 to 4.11 and verified:
|
|
Trillian test result (tid-2469)
|
…s for centos6 spec?
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
|
||
| chown -R cloud:cloud /var/log/cloudstack/management | ||
|
|
||
| systemctl daemon-reload |
There was a problem hiding this comment.
@ernjvr remove the systemctl thing, CentOS6/el6 does not have systemd. No need to reload anything here. Rest is LGTM.
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1891 |
|
@blueorangutan package |
|
@ernjvr a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1892 |
|
@blueorangutan test |
|
@ernjvr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
LGTM, travis okay. I'll merge this. |
|
Trillian test result (tid-2476)
|
|
The failed tests are all env related, the changes in the PR cannot be validated with Trillian smoke tests as they are upgrade related. Given the upgrade procedure was manually tested by @ernjvr / @borisstoyanov I'm okay with the merging, no regressions seen. We'll re-test during weekly runs. |
…ce moving it prevented the 4.11 upgrade from overwriting it with the new jetty configurations. Also added systemctl daemon-reload to refresh daemon services so that management server can start up seamlessly after the upgrade.
Description
This fixes #2537
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
Checklist:
Testing
@blueorangutan package