Open sureshanaparti opened 4 weeks ago
@blueorangutan package
@sureshanaparti 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.
Attention: Patch coverage is 9.29809%
with 995 lines
in your changes missing coverage. Please review.
Project coverage is 15.79%. Comparing base (
a82a242
) to head (023ca4c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11437
@blueorangutan test
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11701) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 52486 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9854-t11701-kvm-ol8.zip Smoke tests completed. 139 look OK, 2 have errors, 0 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
test_01_prepare_and_cancel_maintenance | Error |
0.05 | test_ms_maintenance_and_safe_shutdown.py |
test_02_unsecure_vm_migration | Error |
449.14 | test_vm_life_cycle.py |
test_03_secured_to_nonsecured_vm_migration | Error |
382.76 | test_vm_life_cycle.py |
test_04_nonsecured_to_secured_vm_migration | Error |
378.56 | test_vm_life_cycle.py |
@blueorangutan package
@sureshanaparti 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11509
@blueorangutan test
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
@blueorangutan package
@sureshanaparti 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11514
[SF] Trillian test result (tid-11748) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 51108 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9854-t11748-kvm-ol8.zip Smoke tests completed. 140 look OK, 1 have errors, 0 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
test_01_prepare_and_cancel_maintenance | Error |
0.04 | test_ms_maintenance_and_safe_shutdown.py |
@blueorangutan package
@sureshanaparti 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11577
@blueorangutan test
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11784) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 60592 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9854-t11784-kvm-ol8.zip Smoke tests completed. 139 look OK, 2 have errors, 0 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
test_01_prepare_and_cancel_maintenance | Error |
0.04 | test_ms_maintenance_and_safe_shutdown.py |
test_01_secure_vm_migration | Error |
408.30 | test_vm_life_cycle.py |
@blueorangutan package
@sureshanaparti 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.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 11585
Description
This PR adds support for Management Server Maintenance. More details below.
New APIs: prepareForMaintenance and cancelMaintenance, with required parameter - managementserverid.
New management server states for maintenance: PreparingForMaintenance, Maintenance.
listHosts API with optional parameter – managementserverid, to list the hosts connected to the management server.
Support management server maintenance when more than one active management servers available.
Triggers transfer agents to other available management servers for maintenance, new agent command MigrateAgentConnectionCommand to initiate transfer of indirect agents.
New global config 'management.server.maintenance.timeout', to set the timeout (in mins) for the management server maintenance window, default: 60 mins.
UI changes: Prepare and Cancel Maintenance in Management Server section, Connected Agents tab, New fields for hosts and management servers.
This also updates the shutdown plugin introduced here: https://github.com/apache/cloudstack/pull/6755, to maintenance plugin (as common plugin for MS maintenance and shutdown operations).
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Manually tested prepare and cancel management server maintenance operations.
How did you try to break this feature and the system with this change?