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 2020/05/27 04:16:21 UTC

[GitHub] [cloudstack] rhtyd opened a new pull request #4104: [WIP] Debian10 support

rhtyd opened a new pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104


   This upgrades the systemvmtemplate base to Debian 10 with openjdk-11.
   Fixes #3654
   
   Prev. https://github.com/apache/cloudstack/pull/3797
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [x] 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)


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   Packaging result: ✖centos7 ✖debian. JID-1277


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] DaanHoogland commented on pull request #4104: [WIP] Debian10 support

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-635215742


   @rhtyd can you incorporate teh change in #3921 in this one?


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: [WIP] Debian10 support

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


   Packaging result: ✔centos7 ✔debian. JID-1248


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638751687


   The systemvmtemplate build log: http://download.cloudstack.org/systemvm/4.15/build.log
   Public URL for dev-testing until GA: http://download.cloudstack.org/systemvm/4.15/


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd edited a comment on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640318726


   @weizhouapache Thanks, we'll merge this once the xenserver tests are also in.
   - I checked python3 was already installed on the built systemvmtemplate, but I've added explicit pkg to be installed
   - python2->3 migration is not done in the centos8 support PR; the systemvm continue to be on Debian where python2 ships by default (with the python 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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638583985


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

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



[GitHub] [cloudstack] weizhouapache commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-639291005


   > Hi @weizhouapache
   > 
   > * Trillian by default uses branch/version specific systevmtemplates, but allows option to override. For testing this PR, I'm not using BO but passing systemvmtemplate overide on our internal Jenkins. This gives us ability to test a PR with a new systemvmtemplate.
   > * Currently, no python3 is not installed in this PR. Are you/anyone-else working to migrate VR scripts from py2 to py3, then I can make changes in this PR to install python3 (make the template future ready).
   
   @rhtyd nice, thanks.
   let's merge it, and upgrade to python3 in systemvm template along with python2->python3 support (it seems to be part of centos8 support).
   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640318726


   @weizhouapache 
   - I checked python3 was already installed on the built systemvmtemplate, but I've added explicit pkg to be installed
   - python2->3 migration is not done in the centos8 support PR; the systemvm continue to be on Debian where python2 ships by default (with the python 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.

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



[GitHub] [cloudstack] rhtyd edited a comment on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640318726


   @weizhouapache Thanks, we'll merge this once the xenserver tests are also in.
   - I checked python3 was already installed on the built systemvmtemplate, but I've added explicit pkg to be installed
   - python2->3 migration is not done in the centos8 support PR; the systemvm continue to be on Debian where python2 ships by default (with the python 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.

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



[GitHub] [cloudstack] weizhouapache commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640542301


   code lgtm
   did not test it


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638803114


   Hi @weizhouapache 
   - Trillian by default uses branch/version specific systevmtemplates, but allows option to override. For testing this PR, I'm not using BO but passing systemvmtemplate overide on our internal Jenkins. This gives us ability to test a PR with a new systemvmtemplate.
   - Currently, no python3 is not installed in this PR. Are you/anyone-else working to migrate VR scripts from py2 to py3, then I can make changes in this PR to install python3 (make the template future ready).


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   @rhtyd a Jenkins job has been kicked to build packages. 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.

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



[GitHub] [cloudstack] weizhouapache commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638797691


   @rhtyd I have two concerns
   (1) does Trillian use new debian10 template in tests ?
   (2) is python2 or python3 installed in debian10 ?


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: [WIP] Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-634458925


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

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: [WIP] Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-634416158


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

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: [WIP] Debian10 support

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


   @rhtyd a Jenkins job has been kicked to build packages. 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   <b>Trillian test result (tid-1619)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 38950 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4104-t1619-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Smoke tests completed. 82 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_add_delete_kubernetes_supported_version | `Error` | 1807.60 | test_kubernetes_supported_versions.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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   <b>Trillian test result (tid-1620)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 59548 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4104-t1620-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_deploy_vm_root_resize.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 83 look OK, 0 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: [WIP] Debian10 support

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


   Packaging result: ✔centos7 ✔debian. JID-1246


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   Packaging result: ✔centos7 ✔debian. JID-1287


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   @rhtyd a Jenkins job has been kicked to build packages. 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.

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



[GitHub] [cloudstack] rhtyd merged pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638593515


   Kicked matrix smoketests on jenkins by overriding the built systemvmtemplates 


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: [WIP] Debian10 support

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


   <b>Trillian test result (tid-1571)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 40626 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4104-t1571-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 82 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 356.68 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 342.19 | test_vpc_redundant.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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640995834


   Checked test failures not related to this PR on XenServer, overall all tests have passed.


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: Debian10 support

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


   <b>Trillian test result (tid-1638)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 64333 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4104-t1638-xenserver-71.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 80 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_05_deploy_and_upgrade_kubernetes_ha_cluster | `Failure` | 1863.68 | test_kubernetes_clusters.py
   test_01_scale_vm | `Failure` | 24.62 | test_scale_vm.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 459.52 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 403.47 | test_vpc_redundant.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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4104: [WIP] Debian10 support

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


   @rhtyd a Jenkins job has been kicked to build packages. 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.

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



[GitHub] [cloudstack] rhtyd edited a comment on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-640995834


   Checked test failures not related to this PR on XenServer, overall all tests have passed.
   The cale_vm test case failure is due to license issue (it would pass on xcp-ng).


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4104: Debian10 support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4104:
URL: https://github.com/apache/cloudstack/pull/4104#issuecomment-638555634


   Looks like testing with kvm passed, we'll need to kick tests against other hypervisors manually from Trillian.
   @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.

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