[GitHub] cloudstack issue #1752: [4.8] Latest health test run

2016-12-04 Thread borisstoyanov
Github user borisstoyanov commented on the issue:

https://github.com/apache/cloudstack/pull/1752
  
Xen and KVM test runs seem not have introduced any new failure, 
regarding vmware:
test_temaplate errors seem to be caused by a timeout issue 
`com.cloud.exception.OperationTimedoutException: Commands 
241787004994453513 to Host 5 timed out after 1800'`
test_snapshots - failed to create snapshot due to internal error. 
test_iso - `Unable to create a link for entity at 
template/tmpl/16/206/206-16-f0a23a90-3c64-3bf3-8495-7dd3f83f59ec.iso on ssvm,No 
remote endpoint to send command, check if host or ssvm is down?'` maybe 
resource was down at that point for some reason...

I'll deploy a test bed to verify them manually now. 
cc: @rhtyd 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1711: XenServer 7 Support

2016-12-04 Thread karuturi
Github user karuturi commented on the issue:

https://github.com/apache/cloudstack/pull/1711
  
managed to create a PR by clicking more buttons.. somehow, it didn't show 
your fork on search

https://github.com/syed/cloudstack/pull/6


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request #914: BUG-ID CLOUDSTACK-8939 VM Snapshot size with m...

2016-12-04 Thread sudhansu7
Github user sudhansu7 commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/914#discussion_r90809764
  
--- Diff: 
plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java
 ---
@@ -3206,25 +3206,33 @@ public long getVMSnapshotChainSize(final Connection 
conn, final VolumeObjectTO v
 }
 }
 if (volumeTo.getVolumeType() == Volume.Type.ROOT) {
-final Map allVMs = VM.getAllRecords(conn);
-// add size of memory snapshot vdi
-if (allVMs != null && allVMs.size() > 0) {
-for (final VM vmr : allVMs.keySet()) {
-try {
-final String vName = vmr.getNameLabel(conn);
-if (vName != null && vName.contains(vmName) && 
vmr.getIsASnapshot(conn)) {
-final VDI memoryVDI = vmr.getSuspendVDI(conn);
-if (!isRefNull(memoryVDI)) {
-size = size + 
memoryVDI.getPhysicalUtilisation(conn);
-final VDI pMemoryVDI = 
memoryVDI.getParent(conn);
-if (!isRefNull(pMemoryVDI)) {
-size = size + 
pMemoryVDI.getPhysicalUtilisation(conn);
+VM vm = getVM(conn, vmName);
--- End diff --

@yvsubhash  getVm() raises CloudRuntimeException if Vm is not found. 

Scenario:

Deploy a vm and ensure its in running state.
Take a VM snapshot ( either disk or disk + memory ) for VM.
After snapshot operation is sucessful , destroy the VM.

Observation :

VM destroy Fails with reason VM with name: i-2-7-VM does not exist.
SNapshot moves to Expunging state , and VM moves to stopped state.

Solution : Place your changes within a try.. catch block



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1711: XenServer 7 Support

2016-12-04 Thread karuturi
Github user karuturi commented on the issue:

https://github.com/apache/cloudstack/pull/1711
  
@syed I cannot find your repo to create a PR.

![image](https://cloud.githubusercontent.com/assets/186833/20875605/10c4f0c8-bae2-11e6-8747-a60c5a300c19.png)
 
I updated the changes Here 
https://github.com/Accelerite/cloudstack/commits/xenserver7

If you can just download the patch from 
https://github.com/Accelerite/cloudstack/commit/fd77c2a690b56843266724cb94d6e43356a03091.patch
 and add it to your xenserver7 branch, it will show up in this PR.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1802: CLOUDSTACK-9635: fix test_privategw_acl.py

2016-12-04 Thread murali-reddy
Github user murali-reddy commented on the issue:

https://github.com/apache/cloudstack/pull/1802
  
This is good to be merged now. test_privategw_acl.py is passing mostly. 
there are still intermittent failures (not addressed by this PR) in the 
test_privategw_acl.py like create and delete VPC failing, i will investigate 
separately.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1774: CLOUDSTACK-9608: Errored State and Abandoned state T...

2016-12-04 Thread priyankparihar
Github user priyankparihar commented on the issue:

https://github.com/apache/cloudstack/pull/1774
  
Hi @ustcweizhou,
>We had an issue in deleting template in UploadAbandoned

Could you please update what issue are you facing and how can i reproduce 
it ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread krissterckx
Github user krissterckx commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@rhtyd Travis is happy
findbugs fails at globodns though (not due to this PR)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---



[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1753
  
Trillian test result (tid-570)
Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
Total time taken: 34975 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1753-t570-xenserver-65sp1.zip
Test completed. 47 look ok, 1 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_05_rvpc_multi_tiers | `Failure` | 609.67 | test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics | `Failure` | 1368.30 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 621.12 
| test_vpc_redundant.py
test_01_vpc_site2site_vpn | Success | 328.44 | test_vpc_vpn.py
test_01_vpc_remote_access_vpn | Success | 141.94 | test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn | Success | 554.30 | test_vpc_vpn.py
test_02_VPC_default_routes | Success | 312.81 | test_vpc_router_nics.py
test_01_VPC_nics_after_destroy | Success | 752.57 | test_vpc_router_nics.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 938.35 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 1095.94 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 15.86 | test_volumes.py
test_08_resize_volume | Success | 116.42 | test_volumes.py
test_07_resize_fail | Success | 121.40 | test_volumes.py
test_06_download_detached_volume | Success | 25.47 | test_volumes.py
test_05_detach_volume | Success | 105.34 | test_volumes.py
test_04_delete_attached_volume | Success | 15.30 | test_volumes.py
test_03_download_attached_volume | Success | 20.46 | test_volumes.py
test_02_attach_volume | Success | 10.80 | test_volumes.py
test_01_create_volume | Success | 408.20 | test_volumes.py
test_03_delete_vm_snapshots | Success | 280.24 | test_vm_snapshots.py
test_02_revert_vm_snapshots | Success | 191.65 | test_vm_snapshots.py
test_01_create_vm_snapshots | Success | 101.27 | test_vm_snapshots.py
test_deploy_vm_multiple | Success | 309.63 | 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 | 42.04 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.22 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 66.32 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.15 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 15.23 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 20.31 | test_vm_life_cycle.py
test_02_start_vm | Success | 25.30 | test_vm_life_cycle.py
test_01_stop_vm | Success | 30.33 | test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName | Success | 126.27 | 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.12 | test_templates.py
test_04_extract_template | Success | 5.28 | test_templates.py
test_03_delete_template | Success | 5.17 | test_templates.py
test_02_edit_template | Success | 90.14 | test_templates.py
test_01_create_template | Success | 75.83 | test_templates.py
test_10_destroy_cpvm | Success | 226.92 | test_ssvm.py
test_09_destroy_ssvm | Success | 224.11 | test_ssvm.py
test_08_reboot_cpvm | Success | 141.68 | test_ssvm.py
test_07_reboot_ssvm | Success | 174.11 | test_ssvm.py
test_06_stop_cpvm | Success | 191.85 | test_ssvm.py
test_05_stop_ssvm | Success | 169.35 | test_ssvm.py
test_04_cpvm_internals | Success | 1.21 | test_ssvm.py
test_03_ssvm_internals | Success | 3.64 | test_ssvm.py
test_02_list_cpvm_vm | Success | 0.16 | test_ssvm.py
test_01_list_sec_storage_vm | Success | 0.15 | test_ssvm.py
test_01_snapshot_root_disk | Success | 36.88 | test_snapshots.py
test_04_change_offering_small | Success | 121.24 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.06 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.12 | test_service_offerings.py
test_01_create_service_offering | Success | 0.11 | test_service_offerings.py
test_02_sys_template_ready | Success | 0.15 | test_secondary_storage.py
test_01_sys_vm_start | Success | 0.20 | test_secondary_storage.py
test_01_scale_vm | Success | 5.26 | test_scale_vm.py
test_09_reboot_router | Success | 50.52 | test_routers.py
test_08_start_router | Success | 45.50 | test_routers.py
test_07_stop_router | Success | 15.22 | test_routers.py
test_06_router_advanced | Success | 0.06 | test_routers.py
test_05_router_basic | Success | 0.05 | test_routers.py
test_04_restart_network_wo_cleanup | Success | 5.56 | 

[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1753
  
Trillian test result (tid-572)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 34740 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1753-t572-vmware-55u3.zip
Test completed. 43 look ok, 5 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_01_redundant_vpc_site2site_vpn | `Failure` | 226.62 | test_vpc_vpn.py
test_04_rvpc_privategw_static_routes | `Failure` | 213.21 | 
test_privategw_acl.py
test_01_vpc_site2site_vpn | `Error` | 497.13 | test_vpc_vpn.py
test_02_VPC_default_routes | `Error` | 112.48 | test_vpc_router_nics.py
test_CreateTemplateWithDuplicateName | `Error` | 5.22 | test_templates.py
test_01_create_template | `Error` | 5.17 | test_templates.py
ContextSuite context=TestTemplates>:setup | `Error` | 351.39 | 
test_templates.py
ContextSuite context=TestSnapshotRootDisk>:teardown | `Error` | 76.73 | 
test_snapshots.py
test_01_vpc_remote_access_vpn | Success | 177.58 | test_vpc_vpn.py
test_01_VPC_nics_after_destroy | Success | 758.56 | test_vpc_router_nics.py
test_05_rvpc_multi_tiers | Success | 688.79 | test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics | Success | 1565.93 | 
test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 695.39 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 694.75 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1391.96 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 25.83 | test_volumes.py
test_06_download_detached_volume | Success | 70.62 | test_volumes.py
test_05_detach_volume | Success | 105.36 | test_volumes.py
test_04_delete_attached_volume | Success | 10.21 | test_volumes.py
test_03_download_attached_volume | Success | 20.32 | test_volumes.py
test_02_attach_volume | Success | 53.75 | test_volumes.py
test_01_create_volume | Success | 453.73 | test_volumes.py
test_03_delete_vm_snapshots | Success | 280.26 | test_vm_snapshots.py
test_02_revert_vm_snapshots | Success | 194.37 | test_vm_snapshots.py
test_01_test_vm_volume_snapshot | Success | 231.70 | test_vm_snapshots.py
test_01_create_vm_snapshots | Success | 129.06 | test_vm_snapshots.py
test_deploy_vm_multiple | Success | 213.30 | test_vm_life_cycle.py
test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
test_advZoneVirtualRouter | Success | 0.03 | test_vm_life_cycle.py
test_10_attachAndDetach_iso | Success | 27.07 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.24 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 76.08 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.11 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 10.14 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 5.14 | test_vm_life_cycle.py
test_02_start_vm | Success | 25.26 | test_vm_life_cycle.py
test_01_stop_vm | Success | 10.15 | test_vm_life_cycle.py
test_10_destroy_cpvm | Success | 417.04 | test_ssvm.py
test_09_destroy_ssvm | Success | 239.45 | test_ssvm.py
test_08_reboot_cpvm | Success | 366.94 | test_ssvm.py
test_07_reboot_ssvm | Success | 158.50 | test_ssvm.py
test_06_stop_cpvm | Success | 206.84 | test_ssvm.py
test_05_stop_ssvm | Success | 209.17 | test_ssvm.py
test_04_cpvm_internals | Success | 1.14 | test_ssvm.py
test_03_ssvm_internals | Success | 4.79 | test_ssvm.py
test_02_list_cpvm_vm | Success | 0.13 | test_ssvm.py
test_01_list_sec_storage_vm | Success | 0.12 | test_ssvm.py
test_01_snapshot_root_disk | Success | 26.23 | test_snapshots.py
test_04_change_offering_small | Success | 96.97 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.09 | test_service_offerings.py
test_01_create_service_offering | Success | 0.10 | test_service_offerings.py
test_02_sys_template_ready | Success | 0.12 | test_secondary_storage.py
test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
test_09_reboot_router | Success | 171.19 | test_routers.py
test_08_start_router | Success | 110.74 | test_routers.py
test_07_stop_router | Success | 25.23 | test_routers.py
test_06_router_advanced | Success | 0.05 | test_routers.py
test_05_router_basic | Success | 0.04 | test_routers.py
test_04_restart_network_wo_cleanup | Success | 5.63 | test_routers.py
test_03_restart_network_cleanup | Success | 181.23 | test_routers.py
test_02_router_internal_adv | Success | 0.98 | test_routers.py
test_01_router_internal_basic | Success | 0.53 | test_routers.py
test_router_dns_guestipquery | Success | 

[GitHub] cloudstack issue #1802: CLOUDSTACK-9635: fix test_privategw_acl.py

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1802
  
Trillian test result (tid-573)
Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
Total time taken: 33703 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1802-t573-vmware-55u3.zip
Test completed. 40 look ok, 3 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_01_vpc_site2site_vpn | `Error` | 453.86 | test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn | `Error` | 648.94 | test_vpc_vpn.py
test_06_download_detached_volume | `Error` | 70.94 | test_volumes.py
test_01_create_template | `Error` | 5.21 | test_templates.py
ContextSuite context=TestTemplates>:setup | `Error` | 539.51 | 
test_templates.py
test_01_vpc_remote_access_vpn | Success | 157.48 | test_vpc_vpn.py
test_02_VPC_default_routes | Success | 482.10 | test_vpc_router_nics.py
test_01_VPC_nics_after_destroy | Success | 632.16 | test_vpc_router_nics.py
test_05_rvpc_multi_tiers | Success | 586.34 | test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics | Success | 1621.36 | 
test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 748.82 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 636.36 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1184.67 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 26.04 | test_volumes.py
test_05_detach_volume | Success | 100.43 | test_volumes.py
test_04_delete_attached_volume | Success | 20.34 | test_volumes.py
test_03_download_attached_volume | Success | 15.36 | test_volumes.py
test_02_attach_volume | Success | 63.88 | test_volumes.py
test_01_create_volume | Success | 519.40 | test_volumes.py
test_03_delete_vm_snapshots | Success | 275.34 | test_vm_snapshots.py
test_02_revert_vm_snapshots | Success | 194.31 | test_vm_snapshots.py
test_01_test_vm_volume_snapshot | Success | 126.36 | test_vm_snapshots.py
test_01_create_vm_snapshots | Success | 162.65 | test_vm_snapshots.py
test_deploy_vm_multiple | Success | 249.14 | 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 | 32.39 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.28 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 66.27 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.11 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 10.18 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 5.24 | test_vm_life_cycle.py
test_02_start_vm | Success | 20.28 | test_vm_life_cycle.py
test_01_stop_vm | Success | 10.23 | test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName | Success | 313.28 | test_templates.py
test_10_destroy_cpvm | Success | 267.30 | test_ssvm.py
test_09_destroy_ssvm | Success | 269.06 | test_ssvm.py
test_08_reboot_cpvm | Success | 126.57 | test_ssvm.py
test_07_reboot_ssvm | Success | 158.47 | test_ssvm.py
test_06_stop_cpvm | Success | 177.11 | test_ssvm.py
test_05_stop_ssvm | Success | 210.31 | test_ssvm.py
test_04_cpvm_internals | Success | 1.16 | test_ssvm.py
test_03_ssvm_internals | Success | 3.37 | 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 | 66.66 | test_snapshots.py
test_04_change_offering_small | Success | 102.17 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.17 | test_service_offerings.py
test_01_create_service_offering | Success | 0.17 | test_service_offerings.py
test_02_sys_template_ready | Success | 0.13 | test_secondary_storage.py
test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
test_09_reboot_router | Success | 131.29 | test_routers.py
test_08_start_router | Success | 151.38 | test_routers.py
test_07_stop_router | Success | 30.42 | test_routers.py
test_06_router_advanced | Success | 0.07 | test_routers.py
test_05_router_basic | Success | 0.04 | test_routers.py
test_04_restart_network_wo_cleanup | Success | 6.07 | test_routers.py
test_03_restart_network_cleanup | Success | 126.22 | test_routers.py
test_02_router_internal_adv | Success | 1.01 | test_routers.py
test_01_router_internal_basic | Success | 0.56 | test_routers.py
test_router_dhcphosts | Success | 146.47 | test_router_dhcphosts.py
test_router_dhcp_opts | Success | 21.84 | test_router_dhcphosts.py
test_01_updatevolumedetail | Success | 0.20 | test_resource_detail.py

[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread krissterckx
Github user krissterckx commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
Thanks @rhtyd , I resubmitted


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
Trillian test result (tid-575)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 27915 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1579-t575-kvm-centos7.zip
Test completed. 48 look ok, 1 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_05_rvpc_multi_tiers | `Failure` | 243.77 | test_vpc_redundant.py
test_01_vpc_site2site_vpn | Success | 195.07 | test_vpc_vpn.py
test_01_vpc_remote_access_vpn | Success | 65.86 | test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn | Success | 290.27 | test_vpc_vpn.py
test_02_VPC_default_routes | Success | 298.94 | test_vpc_router_nics.py
test_01_VPC_nics_after_destroy | Success | 588.46 | test_vpc_router_nics.py
test_04_rvpc_network_garbage_collector_nics | Success | 1461.45 | 
test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 578.02 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 795.41 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1334.15 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 15.38 | test_volumes.py
test_08_resize_volume | Success | 15.29 | test_volumes.py
test_07_resize_fail | Success | 20.34 | test_volumes.py
test_06_download_detached_volume | Success | 15.23 | test_volumes.py
test_05_detach_volume | Success | 100.18 | test_volumes.py
test_04_delete_attached_volume | Success | 10.16 | test_volumes.py
test_03_download_attached_volume | Success | 15.25 | test_volumes.py
test_02_attach_volume | Success | 44.40 | test_volumes.py
test_01_create_volume | Success | 714.75 | test_volumes.py
test_deploy_vm_multiple | Success | 268.48 | test_vm_life_cycle.py
test_deploy_vm | Success | 0.02 | test_vm_life_cycle.py
test_advZoneVirtualRouter | Success | 0.03 | test_vm_life_cycle.py
test_10_attachAndDetach_iso | Success | 26.77 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.19 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 65.79 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.08 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 131.09 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 130.68 | test_vm_life_cycle.py
test_02_start_vm | Success | 10.15 | test_vm_life_cycle.py
test_01_stop_vm | Success | 45.30 | test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName | Success | 65.48 | test_templates.py
test_08_list_system_templates | Success | 0.04 | test_templates.py
test_07_list_public_templates | Success | 0.03 | test_templates.py
test_05_template_permissions | Success | 0.04 | test_templates.py
test_04_extract_template | Success | 5.15 | test_templates.py
test_03_delete_template | Success | 5.08 | test_templates.py
test_02_edit_template | Success | 90.11 | test_templates.py
test_01_create_template | Success | 65.48 | test_templates.py
test_10_destroy_cpvm | Success | 166.58 | test_ssvm.py
test_09_destroy_ssvm | Success | 168.57 | test_ssvm.py
test_08_reboot_cpvm | Success | 136.51 | test_ssvm.py
test_07_reboot_ssvm | Success | 138.66 | test_ssvm.py
test_06_stop_cpvm | Success | 166.62 | test_ssvm.py
test_05_stop_ssvm | Success | 138.71 | test_ssvm.py
test_04_cpvm_internals | Success | 1.23 | test_ssvm.py
test_03_ssvm_internals | Success | 3.41 | test_ssvm.py
test_02_list_cpvm_vm | Success | 0.11 | test_ssvm.py
test_01_list_sec_storage_vm | Success | 0.10 | test_ssvm.py
test_01_snapshot_root_disk | Success | 16.03 | test_snapshots.py
test_04_change_offering_small | Success | 245.09 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.03 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.06 | test_service_offerings.py
test_01_create_service_offering | Success | 0.09 | test_service_offerings.py
test_02_sys_template_ready | Success | 0.09 | test_secondary_storage.py
test_01_sys_vm_start | Success | 0.13 | test_secondary_storage.py
test_09_reboot_router | Success | 40.26 | test_routers.py
test_08_start_router | Success | 30.25 | test_routers.py
test_07_stop_router | Success | 15.16 | test_routers.py
test_06_router_advanced | Success | 0.04 | test_routers.py
test_05_router_basic | Success | 0.03 | test_routers.py
test_04_restart_network_wo_cleanup | Success | 5.70 | test_routers.py
test_03_restart_network_cleanup | Success | 65.44 | test_routers.py
test_02_router_internal_adv | Success | 1.05 | test_routers.py
test_01_router_internal_basic | Success | 0.56 | test_routers.py
test_router_dns_guestipquery | Success | 76.77 | test_router_dns.py

[GitHub] cloudstack issue #1759: CLOUDSTACK-9589 vmName entries from host_details tab...

2016-12-04 Thread yvsubhash
Github user yvsubhash commented on the issue:

https://github.com/apache/cloudstack/pull/1759
  
@rhtyd rebased to 4.9 branch as suggested


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1725: CLOUDSTACK-9559 Why allow deleting zone without dele...

2016-12-04 Thread yvsubhash
Github user yvsubhash commented on the issue:

https://github.com/apache/cloudstack/pull/1725
  
@rhtyd  To answer your other question, lets say there are templates in the 
secondary storage, they can not be deleted because the zone is no longer there. 
As we have checks all other zone level resources, i feel it makes sense to 
check for secondary storage as well


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1753
  
Trillian test result (tid-571)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 27449 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1753-t571-kvm-centos7.zip
Test completed. 48 look ok, 0 have error(s)


Test | Result | Time (s) | Test File
--- | --- | --- | ---
test_01_vpc_site2site_vpn | Success | 170.05 | test_vpc_vpn.py
test_01_vpc_remote_access_vpn | Success | 66.00 | test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn | Success | 260.03 | test_vpc_vpn.py
test_02_VPC_default_routes | Success | 271.67 | test_vpc_router_nics.py
test_01_VPC_nics_after_destroy | Success | 539.64 | test_vpc_router_nics.py
test_05_rvpc_multi_tiers | Success | 511.35 | test_vpc_redundant.py
test_04_rvpc_network_garbage_collector_nics | Success | 1446.68 | 
test_vpc_redundant.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 568.61 | test_vpc_redundant.py
test_02_redundant_VPC_default_routes | Success | 821.42 | 
test_vpc_redundant.py
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1341.10 | 
test_vpc_redundant.py
test_09_delete_detached_volume | Success | 15.33 | test_volumes.py
test_08_resize_volume | Success | 15.31 | test_volumes.py
test_07_resize_fail | Success | 20.36 | test_volumes.py
test_06_download_detached_volume | Success | 15.23 | test_volumes.py
test_05_detach_volume | Success | 100.22 | test_volumes.py
test_04_delete_attached_volume | Success | 10.15 | test_volumes.py
test_03_download_attached_volume | Success | 15.23 | test_volumes.py
test_02_attach_volume | Success | 73.78 | test_volumes.py
test_01_create_volume | Success | 715.04 | test_volumes.py
test_deploy_vm_multiple | Success | 282.79 | 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.99 | test_vm_life_cycle.py
test_09_expunge_vm | Success | 125.18 | test_vm_life_cycle.py
test_08_migrate_vm | Success | 40.68 | test_vm_life_cycle.py
test_07_restore_vm | Success | 0.09 | test_vm_life_cycle.py
test_06_destroy_vm | Success | 125.67 | test_vm_life_cycle.py
test_03_reboot_vm | Success | 125.72 | test_vm_life_cycle.py
test_02_start_vm | Success | 10.13 | test_vm_life_cycle.py
test_01_stop_vm | Success | 40.27 | test_vm_life_cycle.py
test_CreateTemplateWithDuplicateName | Success | 85.66 | test_templates.py
test_08_list_system_templates | Success | 0.02 | test_templates.py
test_07_list_public_templates | Success | 0.03 | test_templates.py
test_05_template_permissions | Success | 0.04 | test_templates.py
test_04_extract_template | Success | 5.29 | test_templates.py
test_03_delete_template | Success | 5.09 | test_templates.py
test_02_edit_template | Success | 90.11 | test_templates.py
test_01_create_template | Success | 90.76 | test_templates.py
test_10_destroy_cpvm | Success | 161.69 | test_ssvm.py
test_09_destroy_ssvm | Success | 163.57 | test_ssvm.py
test_08_reboot_cpvm | Success | 131.58 | test_ssvm.py
test_07_reboot_ssvm | Success | 163.72 | test_ssvm.py
test_06_stop_cpvm | Success | 131.68 | test_ssvm.py
test_05_stop_ssvm | Success | 134.74 | test_ssvm.py
test_04_cpvm_internals | Success | 1.22 | test_ssvm.py
test_03_ssvm_internals | Success | 3.57 | test_ssvm.py
test_02_list_cpvm_vm | Success | 0.11 | test_ssvm.py
test_01_list_sec_storage_vm | Success | 0.10 | test_ssvm.py
test_01_snapshot_root_disk | Success | 16.09 | test_snapshots.py
test_04_change_offering_small | Success | 242.48 | test_service_offerings.py
test_03_delete_service_offering | Success | 0.03 | test_service_offerings.py
test_02_edit_service_offering | Success | 0.06 | 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.14 | test_secondary_storage.py
test_09_reboot_router | Success | 35.24 | test_routers.py
test_08_start_router | Success | 40.27 | test_routers.py
test_07_stop_router | Success | 10.12 | test_routers.py
test_06_router_advanced | Success | 0.04 | test_routers.py
test_05_router_basic | Success | 0.03 | test_routers.py
test_04_restart_network_wo_cleanup | Success | 5.71 | test_routers.py
test_03_restart_network_cleanup | Success | 60.44 | test_routers.py
test_02_router_internal_adv | Success | 1.16 | test_routers.py
test_01_router_internal_basic | Success | 0.69 | test_routers.py
test_router_dns_guestipquery | Success | 76.71 | test_router_dns.py

[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been 
kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@blueorangutan test


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-322


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you 
posted as I make progress.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@blueorangutan package


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1579: CLOUDSTACK-9403 : Support for shared networks in Nua...

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1579
  
@krissterckx Yes. Though, Travis failed due to failure in one of the 
component tests, please see `test_volumes` 
https://travis-ci.org/apache/cloudstack/jobs/180954289
This may be an intermittent issue, please push -f to re-kick Travis.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1802: CLOUDSTACK-9635: fix test_privategw_acl.py

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1802
  
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been 
kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1802: CLOUDSTACK-9635: fix test_privategw_acl.py

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1802
  
@blueorangutan test centos7 vmware-55u3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1753
  
@blueorangutan test matrix


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1753: [4.9] Latest health test run

2016-12-04 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1753
  
@rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt 
+ vmware55u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack issue #1725: CLOUDSTACK-9559 Why allow deleting zone without dele...

2016-12-04 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1725
  
Thanks @yvsubhash 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---