You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/28 05:05:03 UTC

[GitHub] [cloudstack] Pearl1594 opened a new pull request, #6328: Change patch path during live patching of systemVMs

Pearl1594 opened a new pull request, #6328:
URL: https://github.com/apache/cloudstack/pull/6328

   ### Description
   
   This PR updates the location where the new software packages are temporarily copied during live patching
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112657417

   <b>Trillian test result (tid-4064)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 53138 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6328-t4064-vmware-67u3.zip
   Smoke tests completed. 93 look OK, 2 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_verify_ipv6_network | `Failure` | 494.20 | test_network_ipv6.py
   test_02_verify_ipv6_network_redundant | `Failure` | 736.59 | test_network_ipv6.py
   test_01_deploy_vm_on_specific_host | `Error` | 3603.64 | test_vm_deployment_planner.py
   test_02_deploy_vm_on_specific_cluster | `Error` | 2.34 | test_vm_deployment_planner.py
   test_03_deploy_vm_on_specific_pod | `Error` | 23.83 | test_vm_deployment_planner.py
   test_04_deploy_vm_on_host_override_pod_and_cluster | `Error` | 3602.97 | test_vm_deployment_planner.py
   test_05_deploy_vm_on_cluster_override_pod | `Error` | 3.33 | test_vm_deployment_planner.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] nvazquez merged pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
nvazquez merged PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112849059

   ## PR Analysis
   https://sonarcloud.io/summary/new_code?id=apachecloudstack&pullRequest=6328
   ## PR Coverage Report
   |**CLASS**|**INSTRUCTION MISSED**|**INSTRUCTION COVERED**|**BRANCH MISSED**|**BRANCH COVERED**|**LINE MISSED**|**LINE COVERED**|
   |-----|-----|-----|-----|-----|-----|-----|
   |LibvirtPatchSystemVmCommandWrapper|228|15|16|0|42|4|
   |LibvirtStartCommandWrapper|75|295|16|22|15|72|
   |VmwareResource|20395|0|2274|0|4397|0|
   |CitrixPatchSystemVmCommandWrapper|224|14|14|0|42|4|
   |CitrixStartCommandWrapper|690|62|81|1|116|16|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111751279

   @acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111774328

   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 3321


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111754660

   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/6328 (SL-JID-1487)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112830721

   @acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112833510

   UI build: :heavy_check_mark:
   Live QA URL: http://qa.cloudstack.cloud:8080/client/pr/6328 (SL-JID-1494)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111752271

   @Pearl1594 a 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112830230

   Found UI changes, kicking a new UI QA build
   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111749875

   Found UI changes, kicking a new UI QA build
   @blueorangutan ui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] acs-robot commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
acs-robot commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111779984

   ## PR Analysis
   https://sonarcloud.io/summary/new_code?id=apachecloudstack&pullRequest=6328
   ## PR Coverage Report
   |**CLASS**|**INSTRUCTION MISSED**|**INSTRUCTION COVERED**|**BRANCH MISSED**|**BRANCH COVERED**|**LINE MISSED**|**LINE COVERED**|
   |-----|-----|-----|-----|-----|-----|-----|
   |LibvirtPatchSystemVmCommandWrapper|228|15|16|0|42|4|
   |LibvirtStartCommandWrapper|75|295|16|22|15|72|
   |VmwareResource|20395|0|2274|0|4397|0|
   |CitrixPatchSystemVmCommandWrapper|224|14|14|0|42|4|
   |CitrixStartCommandWrapper|690|62|81|1|116|16|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] Pearl1594 commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111751697

   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] Pearl1594 commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1111875683

   smoke tests have been initiated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112484665

   <b>Trillian test result (tid-4063)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 40160 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6328-t4063-xenserver-71.zip
   Smoke tests completed. 94 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_verify_ipv6_network | `Failure` | 474.77 | test_network_ipv6.py
   test_02_verify_ipv6_network_redundant | `Failure` | 717.79 | test_network_ipv6.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112506041

   <b>Trillian test result (tid-4065)</b>
   Environment: kvm-ubuntu20 (x2), Advanced Networking with Mgmt server u20
   Total time taken: 41172 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6328-t4065-kvm-ubuntu20.zip
   Smoke tests completed. 94 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_verify_ipv6_network | `Failure` | 408.11 | test_network_ipv6.py
   test_02_verify_ipv6_network_redundant | `Failure` | 580.05 | test_network_ipv6.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] blueorangutan commented on pull request #6328: Change patch path during live patching of systemVMs

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on PR #6328:
URL: https://github.com/apache/cloudstack/pull/6328#issuecomment-1112450564

   <b>Trillian test result (tid-4062)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 38315 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr6328-t4062-kvm-centos7.zip
   Smoke tests completed. 94 look OK, 1 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_verify_ipv6_network | `Failure` | 380.37 | test_network_ipv6.py
   test_02_verify_ipv6_network_redundant | `Failure` | 581.74 | test_network_ipv6.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org