[GitHub] blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with names of deleted roles

2017-07-22 Thread git
blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of 
roles with names of deleted roles
URL: https://github.com/apache/cloudstack/pull/2167#issuecomment-317230245
 
 
   Trillian test result (tid-1219)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 34902 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2167-t1219-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermitten failure detected: /marvin/tests/smoke/test_templates.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Test completed. 47 look ok, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 427.19 | 
test_privategw_acl.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 0.06 | 
test_snapshots.py
   test_01_vpc_site2site_vpn | Success | 180.59 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 116.82 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 296.44 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 286.21 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 538.90 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 553.86 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1361.48 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 640.54 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 790.16 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1397.02 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 156.82 | test_volumes.py
   test_08_resize_volume | Success | 156.60 | test_volumes.py
   test_07_resize_fail | Success | 161.90 | test_volumes.py
   test_06_download_detached_volume | Success | 156.85 | test_volumes.py
   test_05_detach_volume | Success | 150.89 | test_volumes.py
   test_04_delete_attached_volume | Success | 151.37 | test_volumes.py
   test_03_download_attached_volume | Success | 156.76 | test_volumes.py
   test_02_attach_volume | Success | 133.32 | test_volumes.py
   test_01_create_volume | Success | 652.46 | test_volumes.py
   test_deploy_vm_multiple | Success | 374.57 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.04 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.05 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 26.97 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.22 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 111.65 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.15 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 125.97 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 126.01 | test_vm_life_cycle.py
   test_02_start_vm | Success | 10.20 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.17 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 35.39 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 161.54 | test_templates.py
   test_08_list_system_templates | Success | 0.03 | test_templates.py
   test_07_list_public_templates | Success | 0.04 | test_templates.py
   test_05_template_permissions | Success | 0.06 | test_templates.py
   test_04_extract_template | Success | 5.15 | test_templates.py
   test_03_delete_template | Success | 5.13 | test_templates.py
   test_02_edit_template | Success | 90.08 | test_templates.py
   test_01_create_template | Success | 40.48 | test_templates.py
   test_10_destroy_cpvm | Success | 166.71 | test_ssvm.py
   test_09_destroy_ssvm | Success | 163.75 | test_ssvm.py
   test_08_reboot_cpvm | Success | 101.60 | test_ssvm.py
   test_07_reboot_ssvm | Success | 133.64 | test_ssvm.py
   test_06_stop_cpvm | Success | 161.86 | test_ssvm.py
   test_05_stop_ssvm | Success | 134.17 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.41 | test_ssvm.py
   test_03_ssvm_internals | Success | 3.68 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.20 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.25 | test_ssvm.py
   test_01_snapshot_root_disk | Success | 11.56 | test_snapshots.py
   test_04_change_offering_small | Success | 205.15 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.06 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.09 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.17 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.18 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.25 | test_secondary_storage.py
   test_09_reboot_router | Success | 35.41 | test_routers.py
   test_08_start_router | Success | 25.33 | 

[GitHub] cloudmonger commented on issue #2168: CLOUDSTACK-9986: Consider overcommit ratios with total/threshold values

2017-07-22 Thread git
cloudmonger commented on issue #2168: CLOUDSTACK-9986: Consider overcommit 
ratios with total/threshold values
URL: https://github.com/apache/cloudstack/pull/2168#issuecomment-317229964
 
 
   ### ACS CI BVT Run
**Sumarry:**
Build Number 999
Hypervisor xenserver
NetworkType Advanced
Passed=104
Failed=9
Skipped=12
   
   _Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0
   
   **Failed tests:**
   * test_scale_vm.py
   
* ContextSuite context=TestScaleVm>:setup Failing since 31 runs
   
   * test_non_contigiousvlan.py
   
* test_extendPhysicalNetworkVlan Failed
   
   * test_deploy_vm_iso.py
   
* test_deploy_vm_from_iso Failing since 56 runs
   
   * test_volumes.py
   
* test_06_download_detached_volume Failing since 3 runs
   
   * test_vm_life_cycle.py
   
* test_10_attachAndDetach_iso Failing since 56 runs
   
   * test_routers_network_ops.py
   
* test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 89 
runs
   
* test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 
89 runs
   
* test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 87 
runs
   
* test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 
87 runs
   
   
   **Skipped tests:**
   test_vm_nic_adapter_vmxnet3
   test_01_verify_libvirt
   test_02_verify_libvirt_after_restart
   test_03_verify_libvirt_attach_disk
   test_04_verify_guest_lspci
   test_05_change_vm_ostype_restart
   test_06_verify_guest_lspci_again
   test_static_role_account_acls
   test_11_ss_nfs_version_on_ssvm
   test_nested_virtualization_vmware
   test_3d_gpu_support
   test_deploy_vgpu_enabled_vm
   
   **Passed test suits:**
   test_deploy_vm_with_userdata.py
   test_affinity_groups_projects.py
   test_portable_publicip.py
   test_vm_snapshots.py
   test_over_provisioning.py
   test_global_settings.py
   test_service_offerings.py
   test_routers_iptables_default_policy.py
   test_loadbalance.py
   test_routers.py
   test_reset_vm_on_reboot.py
   test_deploy_vms_with_varied_deploymentplanners.py
   test_network.py
   test_router_dns.py
   test_login.py
   test_list_ids_parameter.py
   test_public_ip_range.py
   test_multipleips_per_nic.py
   test_metrics_api.py
   test_regions.py
   test_affinity_groups.py
   test_network_acl.py
   test_pvlan.py
   test_nic.py
   test_deploy_vm_root_resize.py
   test_resource_detail.py
   test_secondary_storage.py
   test_disk_offerings.py
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cloudmonger commented on issue #2168: CLOUDSTACK-9986: Consider overcommit ratios with total/threshold values

2017-07-22 Thread git
cloudmonger commented on issue #2168: CLOUDSTACK-9986: Consider overcommit 
ratios with total/threshold values
URL: https://github.com/apache/cloudstack/pull/2168#issuecomment-315527020
 
 
   ### ACS CI BVT Run
**Sumarry:**
Build Number 968
Hypervisor xenserver
NetworkType Advanced
Passed=99
Failed=11
Skipped=13
   
   _Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0
   
   **Failed tests:**
   * test_affinity_groups_projects.py
   
* test_DeployVmAntiAffinityGroup_in_project Failed
   
   * test_non_contigiousvlan.py
   
* test_extendPhysicalNetworkVlan Failed
   
   * test_deploy_vm_iso.py
   
* test_deploy_vm_from_iso Failing since 27 runs
   
   * test_list_ids_parameter.py
   
* ContextSuite context=TestListIdsParams>:setup Failing since 37 runs
   
   * test_affinity_groups.py
   
* test_DeployVmAntiAffinityGroup Failed
   
   * test_volumes.py
   
* test_06_download_detached_volume Failing since 4 runs
   
   * test_vm_life_cycle.py
   
* test_10_attachAndDetach_iso Failing since 27 runs
   
   * test_routers_network_ops.py
   
* test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 60 
runs
   
* test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 
60 runs
   
* test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 59 
runs
   
* test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 
59 runs
   
   
   **Skipped tests:**
   test_vm_nic_adapter_vmxnet3
   test_01_verify_libvirt
   test_02_verify_libvirt_after_restart
   test_03_verify_libvirt_attach_disk
   test_04_verify_guest_lspci
   test_05_change_vm_ostype_restart
   test_06_verify_guest_lspci_again
   test_static_role_account_acls
   test_11_ss_nfs_version_on_ssvm
   test_nested_virtualization_vmware
   test_3d_gpu_support
   test_deploy_vgpu_enabled_vm
   test_08_migrate_vm
   
   **Passed test suits:**
   test_deploy_vm_with_userdata.py
   test_portable_publicip.py
   test_vm_snapshots.py
   test_over_provisioning.py
   test_global_settings.py
   test_scale_vm.py
   test_service_offerings.py
   test_routers_iptables_default_policy.py
   test_loadbalance.py
   test_routers.py
   test_reset_vm_on_reboot.py
   test_deploy_vms_with_varied_deploymentplanners.py
   test_network.py
   test_router_dns.py
   test_login.py
   test_public_ip_range.py
   test_multipleips_per_nic.py
   test_metrics_api.py
   test_regions.py
   test_network_acl.py
   test_pvlan.py
   test_nic.py
   test_deploy_vm_root_resize.py
   test_resource_detail.py
   test_secondary_storage.py
   test_disk_offerings.py
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317229147
 
 
   Trillian test result (tid-1221)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 31844 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1844-t1221-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
   Test completed. 47 look ok, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 518.92 | 
test_privategw_acl.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 0.05 | 
test_snapshots.py
   test_01_vpc_site2site_vpn | Success | 199.99 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 152.20 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 251.34 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 315.67 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 661.27 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 524.14 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1371.72 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 576.42 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 734.50 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1365.72 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 156.62 | test_volumes.py
   test_08_resize_volume | Success | 156.76 | test_volumes.py
   test_07_resize_fail | Success | 161.96 | test_volumes.py
   test_06_download_detached_volume | Success | 156.70 | test_volumes.py
   test_05_detach_volume | Success | 150.86 | test_volumes.py
   test_04_delete_attached_volume | Success | 151.35 | test_volumes.py
   test_03_download_attached_volume | Success | 156.53 | test_volumes.py
   test_02_attach_volume | Success | 119.59 | test_volumes.py
   test_01_create_volume | Success | 717.66 | test_volumes.py
   test_deploy_vm_multiple | Success | 424.95 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.06 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.05 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 27.61 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.28 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 91.72 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.18 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 126.11 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 126.13 | test_vm_life_cycle.py
   test_02_start_vm | Success | 15.32 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.20 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 45.52 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 247.08 | test_templates.py
   test_08_list_system_templates | Success | 0.04 | test_templates.py
   test_07_list_public_templates | Success | 0.04 | test_templates.py
   test_05_template_permissions | Success | 0.07 | test_templates.py
   test_04_extract_template | Success | 5.22 | test_templates.py
   test_03_delete_template | Success | 5.23 | test_templates.py
   test_02_edit_template | Success | 90.15 | test_templates.py
   test_01_create_template | Success | 35.56 | test_templates.py
   test_10_destroy_cpvm | Success | 192.25 | test_ssvm.py
   test_09_destroy_ssvm | Success | 163.22 | test_ssvm.py
   test_08_reboot_cpvm | Success | 101.39 | test_ssvm.py
   test_07_reboot_ssvm | Success | 133.75 | test_ssvm.py
   test_06_stop_cpvm | Success | 101.51 | test_ssvm.py
   test_05_stop_ssvm | Success | 134.56 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.01 | test_ssvm.py
   test_03_ssvm_internals | Success | 3.87 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.15 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.16 | test_ssvm.py
   test_01_snapshot_root_disk | Success | 11.17 | test_snapshots.py
   test_04_change_offering_small | Success | 239.99 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.05 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.07 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.15 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.19 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.29 | test_secondary_storage.py
   test_09_reboot_router | Success | 35.36 | test_routers.py
   test_08_start_router | Success | 20.27 | test_routers.py
   test_07_stop_router | Success | 10.18 | test_routers.py
   test_06_router_advanced | Success | 0.06 | test_routers.py
   

[GitHub] cloudmonger commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to support currency values up to 5 decimal places

2017-07-22 Thread git
cloudmonger commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to 
support currency values up to 5 decimal places
URL: https://github.com/apache/cloudstack/pull/2123#issuecomment-316362063
 
 
   ### ACS CI BVT Run
**Sumarry:**
Build Number 984
Hypervisor xenserver
NetworkType Advanced
Passed=103
Failed=10
Skipped=12
   
   _Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0
   
   **Failed tests:**
   * test_non_contigiousvlan.py
   
* test_extendPhysicalNetworkVlan Failing since 3 runs
   
   * test_deploy_vm_iso.py
   
* test_deploy_vm_from_iso Failing since 42 runs
   
   * test_ssvm.py
   
* test_09_destroy_ssvm Failed
   
* test_10_destroy_cpvm Failed
   
   * test_vm_life_cycle.py
   
* test_10_attachAndDetach_iso Failing since 42 runs
   
   * test_routers_network_ops.py
   
* test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 75 
runs
   
* test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 
75 runs
   
* test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 73 
runs
   
* test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 
73 runs
   
* test_03_RVR_Network_check_router_state Failing since 2 runs
   
   
   **Skipped tests:**
   test_vm_nic_adapter_vmxnet3
   test_01_verify_libvirt
   test_02_verify_libvirt_after_restart
   test_03_verify_libvirt_attach_disk
   test_04_verify_guest_lspci
   test_05_change_vm_ostype_restart
   test_06_verify_guest_lspci_again
   test_static_role_account_acls
   test_11_ss_nfs_version_on_ssvm
   test_nested_virtualization_vmware
   test_3d_gpu_support
   test_deploy_vgpu_enabled_vm
   
   **Passed test suits:**
   test_deploy_vm_with_userdata.py
   test_affinity_groups_projects.py
   test_portable_publicip.py
   test_vm_snapshots.py
   test_over_provisioning.py
   test_global_settings.py
   test_scale_vm.py
   test_service_offerings.py
   test_routers_iptables_default_policy.py
   test_loadbalance.py
   test_routers.py
   test_reset_vm_on_reboot.py
   test_deploy_vms_with_varied_deploymentplanners.py
   test_network.py
   test_router_dns.py
   test_login.py
   test_list_ids_parameter.py
   test_public_ip_range.py
   test_multipleips_per_nic.py
   test_metrics_api.py
   test_regions.py
   test_affinity_groups.py
   test_network_acl.py
   test_pvlan.py
   test_volumes.py
   test_nic.py
   test_deploy_vm_root_resize.py
   test_resource_detail.py
   test_secondary_storage.py
   test_disk_offerings.py
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cloudmonger commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to support currency values up to 5 decimal places

2017-07-22 Thread git
cloudmonger commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to 
support currency values up to 5 decimal places
URL: https://github.com/apache/cloudstack/pull/2123#issuecomment-317216823
 
 
   ### ACS CI BVT Run
**Sumarry:**
Build Number 998
Hypervisor xenserver
NetworkType Advanced
Passed=105
Failed=9
Skipped=12
   
   _Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0
   
   **Failed tests:**
   * test_deploy_vm_iso.py
   
* test_deploy_vm_from_iso Failing since 55 runs
   
   * test_volumes.py
   
* test_06_download_detached_volume Failing since 2 runs
   
   * test_ssvm.py
   
* test_03_ssvm_internals Failed
   
   * test_vm_life_cycle.py
   
* test_10_attachAndDetach_iso Failing since 55 runs
   
   * test_routers_network_ops.py
   
* test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 88 
runs
   
* test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 
88 runs
   
* test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 86 
runs
   
* test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 
86 runs
   
* ContextSuite context=TestRedundantIsolateNetworks>:teardown Failing since 
11 runs
   
   
   **Skipped tests:**
   test_vm_nic_adapter_vmxnet3
   test_01_verify_libvirt
   test_02_verify_libvirt_after_restart
   test_03_verify_libvirt_attach_disk
   test_04_verify_guest_lspci
   test_05_change_vm_ostype_restart
   test_06_verify_guest_lspci_again
   test_static_role_account_acls
   test_11_ss_nfs_version_on_ssvm
   test_nested_virtualization_vmware
   test_3d_gpu_support
   test_deploy_vgpu_enabled_vm
   
   **Passed test suits:**
   test_deploy_vm_with_userdata.py
   test_affinity_groups_projects.py
   test_portable_publicip.py
   test_vm_snapshots.py
   test_over_provisioning.py
   test_global_settings.py
   test_scale_vm.py
   test_service_offerings.py
   test_routers_iptables_default_policy.py
   test_loadbalance.py
   test_routers.py
   test_reset_vm_on_reboot.py
   test_deploy_vms_with_varied_deploymentplanners.py
   test_network.py
   test_router_dns.py
   test_non_contigiousvlan.py
   test_login.py
   test_list_ids_parameter.py
   test_public_ip_range.py
   test_multipleips_per_nic.py
   test_metrics_api.py
   test_regions.py
   test_affinity_groups.py
   test_network_acl.py
   test_pvlan.py
   test_nic.py
   test_deploy_vm_root_resize.py
   test_resource_detail.py
   test_secondary_storage.py
   test_disk_offerings.py
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

2017-07-22 Thread git
rhtyd commented on issue #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 
Addresses and Subnets
URL: https://github.com/apache/cloudstack/pull/2028#issuecomment-317214684
 
 
   LGTM, @wido any chance we can refactor RULE_COMMAND_SEPARATOR and use it 
throughout java code at least?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on a change in pull request #2028: CLOUDSTACK-9853: Add support for Secondary IPv6 Addresses and Subnets

2017-07-22 Thread git
rhtyd commented on a change in pull request #2028: CLOUDSTACK-9853: Add support 
for Secondary IPv6 Addresses and Subnets
URL: https://github.com/apache/cloudstack/pull/2028#discussion_r128906265
 
 

 ##
 File path: core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java
 ##
 @@ -35,7 +35,7 @@
 public class SecurityGroupRulesCmd extends Command {
 private static final String CIDR_LENGTH_SEPARATOR = "/";
 private static final char RULE_TARGET_SEPARATOR = ',';
-private static final char RULE_COMMAND_SEPARATOR = ':';
+private static final char RULE_COMMAND_SEPARATOR = ';';
 
 Review comment:
   @wido can changing the separator cause issues (upgrade issues) for existing 
environments?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2084: Passwd speedup

2017-07-22 Thread git
rhtyd commented on issue #2084: Passwd speedup
URL: https://github.com/apache/cloudstack/pull/2084#issuecomment-317214587
 
 
   This was reverted, any plans to work on it @DaanHoogland ?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not work after vRouter reboot or recreate

2017-07-22 Thread git
blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not 
work after vRouter reboot or recreate
URL: https://github.com/apache/cloudstack/pull/1966#issuecomment-317212563
 
 
   Trillian test result (tid-1215)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 37222 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1966-t1215-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Test completed. 46 look ok, 3 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 441.94 | 
test_privategw_acl.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Failure` | 288.56 | 
test_internal_lb.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 0.04 | 
test_snapshots.py
   test_01_vpc_site2site_vpn | Success | 150.21 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 66.24 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 276.32 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 260.44 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 633.17 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 500.04 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1371.53 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 584.17 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 790.52 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1384.74 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 151.61 | test_volumes.py
   test_08_resize_volume | Success | 156.50 | test_volumes.py
   test_07_resize_fail | Success | 161.54 | test_volumes.py
   test_06_download_detached_volume | Success | 156.41 | test_volumes.py
   test_05_detach_volume | Success | 145.77 | test_volumes.py
   test_04_delete_attached_volume | Success | 146.29 | test_volumes.py
   test_03_download_attached_volume | Success | 151.32 | test_volumes.py
   test_02_attach_volume | Success | 79.23 | test_volumes.py
   test_01_create_volume | Success | 768.04 | test_volumes.py
   test_deploy_vm_multiple | Success | 292.95 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 27.09 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.19 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 141.61 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.12 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 130.88 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 125.86 | test_vm_life_cycle.py
   test_02_start_vm | Success | 10.20 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.14 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 30.27 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 136.04 | test_templates.py
   test_08_list_system_templates | Success | 0.04 | test_templates.py
   test_07_list_public_templates | Success | 0.04 | test_templates.py
   test_05_template_permissions | Success | 0.06 | test_templates.py
   test_04_extract_template | Success | 5.22 | test_templates.py
   test_03_delete_template | Success | 5.10 | test_templates.py
   test_02_edit_template | Success | 90.13 | test_templates.py
   test_01_create_template | Success | 80.69 | test_templates.py
   test_10_destroy_cpvm | Success | 161.44 | test_ssvm.py
   test_09_destroy_ssvm | Success | 224.19 | test_ssvm.py
   test_08_reboot_cpvm | Success | 101.56 | test_ssvm.py
   test_07_reboot_ssvm | Success | 133.19 | test_ssvm.py
   test_06_stop_cpvm | Success | 131.71 | test_ssvm.py
   test_05_stop_ssvm | Success | 133.52 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.01 | test_ssvm.py
   test_03_ssvm_internals | Success | 2.98 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.14 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.17 | test_ssvm.py
   test_01_snapshot_root_disk | Success | 11.17 | test_snapshots.py
   test_04_change_offering_small | Success | 205.23 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.08 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.12 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.13 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.19 | test_secondary_storage.py
   

[GitHub] blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip 
not applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317208819
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-826
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details 
parameter in listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317208843
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-827
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
blueorangutan commented on issue #2065: do not take down the VPN on public IP 
config changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317208075
 
 
   Trillian test result (tid-1216)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 31607 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2065-t1216-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
   Intermitten failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Test completed. 47 look ok, 2 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 446.20 | 
test_privategw_acl.py
   test_02_list_snapshots_with_removed_data_store | `Error` | 0.04 | 
test_snapshots.py
   test_01_vpc_site2site_vpn | Success | 185.33 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 86.19 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 381.39 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 334.07 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 573.94 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 537.47 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1458.18 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 645.87 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 922.83 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1342.35 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 156.47 | test_volumes.py
   test_08_resize_volume | Success | 156.45 | test_volumes.py
   test_07_resize_fail | Success | 156.57 | test_volumes.py
   test_06_download_detached_volume | Success | 156.29 | test_volumes.py
   test_05_detach_volume | Success | 155.74 | test_volumes.py
   test_04_delete_attached_volume | Success | 151.20 | test_volumes.py
   test_03_download_attached_volume | Success | 156.42 | test_volumes.py
   test_02_attach_volume | Success | 124.74 | test_volumes.py
   test_01_create_volume | Success | 619.56 | test_volumes.py
   test_deploy_vm_multiple | Success | 277.79 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 26.61 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.18 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 35.90 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.15 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 125.80 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 125.86 | test_vm_life_cycle.py
   test_02_start_vm | Success | 10.18 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.16 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 35.32 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 166.19 | test_templates.py
   test_08_list_system_templates | Success | 0.04 | test_templates.py
   test_07_list_public_templates | Success | 0.07 | test_templates.py
   test_05_template_permissions | Success | 0.11 | test_templates.py
   test_04_extract_template | Success | 5.17 | test_templates.py
   test_03_delete_template | Success | 5.11 | test_templates.py
   test_02_edit_template | Success | 90.13 | test_templates.py
   test_01_create_template | Success | 45.48 | test_templates.py
   test_10_destroy_cpvm | Success | 161.75 | test_ssvm.py
   test_09_destroy_ssvm | Success | 163.72 | test_ssvm.py
   test_08_reboot_cpvm | Success | 131.62 | test_ssvm.py
   test_07_reboot_ssvm | Success | 103.21 | test_ssvm.py
   test_06_stop_cpvm | Success | 161.87 | test_ssvm.py
   test_05_stop_ssvm | Success | 138.29 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.31 | test_ssvm.py
   test_03_ssvm_internals | Success | 2.90 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.13 | test_ssvm.py
   test_01_snapshot_root_disk | Success | 16.17 | test_snapshots.py
   test_04_change_offering_small | Success | 209.66 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.06 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.10 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.13 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.17 | test_secondary_storage.py
   test_09_reboot_router | Success | 30.30 | test_routers.py
   test_08_start_router | Success | 25.29 | test_routers.py
   test_07_stop_router | Success | 10.15 | test_routers.py
   

[GitHub] rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by 
Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317207610
 
 
   @blueorangutan test centos7 vmware-55u3
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317207618
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317207547
 
 
   @rhtyd unsupported parameters provided. Supported mgmt server os are: 
`centos6, centos7, ubuntu`. Supported hypervisors are: `kvm-centos6, 
kvm-centos7, kvm-ubuntu, xenserver-65sp1, xenserver-62sp1, vmware-60u2, 
vmware-55u3, vmware-51u1, vmware-50u1`
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by 
Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317207493
 
 
   @blueorangutan test centos7 vmware55u3
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on a change in pull request #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on a change in pull request #2177: CLOUDSTACK-9977: Enhance SSL 
protocol used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#discussion_r128904168
 
 

 ##
 File path: 
utils/src/main/java/org/apache/cloudstack/utils/security/SSLUtils.java
 ##
 @@ -49,10 +66,10 @@
 }
 
 public static SSLContext getSSLContext() throws NoSuchAlgorithmException {
-return SSLContext.getInstance("TLSv1");
+return SSLContext.getInstance("TLSv1.2");
 
 Review comment:
   This might break clients (non-browser) for some cases where TLSv1.2 is not 
supported.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on a change in pull request #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on a change in pull request #2177: CLOUDSTACK-9977: Enhance SSL 
protocol used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#discussion_r128904170
 
 

 ##
 File path: 
utils/src/main/java/org/apache/cloudstack/utils/security/SSLUtils.java
 ##
 @@ -49,10 +66,10 @@
 }
 
 public static SSLContext getSSLContext() throws NoSuchAlgorithmException {
-return SSLContext.getInstance("TLSv1");
+return SSLContext.getInstance("TLSv1.2");
 }
 
 public static SSLContext getSSLContext(String provider) throws 
NoSuchAlgorithmException, NoSuchProviderException {
-return SSLContext.getInstance("TLSv1", provider);
+return SSLContext.getInstance("TLSv1.2", provider);
 
 Review comment:
   This might break clients (non-browser) for some cases where TLSv1.2 is not 
supported.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317207237
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip 
not applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317207241
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details 
parameter in listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317207243
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn 
statuses before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317207239
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
rhtyd commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not 
applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317207183
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
rhtyd commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317207203
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
rhtyd commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses 
before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317207196
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
rhtyd commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in 
listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317207176
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317206863
 
 
   Trillian test result (tid-1217)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 30376 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2177-t1217-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Test completed. 50 look ok, 1 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 310.98 | 
test_privategw_acl.py
   test_01_vpc_site2site_vpn | Success | 160.23 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 61.39 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 246.22 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 298.35 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 451.83 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 524.04 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1399.05 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 550.22 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 744.98 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1285.53 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 157.01 | test_volumes.py
   test_08_resize_volume | Success | 156.79 | test_volumes.py
   test_07_resize_fail | Success | 157.04 | test_volumes.py
   test_06_download_detached_volume | Success | 156.65 | test_volumes.py
   test_05_detach_volume | Success | 140.74 | test_volumes.py
   test_04_delete_attached_volume | Success | 151.37 | test_volumes.py
   test_03_download_attached_volume | Success | 151.63 | test_volumes.py
   test_02_attach_volume | Success | 84.53 | test_volumes.py
   test_01_create_volume | Success | 617.34 | test_volumes.py
   test_03_delete_vm_snapshots | Success | 275.20 | test_vm_snapshots.py
   test_02_revert_vm_snapshots | Success | 100.88 | test_vm_snapshots.py
   test_01_create_vm_snapshots | Success | 133.89 | test_vm_snapshots.py
   test_deploy_vm_multiple | Success | 297.99 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.04 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.03 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 26.75 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.27 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 30.91 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.13 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 125.84 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 125.91 | test_vm_life_cycle.py
   test_02_start_vm | Success | 5.16 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.15 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 30.28 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 115.96 | test_templates.py
   test_08_list_system_templates | Success | 0.03 | test_templates.py
   test_07_list_public_templates | Success | 0.04 | test_templates.py
   test_05_template_permissions | Success | 0.06 | test_templates.py
   test_04_extract_template | Success | 5.27 | test_templates.py
   test_03_delete_template | Success | 5.14 | test_templates.py
   test_02_edit_template | Success | 90.13 | test_templates.py
   test_01_create_template | Success | 45.44 | test_templates.py
   test_10_destroy_cpvm | Success | 161.72 | test_ssvm.py
   test_09_destroy_ssvm | Success | 168.33 | test_ssvm.py
   test_08_reboot_cpvm | Success | 101.42 | test_ssvm.py
   test_07_reboot_ssvm | Success | 103.10 | test_ssvm.py
   test_06_stop_cpvm | Success | 131.46 | test_ssvm.py
   test_05_stop_ssvm | Success | 133.24 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.01 | test_ssvm.py
   test_03_ssvm_internals | Success | 2.91 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.15 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.16 | test_ssvm.py
   test_02_list_snapshots_with_removed_data_store | Success | 86.99 | 
test_snapshots.py
   test_01_snapshot_root_disk | Success | 11.24 | test_snapshots.py
   test_04_change_offering_small | Success | 239.77 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.08 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.12 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.14 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.23 | test_secondary_storage.py
   test_09_reboot_router | Success | 35.31 | test_routers.py
   test_08_start_router | Success | 30.30 | 

[GitHub] blueorangutan commented on issue #2052: [4.9] new backported fixes

2017-07-22 Thread git
blueorangutan commented on issue #2052: [4.9] new backported fixes
URL: https://github.com/apache/cloudstack/pull/2052#issuecomment-317206094
 
 
   Trillian test result (tid-1214)
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 30120 seconds
   Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr2052-t1214-kvm-centos7.zip
   Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Test completed. 48 look ok, 1 have error(s)
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_04_rvpc_privategw_static_routes | `Failure` | 384.83 | 
test_privategw_acl.py
   test_02_vpc_privategw_static_routes | `Failure` | 937.32 | 
test_privategw_acl.py
   test_01_vpc_site2site_vpn | Success | 164.39 | test_vpc_vpn.py
   test_01_vpc_remote_access_vpn | Success | 65.88 | test_vpc_vpn.py
   test_01_redundant_vpc_site2site_vpn | Success | 274.93 | test_vpc_vpn.py
   test_02_VPC_default_routes | Success | 268.31 | test_vpc_router_nics.py
   test_01_VPC_nics_after_destroy | Success | 567.18 | test_vpc_router_nics.py
   test_05_rvpc_multi_tiers | Success | 513.23 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | Success | 1324.56 | 
test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 546.32 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | Success | 761.45 | 
test_vpc_redundant.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1290.90 | 
test_vpc_redundant.py
   test_09_delete_detached_volume | Success | 156.31 | test_volumes.py
   test_08_resize_volume | Success | 156.11 | test_volumes.py
   test_07_resize_fail | Success | 161.13 | test_volumes.py
   test_06_download_detached_volume | Success | 156.04 | test_volumes.py
   test_05_detach_volume | Success | 150.59 | test_volumes.py
   test_04_delete_attached_volume | Success | 151.01 | test_volumes.py
   test_03_download_attached_volume | Success | 156.05 | test_volumes.py
   test_02_attach_volume | Success | 89.17 | test_volumes.py
   test_01_create_volume | Success | 652.74 | test_volumes.py
   test_deploy_vm_multiple | Success | 247.12 | test_vm_life_cycle.py
   test_deploy_vm | Success | 0.02 | test_vm_life_cycle.py
   test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | Success | 26.73 | test_vm_life_cycle.py
   test_09_expunge_vm | Success | 125.18 | test_vm_life_cycle.py
   test_08_migrate_vm | Success | 30.75 | test_vm_life_cycle.py
   test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
   test_06_destroy_vm | Success | 125.67 | test_vm_life_cycle.py
   test_03_reboot_vm | Success | 125.70 | test_vm_life_cycle.py
   test_02_start_vm | Success | 10.13 | test_vm_life_cycle.py
   test_01_stop_vm_forced | Success | 5.12 | test_vm_life_cycle.py
   test_01_stop_vm | Success | 35.25 | test_vm_life_cycle.py
   test_CreateTemplateWithDuplicateName | Success | 70.57 | test_templates.py
   test_08_list_system_templates | Success | 0.03 | test_templates.py
   test_07_list_public_templates | Success | 0.05 | test_templates.py
   test_05_template_permissions | Success | 0.05 | test_templates.py
   test_04_extract_template | Success | 5.20 | test_templates.py
   test_03_delete_template | Success | 5.10 | test_templates.py
   test_02_edit_template | Success | 90.16 | test_templates.py
   test_01_create_template | Success | 70.48 | test_templates.py
   test_10_destroy_cpvm | Success | 161.53 | test_ssvm.py
   test_09_destroy_ssvm | Success | 163.55 | test_ssvm.py
   test_08_reboot_cpvm | Success | 131.52 | test_ssvm.py
   test_07_reboot_ssvm | Success | 133.53 | test_ssvm.py
   test_06_stop_cpvm | Success | 131.58 | test_ssvm.py
   test_05_stop_ssvm | Success | 133.51 | test_ssvm.py
   test_04_cpvm_internals | Success | 1.25 | test_ssvm.py
   test_03_ssvm_internals | Success | 3.46 | test_ssvm.py
   test_02_list_cpvm_vm | Success | 0.09 | test_ssvm.py
   test_01_list_sec_storage_vm | Success | 0.10 | test_ssvm.py
   test_02_list_snapshots_with_removed_data_store | Success | 86.69 | 
test_snapshots.py
   test_01_snapshot_root_disk | Success | 16.04 | test_snapshots.py
   test_04_change_offering_small | Success | 234.55 | test_service_offerings.py
   test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
   test_02_edit_service_offering | Success | 0.05 | test_service_offerings.py
   test_01_create_service_offering | Success | 0.08 | test_service_offerings.py
   test_02_sys_template_ready | Success | 0.09 | test_secondary_storage.py
   test_01_sys_vm_start | Success | 0.12 | test_secondary_storage.py
   test_09_reboot_router | Success | 35.27 | test_routers.py
   test_08_start_router | Success | 30.23 | test_routers.py
   test_07_stop_router | Success | 10.13 | test_routers.py
   test_06_router_advanced | Success | 0.04 | test_routers.py
   test_05_router_basic | Success | 0.03 | 

[GitHub] nitin-maharana commented on issue #2191: CLOUDSTACK-9948: [UI] Network update to new offering ( with services?

2017-07-22 Thread git
nitin-maharana commented on issue #2191: CLOUDSTACK-9948: [UI] Network update 
to new offering ( with services?
URL: https://github.com/apache/cloudstack/pull/2191#issuecomment-317180105
 
 
   Select the Network
   https://user-images.githubusercontent.com/12583725/28491012-b94c6410-6f05-11e7-897b-f937bd0c85a3.png;>
   
   Edit -> Change Network Offering -> Apply
   https://user-images.githubusercontent.com/12583725/28491019-d524f666-6f05-11e7-93ac-a9299bf3cffc.png;>
   
   Select anything Yes/No
   https://user-images.githubusercontent.com/12583725/28491025-eafb02b4-6f05-11e7-94f8-069fe3c80e78.png;>
   
   Now Select Yes, Observe the issue, The dialog doesn't go even after pressing.
   https://user-images.githubusercontent.com/12583725/28491032-1b52bbbe-6f06-11e7-95b0-7a5fac4b6b25.png;>
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1843: CLOUDSTACK-9687: if the allocated amount is 0 the capacity updates are not done, resulting in wrong values being shown as allocated value instead of ze

2017-07-22 Thread git
blueorangutan commented on issue #1843: CLOUDSTACK-9687: if the allocated 
amount is 0 the capacity updates are not done, resulting in wrong values being 
shown as allocated value instead of zero
URL: https://github.com/apache/cloudstack/pull/1843#issuecomment-317177807
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-823
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip 
not applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317177801
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-822
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317177805
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-824
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn 
statuses before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317177806
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-825
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2180: CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers

2017-07-22 Thread git
blueorangutan commented on issue #2180: CLOUDSTACK-: vpc tiers do not work 
if vpc has more than 8 tiers
URL: https://github.com/apache/cloudstack/pull/2180#issuecomment-317177202
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
blueorangutan commented on issue #2065: do not take down the VPN on public IP 
config changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317177200
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317177204
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by 
Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317177161
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
rhtyd commented on issue #2065: do not take down the VPN on public IP config 
changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317177175
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details 
parameter in listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317177186
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-821
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2180: CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers

2017-07-22 Thread git
rhtyd commented on issue #2180: CLOUDSTACK-: vpc tiers do not work if vpc 
has more than 8 tiers
URL: https://github.com/apache/cloudstack/pull/2180#issuecomment-317177170
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2041: CLOUDSTACK-9873: VR related periodic jobs are scheduled twice and run twice on management servers

2017-07-22 Thread git
blueorangutan commented on issue #2041: CLOUDSTACK-9873: VR related periodic 
jobs are scheduled twice and run twice on management servers
URL: https://github.com/apache/cloudstack/pull/2041#issuecomment-317177067
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with names of deleted roles

2017-07-22 Thread git
blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of 
roles with names of deleted roles
URL: https://github.com/apache/cloudstack/pull/2167#issuecomment-317177070
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2052: [4.9] new backported fixes

2017-07-22 Thread git
blueorangutan commented on issue #2052: [4.9] new backported fixes
URL: https://github.com/apache/cloudstack/pull/2052#issuecomment-317177062
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not work after vRouter reboot or recreate

2017-07-22 Thread git
blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not 
work after vRouter reboot or recreate
URL: https://github.com/apache/cloudstack/pull/1966#issuecomment-317177069
 
 
   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2041: CLOUDSTACK-9873: VR related periodic jobs are scheduled twice and run twice on management servers

2017-07-22 Thread git
rhtyd commented on issue #2041: CLOUDSTACK-9873: VR related periodic jobs are 
scheduled twice and run twice on management servers
URL: https://github.com/apache/cloudstack/pull/2041#issuecomment-317177015
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with names of deleted roles

2017-07-22 Thread git
rhtyd commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with 
names of deleted roles
URL: https://github.com/apache/cloudstack/pull/2167#issuecomment-317177002
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not work after vRouter reboot or recreate

2017-07-22 Thread git
rhtyd commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not work after 
vRouter reboot or recreate
URL: https://github.com/apache/cloudstack/pull/1966#issuecomment-317177009
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2052: [4.9] new backported fixes

2017-07-22 Thread git
rhtyd commented on issue #2052: [4.9] new backported fixes
URL: https://github.com/apache/cloudstack/pull/2052#issuecomment-317177019
 
 
   @blueorangutan test
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
blueorangutan commented on issue #2065: do not take down the VPN on public IP 
config changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317176933
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-820
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317176922
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-819
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-22 Thread git
blueorangutan commented on issue #2182: CLOUDSTACK-1: FIX remote access vpn 
does not work due to '#' in password
URL: https://github.com/apache/cloudstack/pull/2182#issuecomment-317176921
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-818
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] cloudmonger commented on issue #2193: CLOUDSTACK-10007 Isolation methods

2017-07-22 Thread git
cloudmonger commented on issue #2193: CLOUDSTACK-10007 Isolation methods
URL: https://github.com/apache/cloudstack/pull/2193#issuecomment-317176923
 
 
   ### ACS CI BVT Run
**Sumarry:**
Build Number 996
Hypervisor xenserver
NetworkType Advanced
Passed=105
Failed=8
Skipped=12
   
   _Link to logs Folder (search by build_no):_ 
https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0
   
   **Failed tests:**
   * test_deploy_vm_iso.py
   
* test_deploy_vm_from_iso Failing since 54 runs
   
   * test_volumes.py
   
* test_06_download_detached_volume Failed
   
   * test_vm_life_cycle.py
   
* test_10_attachAndDetach_iso Failing since 54 runs
   
   * test_routers_network_ops.py
   
* test_01_isolate_network_FW_PF_default_routes_egress_true Failing since 87 
runs
   
* test_02_isolate_network_FW_PF_default_routes_egress_false Failing since 
87 runs
   
* test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failing since 85 
runs
   
* test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false Failing since 
85 runs
   
* test_03_RVR_Network_check_router_state Failing since 2 runs
   
   
   **Skipped tests:**
   test_vm_nic_adapter_vmxnet3
   test_01_verify_libvirt
   test_02_verify_libvirt_after_restart
   test_03_verify_libvirt_attach_disk
   test_04_verify_guest_lspci
   test_05_change_vm_ostype_restart
   test_06_verify_guest_lspci_again
   test_static_role_account_acls
   test_11_ss_nfs_version_on_ssvm
   test_nested_virtualization_vmware
   test_3d_gpu_support
   test_deploy_vgpu_enabled_vm
   
   **Passed test suits:**
   test_deploy_vm_with_userdata.py
   test_affinity_groups_projects.py
   test_portable_publicip.py
   test_vm_snapshots.py
   test_over_provisioning.py
   test_global_settings.py
   test_scale_vm.py
   test_service_offerings.py
   test_routers_iptables_default_policy.py
   test_loadbalance.py
   test_routers.py
   test_reset_vm_on_reboot.py
   test_deploy_vms_with_varied_deploymentplanners.py
   test_network.py
   test_router_dns.py
   test_non_contigiousvlan.py
   test_login.py
   test_list_ids_parameter.py
   test_public_ip_range.py
   test_multipleips_per_nic.py
   test_metrics_api.py
   test_regions.py
   test_affinity_groups.py
   test_network_acl.py
   test_pvlan.py
   test_nic.py
   test_deploy_vm_root_resize.py
   test_resource_detail.py
   test_secondary_storage.py
   test_disk_offerings.py
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2180: CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers

2017-07-22 Thread git
blueorangutan commented on issue #2180: CLOUDSTACK-: vpc tiers do not work 
if vpc has more than 8 tiers
URL: https://github.com/apache/cloudstack/pull/2180#issuecomment-317176829
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-817
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2114: [4.10/master] Smoketests Health

2017-07-22 Thread git
blueorangutan commented on issue #2114: [4.10/master] Smoketests Health
URL: https://github.com/apache/cloudstack/pull/2114#issuecomment-317176797
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-816
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2052: [4.9] new backported fixes

2017-07-22 Thread git
blueorangutan commented on issue #2052: [4.9] new backported fixes
URL: https://github.com/apache/cloudstack/pull/2052#issuecomment-317175013
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-815
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2041: CLOUDSTACK-9873: VR related periodic jobs are scheduled twice and run twice on management servers

2017-07-22 Thread git
blueorangutan commented on issue #2041: CLOUDSTACK-9873: VR related periodic 
jobs are scheduled twice and run twice on management servers
URL: https://github.com/apache/cloudstack/pull/2041#issuecomment-317173654
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-814
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not work after vRouter reboot or recreate

2017-07-22 Thread git
blueorangutan commented on issue #1966: CLOUDSTACK-9801: IPSec VPN does not 
work after vRouter reboot or recreate
URL: https://github.com/apache/cloudstack/pull/1966#issuecomment-317173649
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-813
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of roles with names of deleted roles

2017-07-22 Thread git
blueorangutan commented on issue #2167: CLOUDSTACK-9985: Allow creation of 
roles with names of deleted roles
URL: https://github.com/apache/cloudstack/pull/2167#issuecomment-317172474
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-812
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[cloudstack] branch master updated (088cca2 -> 01cbfe5)

2017-07-22 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from 088cca2  CLOUDSTACK-9997: Add cpu cores information in CapacityResponse
 add 047bb1c  CLOUDSTACK-9830 Fix DST bug in QuotaAlertManagerTest
 add 2b06f1d  Merge remote-tracking branch 'origin/4.9' into 4.10
 new 01cbfe5  Merge remote-tracking branch 'origin/4.10'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/cloudstack/quota/QuotaAlertManagerImplTest.java   | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" '].


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.10'

2017-07-22 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 01cbfe5d428e746905a089eade9891fcf5f63a65
Merge: 088cca2 2b06f1d
Author: Rohit Yadav 
AuthorDate: Sat Jul 22 11:46:16 2017 +0200

Merge remote-tracking branch 'origin/4.10'

 .../org/apache/cloudstack/quota/QuotaAlertManagerImplTest.java   | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" .


[cloudstack] branch 4.10 updated (ffddd6d -> 2b06f1d)

2017-07-22 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a change to branch 4.10
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


from ffddd6d  Merge remote-tracking branch 'origin/4.9' into 4.10
 add 047bb1c  CLOUDSTACK-9830 Fix DST bug in QuotaAlertManagerTest
 new 2b06f1d  Merge remote-tracking branch 'origin/4.9' into 4.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/cloudstack/quota/QuotaAlertManagerImplTest.java   | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" '].


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.9' into 4.10

2017-07-22 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch 4.10
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 2b06f1ddaf9543d4a1a4cc8bd1ba0fb73701e82e
Merge: ffddd6d 047bb1c
Author: Rohit Yadav 
AuthorDate: Sat Jul 22 11:45:30 2017 +0200

Merge remote-tracking branch 'origin/4.9' into 4.10

 .../org/apache/cloudstack/quota/QuotaAlertManagerImplTest.java   | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" .


[GitHub] rhtyd commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
rhtyd commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses 
before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317171470
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn 
statuses before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317171492
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1843: CLOUDSTACK-9687: if the allocated amount is 0 the capacity updates are not done, resulting in wrong values being shown as allocated value instead of zero

2017-07-22 Thread git
rhtyd commented on issue #1843: CLOUDSTACK-9687: if the allocated amount is 0 
the capacity updates are not done, resulting in wrong values being shown as 
allocated value instead of zero
URL: https://github.com/apache/cloudstack/pull/1843#issuecomment-317171354
 
 
   @abhinandanprateek @borisstoyanov is this ready for reviewing/merging?
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
blueorangutan commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317171376
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1843: CLOUDSTACK-9687: if the allocated amount is 0 the capacity updates are not done, resulting in wrong values being shown as allocated value instead of ze

2017-07-22 Thread git
blueorangutan commented on issue #1843: CLOUDSTACK-9687: if the allocated 
amount is 0 the capacity updates are not done, resulting in wrong values being 
shown as allocated value instead of zero
URL: https://github.com/apache/cloudstack/pull/1843#issuecomment-317171370
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of PrimaryStorage is different fr?

2017-07-22 Thread git
rhtyd commented on issue #1844: CLOUDSTACK-9668 : disksizeallocated of 
PrimaryStorage is different fr?
URL: https://github.com/apache/cloudstack/pull/1844#issuecomment-317171326
 
 
   LGTM.
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
blueorangutan commented on issue #1901: [4.9] CLOUDSTACK-9405: add details 
parameter in listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317171263
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1875: CLOUDSTACK-8608: [VMware] System VMs failed to start due to permissions issue. Provide permissions to template folder when mounted on management server.

2017-07-22 Thread git
rhtyd commented on issue #1875: CLOUDSTACK-8608: [VMware] System VMs failed to 
start due to permissions issue. Provide permissions to template folder when 
mounted on management server.
URL: https://github.com/apache/cloudstack/pull/1875#issuecomment-317171244
 
 
   @sureshanaparti please rebase/fix the branch
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
blueorangutan commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip 
not applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317171266
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in listDomains API to reduce the execution time

2017-07-22 Thread git
rhtyd commented on issue #1901: [4.9] CLOUDSTACK-9405: add details parameter in 
listDomains API to reduce the execution time
URL: https://github.com/apache/cloudstack/pull/1901#issuecomment-317171229
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not applied, when added while VR is starting

2017-07-22 Thread git
rhtyd commented on issue #1925: [4.9] CLOUDSTACK-9751: Fix public ip not 
applied, when added while VR is starting
URL: https://github.com/apache/cloudstack/pull/1925#issuecomment-317171220
 
 
   LGTM, don't have nuage h/w to test it, can run regression tests.
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #1928: Update hypervisor capabilities for xenserver 7

2017-07-22 Thread git
rhtyd commented on issue #1928: Update hypervisor capabilities for xenserver 7
URL: https://github.com/apache/cloudstack/pull/1928#issuecomment-317171183
 
 
   This has been included in the schema file:
   INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, 
hypervisor_version, max_guests_limit, max_data_volumes_limit, 
storage_motion_supported) values (UUID(), 'XenServer', '7.0.0', 500, 13, 1);
   
   Closing this.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd closed pull request #2001: CLOUDSTACK-9830 Fix DST bug in QuotaAlertManagerTest

2017-07-22 Thread git
rhtyd closed pull request #2001: CLOUDSTACK-9830 Fix DST bug in 
QuotaAlertManagerTest
URL: https://github.com/apache/cloudstack/pull/2001
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
blueorangutan commented on issue #2065: do not take down the VPN on public IP 
config changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317170982
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2065: do not take down the VPN on public IP config changes

2017-07-22 Thread git
rhtyd commented on issue #2065: do not take down the VPN on public IP config 
changes
URL: https://github.com/apache/cloudstack/pull/2065#issuecomment-317170936
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2083: Iptables speedup

2017-07-22 Thread git
rhtyd commented on issue #2083: Iptables speedup
URL: https://github.com/apache/cloudstack/pull/2083#issuecomment-317170918
 
 
   @DaanHoogland is this still valid, should we consider?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2094: Agent logrotation

2017-07-22 Thread git
rhtyd commented on issue #2094: Agent logrotation
URL: https://github.com/apache/cloudstack/pull/2094#issuecomment-317170898
 
 
   @The-Loeki can you fix a JIRA id for this?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2191: BUG-ID: CS-51756: [UI] Network update to new offering ( with services?

2017-07-22 Thread git
rhtyd commented on issue #2191: BUG-ID: CS-51756: [UI] Network update to new 
offering ( with services?
URL: https://github.com/apache/cloudstack/pull/2191#issuecomment-317170763
 
 
   Screenshots?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to support currency values up to 5 decimal places

2017-07-22 Thread git
rhtyd commented on issue #2123: CLOUDSTACK-9914: update Quota plugin to support 
currency values up to 5 decimal places
URL: https://github.com/apache/cloudstack/pull/2123#issuecomment-317170623
 
 
   LGTM
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2169: [CLOUDSTACK-10005] bugfix in test class (name of exception variable)

2017-07-22 Thread git
rhtyd commented on issue #2169: [CLOUDSTACK-10005] bugfix in test class (name 
of exception variable)
URL: https://github.com/apache/cloudstack/pull/2169#issuecomment-317170505
 
 
   LGTM @Maik1986 please fix the commit message to include JIRA ID
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2171: CLOUDSTACK-9990 : Account name is giving null in event tab after successful creation of account

2017-07-22 Thread git
rhtyd commented on issue #2171: CLOUDSTACK-9990 : Account name is giving null 
in event tab after successful creation of account
URL: https://github.com/apache/cloudstack/pull/2171#issuecomment-317170447
 
 
   LGTM
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2174: CLOUDSTACK-9996 : bug in juniper srx Resource vlan untagged jedgement and xml element replacment.

2017-07-22 Thread git
rhtyd commented on issue #2174: CLOUDSTACK-9996 :  bug in juniper srx Resource 
vlan untagged jedgement and xml element replacment.
URL: https://github.com/apache/cloudstack/pull/2174#issuecomment-317170426
 
 
   LGTM
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
blueorangutan commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol 
used by Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317170374
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[cloudstack] branch master updated: CLOUDSTACK-9997: Add cpu cores information in CapacityResponse

2017-07-22 Thread bhaisaab
This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
 new 088cca2  CLOUDSTACK-9997: Add cpu cores information in CapacityResponse
088cca2 is described below

commit 088cca2b2897846637eb5433bb0e344569005265
Author: Wei Zhou 
AuthorDate: Thu Jul 13 02:36:58 2017 +0200

CLOUDSTACK-9997: Add cpu cores information in CapacityResponse

This commit contains following changes
(1) add CPU CORE information in op_host_capacity
(2) add capacity name in the CapacityResponse
(3) add allocatedCapacity for CPU/MEMORY/CPU CORE for zones
(4) sort CapacityResponse by zonename and CapacityType
---
 api/src/com/cloud/capacity/Capacity.java   |  4 ++
 .../command/admin/resource/ListCapacityCmd.java| 16 +-
 .../cloudstack/api/response/CapacityResponse.java  | 24 
 .../schema/src/com/cloud/capacity/CapacityVO.java  | 34 
 .../com/cloud/capacity/dao/CapacityDaoImpl.java| 64 +-
 server/src/com/cloud/api/ApiResponseHelper.java|  9 +++
 .../com/cloud/capacity/CapacityManagerImpl.java| 53 ++
 .../src/com/cloud/server/ManagementServerImpl.java |  1 +
 ui/scripts/dashboard.js|  2 -
 ui/scripts/sharedFunctions.js  |  2 +
 ui/scripts/ui-custom/zoneChart.js  |  3 +
 11 files changed, 207 insertions(+), 5 deletions(-)

diff --git a/api/src/com/cloud/capacity/Capacity.java 
b/api/src/com/cloud/capacity/Capacity.java
index 2fbc1d6..ba04a82 100644
--- a/api/src/com/cloud/capacity/Capacity.java
+++ b/api/src/com/cloud/capacity/Capacity.java
@@ -32,6 +32,8 @@ public interface Capacity extends InternalIdentity, Identity {
 public static final short CAPACITY_TYPE_LOCAL_STORAGE = 9;
 public static final short CAPACITY_TYPE_GPU = 19;
 
+public static final short CAPACITY_TYPE_CPU_CORE = 90;
+
 public Long getHostOrPoolId();
 
 public Long getDataCenterId();
@@ -49,4 +51,6 @@ public interface Capacity extends InternalIdentity, Identity {
 public long getReservedCapacity();
 
 public Float getUsedPercentage();
+
+public Long getAllocatedCapacity();
 }
diff --git 
a/api/src/org/apache/cloudstack/api/command/admin/resource/ListCapacityCmd.java 
b/api/src/org/apache/cloudstack/api/command/admin/resource/ListCapacityCmd.java
index d79ff07..76ca3a7 100644
--- 
a/api/src/org/apache/cloudstack/api/command/admin/resource/ListCapacityCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/admin/resource/ListCapacityCmd.java
@@ -17,6 +17,8 @@
 package org.apache.cloudstack.api.command.admin.resource;
 
 import java.text.DecimalFormat;
+import java.util.Collections;
+import java.util.Comparator;
 import java.util.List;
 
 import org.apache.log4j.Logger;
@@ -65,7 +67,8 @@ public class ListCapacityCmd extends BaseListCmd {
 
 @Parameter(name = ApiConstants.TYPE, type = CommandType.INTEGER, 
description = "lists capacity by type" + "* CAPACITY_TYPE_MEMORY = 0" + "* 
CAPACITY_TYPE_CPU = 1"
 + "* CAPACITY_TYPE_STORAGE = 2" + "* CAPACITY_TYPE_STORAGE_ALLOCATED = 
3" + "* CAPACITY_TYPE_VIRTUAL_NETWORK_PUBLIC_IP = 4" + "* 
CAPACITY_TYPE_PRIVATE_IP = 5"
-+ "* CAPACITY_TYPE_SECONDARY_STORAGE = 6" + "* CAPACITY_TYPE_VLAN = 7" 
+ "* CAPACITY_TYPE_DIRECT_ATTACHED_PUBLIC_IP = 8" + "* 
CAPACITY_TYPE_LOCAL_STORAGE = 9.")
++ "* CAPACITY_TYPE_SECONDARY_STORAGE = 6" + "* CAPACITY_TYPE_VLAN = 7" 
+ "* CAPACITY_TYPE_DIRECT_ATTACHED_PUBLIC_IP = 8" + "* 
CAPACITY_TYPE_LOCAL_STORAGE = 9"
++ "* CAPACITY_TYPE_GPU = 19" + "* CAPACITY_TYPE_CPU_CORE = 90.")
 private Integer type;
 
 @Parameter(name = ApiConstants.SORT_BY, type = CommandType.STRING, since = 
"3.0.0", description = "Sort the results. Available values: Usage")
@@ -127,6 +130,17 @@ public class ListCapacityCmd extends BaseListCmd {
 
 ListResponse response = new 
ListResponse();
 List capacityResponses = 
_responseGenerator.createCapacityResponse(result, s_percentFormat);
+Collections.sort(capacityResponses, new Comparator() 
{
+public int compare(CapacityResponse resp1, CapacityResponse resp2) 
{
+int res = resp1.getZoneName().compareTo(resp2.getZoneName());
+if (res != 0) {
+return res;
+} else {
+return 
resp1.getCapacityType().compareTo(resp2.getCapacityType());
+}
+}
+});
+
 response.setResponses(capacityResponses);
 response.setResponseName(getCommandName());
 this.setResponseObject(response);
diff --git a/api/src/org/apache/cloudstack/api/response/CapacityResponse.java 
b/api/src/org/apache/cloudstack/api/response/CapacityResponse.java
index 460e4af..e972449 100644

[GitHub] rhtyd commented on issue #2179: CLOUDSTACK-9997: Add cpu cores information in CapacityResponse

2017-07-22 Thread git
rhtyd commented on issue #2179: CLOUDSTACK-9997: Add cpu cores information in 
CapacityResponse
URL: https://github.com/apache/cloudstack/pull/2179#issuecomment-317170344
 
 
   LGTM.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd closed pull request #2179: CLOUDSTACK-9997: Add cpu cores information in CapacityResponse

2017-07-22 Thread git
rhtyd closed pull request #2179: CLOUDSTACK-9997: Add cpu cores information in 
CapacityResponse
URL: https://github.com/apache/cloudstack/pull/2179
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by Console Proxy

2017-07-22 Thread git
rhtyd commented on issue #2177: CLOUDSTACK-9977: Enhance SSL protocol used by 
Console Proxy
URL: https://github.com/apache/cloudstack/pull/2177#issuecomment-317170335
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-22 Thread git
blueorangutan commented on issue #2182: CLOUDSTACK-1: FIX remote access vpn 
does not work due to '#' in password
URL: https://github.com/apache/cloudstack/pull/2182#issuecomment-317170324
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-22 Thread git
rhtyd commented on issue #2182: CLOUDSTACK-1: FIX remote access vpn does 
not work due to '#' in password
URL: https://github.com/apache/cloudstack/pull/2182#issuecomment-317170282
 
 
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2180: CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers

2017-07-22 Thread git
rhtyd commented on issue #2180: CLOUDSTACK-: vpc tiers do not work if vpc 
has more than 8 tiers
URL: https://github.com/apache/cloudstack/pull/2180#issuecomment-317170318
 
 
   LGTM.
   @blueorangutan package
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2180: CLOUDSTACK-9999: vpc tiers do not work if vpc has more than 8 tiers

2017-07-22 Thread git
blueorangutan commented on issue #2180: CLOUDSTACK-: vpc tiers do not work 
if vpc has more than 8 tiers
URL: https://github.com/apache/cloudstack/pull/2180#issuecomment-317170323
 
 
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2181: CLOUDSTACK-9957 Annotations

2017-07-22 Thread git
rhtyd commented on issue #2181: CLOUDSTACK-9957 Annotations
URL: https://github.com/apache/cloudstack/pull/2181#issuecomment-317170299
 
 
   @DaanHoogland @borisstoyanov Screenshots?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on issue #2182: CLOUDSTACK-10000: FIX remote access vpn does not work due to '#' in password

2017-07-22 Thread git
rhtyd commented on issue #2182: CLOUDSTACK-1: FIX remote access vpn does 
not work due to '#' in password
URL: https://github.com/apache/cloudstack/pull/2182#issuecomment-317170266
 
 
   LGTM.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on a change in pull request #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-07-22 Thread git
rhtyd commented on a change in pull request #2185: CLOUDSTACK-9976: Redirect 
saml2 failed login message to a configurable URL
URL: https://github.com/apache/cloudstack/pull/2185#discussion_r128893476
 
 

 ##
 File path: server/src/com/cloud/configuration/Config.java
 ##
 @@ -664,6 +664,14 @@
 "/var/cloudstack/mnt",
 "The mount point on the Management Server for Secondary Storage.",
 null),
+Saml2FailedLoginRedirectUrl(
+"Advanced",
 
 Review comment:
   @GabrielBrascher please move this to a ConfigKey, existing deployments may 
not have this config created.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] rhtyd commented on a change in pull request #2185: CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL

2017-07-22 Thread git
rhtyd commented on a change in pull request #2185: CLOUDSTACK-9976: Redirect 
saml2 failed login message to a configurable URL
URL: https://github.com/apache/cloudstack/pull/2185#discussion_r128893481
 
 

 ##
 File path: setup/db/db/schema-41000to41100.sql
 ##
 @@ -18,3 +18,6 @@
 --;
 -- Schema upgrade from 4.10.0.0 to 4.11.0.0
 --;
+
+-- CLOUDSTACK-9976: Redirect saml2 failed login message to a configurable URL
 
 Review comment:
   We can remove this sql change, if we implement a ConfigKey instead.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn statuses before outputting

2017-07-22 Thread git
blueorangutan commented on issue #2040: CLOUDSTACK-9872: Gather all S2S vpn 
statuses before outputting
URL: https://github.com/apache/cloudstack/pull/2040#issuecomment-317170107
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-811
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] blueorangutan commented on issue #2034: [4.9+][network blocker] CLOUDSTACK-9838: Allow ingress traffic between guest VMs via snat IPs

2017-07-22 Thread git
blueorangutan commented on issue #2034: [4.9+][network blocker] 
CLOUDSTACK-9838: Allow ingress traffic between guest VMs via snat IPs
URL: https://github.com/apache/cloudstack/pull/2034#issuecomment-317170091
 
 
   Packaging result: ?centos6 ?centos7 ?debian. JID-810
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


  1   2   >