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/03/24 15:42:29 UTC

[GitHub] [cloudstack] ustcweizhou opened a new pull request #3988: Add support for zulu-11 in cloudstack 4.14

ustcweizhou opened a new pull request #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988
 
 
   
   
   ## Description
   <!--- Describe your changes in detail -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   Openjdk11 is not supported in Ubunt 16.04, we can use zulu-11 instead.
   
   <!-- 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: # -->
   
   ## 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)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   Steps to install zulu-11 on Ubuntu 16.04:
   
   sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
   sudo echo 'deb http://repos.azulsystems.com/ubuntu stable main' >/etc/apt/sources.list.d/azul.list
   sudo apt update
   sudo apt install zulu-11 -y
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603745646
 
 
   @ustcweizhou as you've added zulu-11 as the dependency/to be installed, do you think this should fail if previously the proper repo/key is not added (per your instructions in this PR) ?
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603771564
 
 
   @DaanHoogland a Trillian-Jenkins matrix job (centos7 mgmt + xs71, centos7 mgmt + vmware67, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604456008
 
 
   @andrijapanicsb the vmware failed because it was build two days ago, before the merge of #3985. I am rebuilding but don't think we should let anything depend on this. 

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604025259
 
 
   <b>Trillian test result (tid-1300)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 27892 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3988-t1300-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` | 0.15 | 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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604028742
 
 
   @shwstppr can you please take a look into the failing test if related at all?
   
   thanks

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604336846
 
 
   thx!.
   
   VMware tests are restarted, will be merging after it's finished.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604605748
 
 
   @DaanHoogland afaik it failed due to name resolution issue, but anyway has been restarted. let's wait for results before merging. 

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603724240
 
 
   great @weizhouapache formaly we need another tester but in view of the code I am not bothered, @andrijapanicsb ?

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604461290
 
 
   Packaging result: ✔centos7 ✔debian. JID-1095

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604645372
 
 
   > @DaanHoogland afaik it failed due to name resolution issue, but anyway has been restarted. let's wait for results before merging.
   
   No, i checked the last failed build. but it should be done, about midnight ;)
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-606228564
 
 
   @rhtyd @nvazquez @shwstppr @davidjumani @andrijapanicsb @weizhouapache , small hint of which i don't know to what extend it is useful: several merges have been done over the last few weeks. I did notice these failures in 4.13 so it would be resolution of merge conflicts or the actual master commits.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-606264583
 
 
   the failures with test_privategw_acl.py have been resolved in 4.14, you can ignore them, or backport the commit to 4.13
   
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603757679
 
 
   > @ustcweizhou as you've added zulu-11 as the dependency/to be installed, do you think this should fail if previously the proper repo/key is not added (per your instructions in this PR) ?
   
   @andrijapanicsb if other java11 package can be( or has been) installed, cloudstack installation/upgrade will not fail. 
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603468450
 
 
   > how are we going to test this? I suppose you already did @weizhouapache .
   
   @DaanHoogland yes, I have built packages, and install them on ubuntu 16.04 mgt server and hosts. it works well. did not see any issue until now.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland closed pull request #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988
 
 
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-606057374
 
 
   @andrijapanicsb can you please ask the authors of related commits to have a look ?
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604035896
 
 
   <b>Trillian test result (tid-1299)</b>
   Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 29376 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3988-t1299-xenserver-71.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
   Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
   Smoke tests completed. 81 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_add_delete_kubernetes_supported_version | `Error` | 0.19 | test_kubernetes_supported_versions.py
   test_01_scale_vm | `Failure` | 14.33 | test_scale_vm.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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb edited a comment on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb edited a comment on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-605973804
 
 
   @weizhouapache any chance to see those failing test what is going on (test_UpdateConfigParamWithScope and test_02_cancel_host_maintenace_with_migration_jobs) ?
   
   We seem to have identical failures on another PR (PR #3984 )
   
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604931652
 
 
   @andrijapanicsb a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604875782
 
 
   both trillian and travis have completely barfed. I am sure it has nothing to do with this change :(

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603771152
 
 
   just to be sure
   @blueorangutan test matrix

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-605293486
 
 
   <b>Trillian test result (tid-1329)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 32668 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3988-t1329-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_global_settings.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 74 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_UpdateConfigParamWithScope | `Error` | 0.08 | test_global_settings.py
   test_02_vpc_privategw_static_routes | `Failure` | 194.33 | test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 204.10 | test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 374.16 | test_privategw_acl.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Failure` | 222.72 | test_host_maintenance.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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604854081
 
 
   <b>Trillian test result (tid-1324)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 59892 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr3988-t1324-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_global_settings.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_public_ip_range.py
   Intermittent failure detected: /marvin/tests/smoke/test_reset_vm_on_reboot.py
   Intermittent failure detected: /marvin/tests/smoke/test_resource_accounting.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dns.py
   Intermittent failure detected: /marvin/tests/smoke/test_router_dnsservice.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers_iptables_default_policy.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers.py
   Intermittent failure detected: /marvin/tests/smoke/test_scale_vm.py
   Intermittent failure detected: /marvin/tests/smoke/test_secondary_storage.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 53 look OK, 24 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_UpdateConfigParamWithScope | `Error` | 0.06 | test_global_settings.py
   test_02_vpc_privategw_static_routes | `Failure` | 210.16 | test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 211.52 | test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 318.57 | test_privategw_acl.py
   ContextSuite context=TestResetVmOnReboot>:setup | `Error` | 0.00 | test_reset_vm_on_reboot.py
   ContextSuite context=TestRAMCPUResourceAccounting>:setup | `Error` | 0.00 | test_resource_accounting.py
   ContextSuite context=TestScaleVm>:setup | `Error` | 0.00 | test_scale_vm.py
   ContextSuite context=TestRouterDHCPHosts>:setup | `Error` | 0.00 | test_router_dhcphosts.py
   ContextSuite context=TestRouterDHCPOpts>:setup | `Error` | 0.00 | test_router_dhcphosts.py
   ContextSuite context=TestRouterDns>:setup | `Error` | 0.00 | test_router_dns.py
   ContextSuite context=TestRouterDnsService>:setup | `Error` | 0.00 | test_router_dnsservice.py
   ContextSuite context=TestRouterIpTablesPolicies>:setup | `Error` | 0.00 | test_routers_iptables_default_policy.py
   ContextSuite context=TestVPCIpTablesPolicies>:setup | `Error` | 0.00 | test_routers_iptables_default_policy.py
   ContextSuite context=TestIsolatedNetworks>:setup | `Error` | 0.00 | test_routers_network_ops.py
   ContextSuite context=TestRedundantIsolateNetworks>:setup | `Error` | 0.00 | test_routers_network_ops.py
   ContextSuite context=TestRouterServices>:setup | `Error` | 0.00 | test_routers.py
   test_01_sys_vm_start | `Failure` | 0.06 | test_secondary_storage.py
   ContextSuite context=TestServiceOfferings>:setup | `Error` | 1511.65 | test_service_offerings.py
   ContextSuite context=TestSnapshotRootDisk>:setup | `Error` | 0.00 | test_snapshots.py
   test_01_list_sec_storage_vm | `Failure` | 0.02 | test_ssvm.py
   test_02_list_cpvm_vm | `Failure` | 0.04 | test_ssvm.py
   test_03_ssvm_internals | `Failure` | 0.05 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.05 | test_ssvm.py
   test_05_stop_ssvm | `Failure` | 0.02 | test_ssvm.py
   test_06_stop_cpvm | `Failure` | 0.02 | test_ssvm.py
   test_07_reboot_ssvm | `Failure` | 0.02 | test_ssvm.py
   test_08_reboot_cpvm | `Failure` | 0.02 | test_ssvm.py
   test_09_destroy_ssvm | `Failure` | 0.02 | test_ssvm.py
   test_10_destroy_cpvm | `Failure` | 0.02 | test_ssvm.py
   test_02_create_template_with_checksum_sha1 | `Error` | 65.34 | test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 65.34 | test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 65.32 | test_templates.py
   test_05_create_template_with_no_checksum | `Error` | 65.34 | test_templates.py
   ContextSuite context=TestTemplates>:setup | `Error` | 1.91 | test_templates.py
   ContextSuite context=TestISOUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestLBRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestNatRuleUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestPublicIPUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestSnapshotUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVmUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVolumeUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=TestVpnUsage>:setup | `Error` | 0.00 | test_usage.py
   ContextSuite context=Test01DeployVM>:setup | `Error` | 0.00 | test_vm_life_cycle.py
   ContextSuite context=Test02VMLifeCycle>:setup | `Error` | 0.00 | test_vm_life_cycle.py
   test_change_service_offering_for_vm_with_snapshots | `Error` | 1.17 | test_vm_snapshots.py
   ContextSuite context=TestVmSnapshot>:setup | `Error` | 7.86 | test_vm_snapshots.py
   ContextSuite context=TestCreateVolume>:setup | `Error` | 0.00 | test_volumes.py
   ContextSuite context=TestVolumes>:setup | `Error` | 0.00 | test_volumes.py
   ContextSuite context=TestVPCRedundancy>:setup | `Error` | 0.00 | test_vpc_redundant.py
   ContextSuite context=TestVPCNics>:setup | `Error` | 0.00 | test_vpc_router_nics.py
   ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVPCSite2SiteVPNMultipleOptions>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Failure` | 240.59 | test_host_maintenance.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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604931112
 
 
   @blueorangutan test centos7 vmware-67u3

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603760934
 
 
   LGTM

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603449394
 
 
   Packaging result: ✖centos6 ✔centos7 ✔debian. JID-1083

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603448259
 
 
   how are we going to test this? I suppose you already did @weizhouapache .

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-607359853
 
 
   As we have identical test failures on this one as on another PR #3984 - and this one just adds the dependency, I will merge it based on LGTMs/Approvals and the regression tests results.
   
   Will hunt/fix those tests in that other PR and confirm it's all good.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603437574
 
 
   @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


With regards,
Apache Git Services

[GitHub] [cloudstack] ustcweizhou opened a new pull request #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
ustcweizhou opened a new pull request #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988
 
 
   
   
   ## Description
   <!--- Describe your changes in detail -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   Openjdk11 is not supported in Ubunt 16.04, we can use zulu-11 instead.
   
   <!-- 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: # -->
   
   ## 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)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   Steps to install zulu-11 on Ubuntu 16.04:
   
   sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
   sudo echo 'deb http://repos.azulsystems.com/ubuntu stable main' >/etc/apt/sources.list.d/azul.list
   sudo apt update
   sudo apt install zulu-11 -y
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603748426
 
 
   Packaging is okay, we can do a normal install/upgrade on Ubuntu for testing. If you see the change it's simply adding an optional package name if openjdk-11 is not available @DaanHoogland @andrijapanicsb 

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-606063845
 
 
   @rhtyd @nvazquez @shwstppr @davidjumani can anyone pick up please the failing tests - the same tests are failing in another PR (#3984 ) - which I believe implies those are present in master as well.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604035327
 
 
   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests

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


With regards,
Apache Git Services

[GitHub] [cloudstack] DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604034808
 
 
   @blueorangutan test centos7 vmware-67u3

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-605973804
 
 
   @weizhouapache any change to see those failing test what is going on (test_UpdateConfigParamWithScope and test_02_cancel_host_maintenace_with_migration_jobs) ?
   
   We seem to have identical failures on another PR (PR #3984 )
   
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-603437886
 
 
   @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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-606060879
 
 
   I'll try - these are tests that are failing in your and @nvazquez PR - which implies a test issue in master or so, if not mistaken?
   

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


With regards,
Apache Git Services

[GitHub] [cloudstack] shwstppr commented on issue #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988#issuecomment-604335509
 
 
   @andrijapanicsb failed CKS test is not related as it fails dues availability of ISO url.

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


With regards,
Apache Git Services

[GitHub] [cloudstack] andrijapanicsb merged pull request #3988: Add support for zulu-11 in cloudstack 4.14

Posted by GitBox <gi...@apache.org>.
andrijapanicsb merged pull request #3988: Add support for zulu-11 in cloudstack 4.14
URL: https://github.com/apache/cloudstack/pull/3988
 
 
   

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


With regards,
Apache Git Services