[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Trillian test result (tid-90)
Environment: xenserver-65sp1 (x2), Advanced Networking
Total time taken: 29144 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1692-t90-xenserver-65sp1.zip
Test completed. 40 look ok, 8 have errors


Test | Result | Time (s)
--- | --- | ---
test_05_rvpc_multi_tiers | `Failure` | 469.519
test_04_rvpc_privategw_static_routes | `Failure` | 1221.849
test_04_rvpc_network_garbage_collector_nics | `Failure` | 674.420
test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 466.911
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | `Error` | 
747.060
test_network_rules_acquired_public_ip_2_nat_rule | `Error` | 740.620
test_network_rules_acquired_public_ip_1_static_nat_rule | `Error` | 738.588
test_extendPhysicalNetworkVlan | `Error` | 0.030
test_01_test_vm_volume_snapshot | `Error` | 126.213
test_01_primary_storage_iscsi | `Error` | 0.096
ContextSuite context=TestDeployvGPUenabledVM>:setup | `Error` | 0.000
ContextSuite context=TestDedicateGuestVlanRange>:setup | `Error` | 0.000
test_router_dhcphosts | Success | 122.488
test_releaseIP | Success | 244.033
test_reboot_router | Success | 510.691
test_public_ip_user_account | Success | 10.350
test_public_ip_admin_account | Success | 40.317
test_nic_secondaryip_add_remove | Success | 133.297
test_network_acl | Success | 156.761
test_isolate_network_password_server | Success | 61.953
test_deployvm_userdispersing | Success | 30.729
test_deployvm_userdata_post | Success | 20.552
test_deployvm_userdata | Success | 101.179
test_deployvm_userconcentrated | Success | 71.017
test_deployvm_firstfit | Success | 146.381
test_deploy_vm_multiple | Success | 188.195
test_deploy_vm_from_iso | Success | 333.430
test_deploy_vm | Success | 0.024
test_delete_account | Success | 198.398
test_dedicatePublicIpRange | Success | 0.502
test_create_pvlan_network | Success | 5.248
test_createRegion | Success | 0.047
test_createPortablePublicIPRange | Success | 15.226
test_createPortablePublicIPAcquire | Success | 15.517
test_assign_and_removal_lb | Success | 133.425
test_advZoneVirtualRouter | Success | 0.020
test_UpdateStorageOverProvisioningFactor | Success | 0.143
test_UpdateConfigParamWithScope | Success | 0.206
test_DeployVmAntiAffinityGroup_in_project | Success | 192.447
test_DeployVmAntiAffinityGroup | Success | 131.617
test_CreateTemplateWithDuplicateName | Success | 80.844
test_10_destroy_cpvm | Success | 196.460
test_10_attachAndDetach_iso | Success | 71.796
test_09_reboot_router | Success | 60.478
test_09_expunge_vm | Success | 125.224
test_09_destroy_ssvm | Success | 198.693
test_09_delete_detached_volume | Success | 20.751
test_08_start_router | Success | 45.420
test_08_resize_volume | Success | 96.015
test_08_reboot_cpvm | Success | 121.641
test_08_migrate_vm | Success | 66.140
test_08_list_system_templates | Success | 0.024
test_07_stop_router | Success | 15.197
test_07_restore_vm | Success | 0.141
test_07_resize_fail | Success | 106.129
test_07_reboot_ssvm | Success | 148.635
test_07_list_public_templates | Success | 0.032
test_07_list_default_iso | Success | 0.063
test_06_stop_cpvm | Success | 166.653
test_06_router_advanced | Success | 0.051
test_06_download_detached_volume | Success | 25.416
test_06_destroy_vm | Success | 10.156
test_05_template_permissions | Success | 0.054
test_05_stop_ssvm | Success | 138.759
test_05_router_basic | Success | 0.033
test_05_iso_permissions | Success | 0.068
test_05_detach_volume | Success | 100.253
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 490.866
test_04_restart_network_wo_cleanup | Success | 5.516
test_04_extract_template | Success | 5.183
test_04_extract_Iso | Success | 5.149
test_04_delete_attached_volume | Success | 10.222
test_04_create_fat_type_disk_offering | Success | 0.075
test_04_cpvm_internals | Success | 1.095
test_04_change_offering_small | Success | 63.887
test_03_vpc_privategw_restart_vpc_cleanup | Success | 733.369
test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 308.952
test_03_ssvm_internals | Success | 3.467
test_03_restart_network_cleanup | Success | 115.904
test_03_reboot_vm | Success | 15.203
test_03_download_attached_volume | Success | 15.366
test_03_delete_vm_snapshots | Success | 280.275
test_03_delete_template | Success | 5.118
test_03_delete_service_offering | Success | 0.038
test_03_delete_iso | Success | 95.137
test_03_delete_disk_offering | Success | 0.043

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread NuxRo
Github user NuxRo commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Hi guys, sorry this has caught me in my holidays so no ability to do 
anything about it.

In the following week I'll work on a new minimal kernel with improved 
support for VMware stuff.
I'll try to make the process of building Macchinina more open so everyone 
can modify stuf, it's based on BuildRoot.org, no great mystery there.

Also I'll have a look at TinyCore or Alpine; it's something I meant to do 
for a long time since people asked for more features (ipsec), but meh.. time.


---
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 #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-30 Thread nvazquez
Github user nvazquez commented on the issue:

https://github.com/apache/cloudstack/pull/1542
  
@rhtyd sure, will do and post results


---
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 #1542: CLOUDSTACK-9379: Support nested virtualizatio...

2016-09-30 Thread nvazquez
Github user nvazquez commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1542#discussion_r81407458
  
--- Diff: test/integration/smoke/test_nested_virtualization.py ---
@@ -0,0 +1,152 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+""" Tests for Nested Virtualization
+"""
+#Import Local Modules
+from marvin.codes import FAILED
+from marvin.cloudstackTestCase import cloudstackTestCase
+from marvin.lib.utils import (cleanup_resources,
+  get_hypervisor_type,
+  get_process_status)
+from marvin.lib.base import (Account,
+ ServiceOffering,
+ NetworkOffering,
+ Configurations,
+ VirtualMachine,
+ Network)
+from marvin.lib.common import (get_zone,
+   get_domain,
+   get_template)
+from nose.plugins.attrib import attr
+from marvin.sshClient import SshClient
+import logging
+
+class TestNestedVirtualization(cloudstackTestCase):
+
+@classmethod
+def setUpClass(cls):
+testClient = super(TestNestedVirtualization, 
cls).getClsTestClient()
+cls.apiclient = testClient.getApiClient()
+cls.services = testClient.getParsedTestDataConfig()
+
+cls.logger = logging.getLogger('TestNestedVirtualization')
+cls.stream_handler = logging.StreamHandler()
+cls.logger.setLevel(logging.DEBUG)
+cls.logger.addHandler(cls.stream_handler)
+
+cls.zone = get_zone(cls.apiclient, testClient.getZoneForTests())
+cls.services['mode'] = cls.zone.networktype
+cls.services["isolated_network"]["zoneid"] = cls.zone.id
+cls.domain = get_domain(cls.apiclient)
+cls.service_offering = ServiceOffering.create(
+cls.apiclient,
+cls.services["service_offerings"]["tiny"]
+)
+cls.account = Account.create(cls.apiclient, 
services=cls.services["account"])
+cls.template = get_template(
+cls.apiclient,
+cls.zone.id,
+cls.services["ostype"]
+)
+cls.hypervisor = get_hypervisor_type(cls.apiclient)
+
+cls.isolated_network_offering = NetworkOffering.create(
+cls.apiclient,
+
cls.services["isolated_network_offering"])
+# Enable Isolated Network offering
+cls.isolated_network_offering.update(cls.apiclient, 
state='Enabled')
+
+if cls.template == FAILED:
+assert False, "get_template() failed to return template with 
description %s" % cls.services["ostype"]
+
+cls.services["small"]["zoneid"] = cls.zone.id
+cls.services["small"]["template"] = cls.template.id
+
+cls.cleanup = [cls.account]
+
+@attr(tags=["advanced"], required_hardware="true")
+def test_nested_virtualization_vmware(self):
+"""Test nested virtualization on Vmware hypervisor"""
+if self.hypervisor.lower() not in ["vmware"]:
+ self.skipTest("Skipping test because suitable hypervisor/host 
not present")
+ 
+# 1) Update nested virtualization configurations, if needed
+configs = Configurations.list(self.apiclient, 
name="vmware.nested.virtualization")
+rollback_nv = False
+rollback_nv_per_vm = False
+for conf in configs:
+if (conf.name == "vmware.nested.virtualization" and conf.value 
== "false"):
+config_update = Configurations.update(self.apiclient, 
"vmware.nested.virtualization", "true")
+self.logger.debug("Updated global setting 
vmware.nested.virtualization to true")
+   

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1542
  
@nvazquez you're welcome. If you've some bandwidth, can you run your test 
against this template which will also help validate the new vmware test 
appliance: https://github.com/rhtyd/tinylinux


---
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 #1542: CLOUDSTACK-9379: Support nested virtualizatio...

2016-09-30 Thread rhtyd
Github user rhtyd commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1542#discussion_r81405215
  
--- Diff: test/integration/smoke/test_nested_virtualization.py ---
@@ -0,0 +1,152 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+""" Tests for Nested Virtualization
+"""
+#Import Local Modules
+from marvin.codes import FAILED
+from marvin.cloudstackTestCase import cloudstackTestCase
+from marvin.lib.utils import (cleanup_resources,
+  get_hypervisor_type,
+  get_process_status)
+from marvin.lib.base import (Account,
+ ServiceOffering,
+ NetworkOffering,
+ Configurations,
+ VirtualMachine,
+ Network)
+from marvin.lib.common import (get_zone,
+   get_domain,
+   get_template)
+from nose.plugins.attrib import attr
+from marvin.sshClient import SshClient
+import logging
+
+class TestNestedVirtualization(cloudstackTestCase):
+
+@classmethod
+def setUpClass(cls):
+testClient = super(TestNestedVirtualization, 
cls).getClsTestClient()
+cls.apiclient = testClient.getApiClient()
+cls.services = testClient.getParsedTestDataConfig()
+
+cls.logger = logging.getLogger('TestNestedVirtualization')
+cls.stream_handler = logging.StreamHandler()
+cls.logger.setLevel(logging.DEBUG)
+cls.logger.addHandler(cls.stream_handler)
+
+cls.zone = get_zone(cls.apiclient, testClient.getZoneForTests())
+cls.services['mode'] = cls.zone.networktype
+cls.services["isolated_network"]["zoneid"] = cls.zone.id
+cls.domain = get_domain(cls.apiclient)
+cls.service_offering = ServiceOffering.create(
+cls.apiclient,
+cls.services["service_offerings"]["tiny"]
+)
+cls.account = Account.create(cls.apiclient, 
services=cls.services["account"])
+cls.template = get_template(
+cls.apiclient,
+cls.zone.id,
+cls.services["ostype"]
+)
+cls.hypervisor = get_hypervisor_type(cls.apiclient)
+
+cls.isolated_network_offering = NetworkOffering.create(
+cls.apiclient,
+
cls.services["isolated_network_offering"])
+# Enable Isolated Network offering
+cls.isolated_network_offering.update(cls.apiclient, 
state='Enabled')
+
+if cls.template == FAILED:
+assert False, "get_template() failed to return template with 
description %s" % cls.services["ostype"]
+
+cls.services["small"]["zoneid"] = cls.zone.id
+cls.services["small"]["template"] = cls.template.id
+
+cls.cleanup = [cls.account]
+
+@attr(tags=["advanced"], required_hardware="true")
+def test_nested_virtualization_vmware(self):
+"""Test nested virtualization on Vmware hypervisor"""
+if self.hypervisor.lower() not in ["vmware"]:
+ self.skipTest("Skipping test because suitable hypervisor/host 
not present")
+ 
+# 1) Update nested virtualization configurations, if needed
+configs = Configurations.list(self.apiclient, 
name="vmware.nested.virtualization")
+rollback_nv = False
+rollback_nv_per_vm = False
+for conf in configs:
+if (conf.name == "vmware.nested.virtualization" and conf.value 
== "false"):
+config_update = Configurations.update(self.apiclient, 
"vmware.nested.virtualization", "true")
+self.logger.debug("Updated global setting 
vmware.nested.virtualization to true")
+  

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-30 Thread nvazquez
Github user nvazquez commented on the issue:

https://github.com/apache/cloudstack/pull/1542
  
@jburwell @rhtyd I included new marvin test for nested virtualization, 
thanks @rhtyd for your idea!


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@jburwell based on the latest result results, the errors have significantly 
gone down. We will still need to re-investigate some of the error (which I 
thought were fixed, but still failed).


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Trillian test result (tid-89)
Environment: vmware-55u3 (x2), Advanced Networking
Total time taken: 26541 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1692-t89-vmware-55u3.zip
Test completed. 37 look ok, 11 have errors


Test | Result | Time (s)
--- | --- | ---
test_router_dhcphosts | `Failure` | 171.500
test_isolate_network_password_server | `Failure` | 163.612
test_04_rvpc_privategw_static_routes | `Failure` | 374.388
test_02_routervm_iptables_policies | `Failure` | 226.921
test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | `Failure` | 559.528
test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 
341.369
test_01_single_VPC_iptables_policies | `Failure` | 296.937
test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Failure` | 422.166
test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
333.386
test_extendPhysicalNetworkVlan | `Error` | 0.034
test_06_download_detached_volume | `Error` | 25.372
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | `Error` | 406.775
test_03_vpc_internallb_haproxy_stats_on_all_interfaces | `Error` | 311.095
test_01_test_vm_volume_snapshot | `Error` | 121.203
ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.000
ContextSuite context=TestRouterDHCPHosts>:teardown | `Error` | 191.789
ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestDedicateGuestVlanRange>:setup | `Error` | 0.000
test_releaseIP | Success | 289.414
test_reboot_router | Success | 555.671
test_public_ip_user_account | Success | 10.294
test_public_ip_admin_account | Success | 40.303
test_nic_secondaryip_add_remove | Success | 163.400
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 
66.978
test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.858
test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 124.849
test_network_acl | Success | 136.610
test_deployvm_userdispersing | Success | 51.112
test_deployvm_userdata_post | Success | 20.501
test_deployvm_userdata | Success | 198.188
test_deployvm_userconcentrated | Success | 50.881
test_deployvm_firstfit | Success | 211.887
test_deploy_vm_multiple | Success | 178.178
test_deploy_vm_from_iso | Success | 418.643
test_deploy_vm | Success | 0.026
test_delete_account | Success | 258.873
test_dedicatePublicIpRange | Success | 0.564
test_create_pvlan_network | Success | 5.249
test_createRegion | Success | 0.127
test_createPortablePublicIPRange | Success | 15.235
test_createPortablePublicIPAcquire | Success | 15.538
test_assign_and_removal_lb | Success | 133.704
test_advZoneVirtualRouter | Success | 0.021
test_UpdateStorageOverProvisioningFactor | Success | 0.154
test_UpdateConfigParamWithScope | Success | 0.237
test_DeployVmAntiAffinityGroup_in_project | Success | 243.042
test_DeployVmAntiAffinityGroup | Success | 262.718
test_CreateTemplateWithDuplicateName | Success | 211.624
test_10_destroy_cpvm | Success | 242.146
test_10_attachAndDetach_iso | Success | 71.919
test_09_reboot_router | Success | 111.197
test_09_expunge_vm | Success | 125.157
test_09_destroy_ssvm | Success | 234.141
test_09_delete_detached_volume | Success | 25.911
test_08_start_router | Success | 100.776
test_08_reboot_cpvm | Success | 126.743
test_08_migrate_vm | Success | 101.379
test_08_list_system_templates | Success | 0.026
test_07_stop_router | Success | 20.239
test_07_restore_vm | Success | 0.132
test_07_reboot_ssvm | Success | 158.863
test_07_list_public_templates | Success | 0.031
test_07_list_default_iso | Success | 0.056
test_06_stop_cpvm | Success | 177.372
test_06_router_advanced | Success | 0.059
test_06_destroy_vm | Success | 10.176
test_05_template_permissions | Success | 0.059
test_05_stop_ssvm | Success | 184.345
test_05_rvpc_multi_tiers | Success | 514.949
test_05_router_basic | Success | 0.043
test_05_iso_permissions | Success | 0.073
test_05_detach_volume | Success | 100.379
test_04_rvpc_network_garbage_collector_nics | Success | 881.361
test_04_restart_network_wo_cleanup | Success | 5.719
test_04_extract_template | Success | 10.214
test_04_extract_Iso | Success | 5.188
test_04_delete_attached_volume | Success | 15.268
test_04_create_fat_type_disk_offering | Success | 0.075
test_04_cpvm_internals | Success | 1.367
test_04_change_offering_small | Success | 121.956
test_03_vpc_privategw_restart_vpc_cleanup | Success | 808.963
test_03_ssvm_internals | Success | 3.701
   

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@PaulAngus  @jburwell I've created a tinycore linux basd template here with 
e1000, e1000e and vmxnet3 driver loaded (lsmod to confirm). Once started, it 
ships only with openssh server and dhcp enabled network setup with one nic. 
(default user: root, password: password).

Images are ~18MB in size, downloadable from here: 
https://github.com/rhtyd/tinylinux


---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread serg38
Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@rhtyd I might be mistaken but you also need to add mapping into

cloudstack/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper
In the past if not added on vmware it would create VM with 'Other-64 bit' 
OS type e.g.
CLOUDSTACK-5922:Incorrect handling RHEL guests for 5.5 to 5.9


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Trillian test result (tid-88)
Environment: kvm-centos7 (x2), Advanced Networking
Total time taken: 24192 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1692-t88-kvm-centos7.zip
Test completed. 44 look ok, 4 have errors


Test | Result | Time (s)
--- | --- | ---
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | `Error` | 
743.591
test_network_rules_acquired_public_ip_2_nat_rule | `Error` | 744.745
test_network_rules_acquired_public_ip_1_static_nat_rule | `Error` | 732.899
test_extendPhysicalNetworkVlan | `Error` | 0.063
test_deploy_vm_from_iso | `Error` | 122.594
ContextSuite context=TestDedicateGuestVlanRange>:setup | `Error` | 0.000
test_router_dhcphosts | Success | 281.918
test_releaseIP | Success | 158.625
test_reboot_router | Success | 399.757
test_public_ip_user_account | Success | 10.284
test_public_ip_admin_account | Success | 40.451
test_nic_secondaryip_add_remove | Success | 198.582
test_network_acl | Success | 56.336
test_isolate_network_password_server | Success | 59.988
test_deployvm_userdispersing | Success | 20.711
test_deployvm_userdata_post | Success | 10.486
test_deployvm_userdata | Success | 51.256
test_deployvm_userconcentrated | Success | 60.981
test_deployvm_firstfit | Success | 50.685
test_deploy_vm_multiple | Success | 238.848
test_deploy_vm | Success | 0.029
test_delete_account | Success | 278.940
test_dedicatePublicIpRange | Success | 0.477
test_create_pvlan_network | Success | 5.208
test_createRegion | Success | 0.071
test_createPortablePublicIPRange | Success | 15.196
test_createPortablePublicIPAcquire | Success | 15.477
test_assign_and_removal_lb | Success | 133.677
test_advZoneVirtualRouter | Success | 0.021
test_UpdateStorageOverProvisioningFactor | Success | 0.137
test_UpdateConfigParamWithScope | Success | 0.266
test_DeployVmAntiAffinityGroup_in_project | Success | 136.789
test_DeployVmAntiAffinityGroup | Success | 61.120
test_CreateTemplateWithDuplicateName | Success | 60.771
test_10_destroy_cpvm | Success | 161.899
test_10_attachAndDetach_iso | Success | 71.635
test_09_reboot_router | Success | 35.457
test_09_expunge_vm | Success | 125.201
test_09_destroy_ssvm | Success | 163.668
test_09_delete_detached_volume | Success | 15.420
test_08_start_router | Success | 25.387
test_08_resize_volume | Success | 15.503
test_08_reboot_cpvm | Success | 101.603
test_08_migrate_vm | Success | 41.056
test_08_list_system_templates | Success | 0.045
test_07_stop_router | Success | 10.177
test_07_restore_vm | Success | 0.135
test_07_resize_fail | Success | 20.473
test_07_reboot_ssvm | Success | 133.552
test_07_list_public_templates | Success | 0.053
test_07_list_default_iso | Success | 0.077
test_06_stop_cpvm | Success | 131.906
test_06_router_advanced | Success | 0.050
test_06_download_detached_volume | Success | 15.284
test_06_destroy_vm | Success | 131.030
test_05_template_permissions | Success | 0.070
test_05_stop_ssvm | Success | 133.886
test_05_rvpc_multi_tiers | Success | 408.146
test_05_router_basic | Success | 0.036
test_05_iso_permissions | Success | 0.132
test_05_detach_volume | Success | 100.257
test_04_rvpc_privategw_static_routes | Success | 448.062
test_04_rvpc_network_garbage_collector_nics | Success | 831.105
test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 243.751
test_04_restart_network_wo_cleanup | Success | 5.670
test_04_extract_template | Success | 5.157
test_04_extract_Iso | Success | 5.215
test_04_delete_attached_volume | Success | 10.318
test_04_create_fat_type_disk_offering | Success | 0.072
test_04_cpvm_internals | Success | 1.276
test_04_change_offering_small | Success | 204.872
test_03_vpc_privategw_restart_vpc_cleanup | Success | 457.557
test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 168.787
test_03_ssvm_internals | Success | 3.528
test_03_restart_network_cleanup | Success | 65.562
test_03_reboot_vm | Success | 126.092
test_03_download_attached_volume | Success | 15.468
test_03_delete_template | Success | 5.099
test_03_delete_service_offering | Success | 0.051
test_03_delete_iso | Success | 95.210
test_03_delete_disk_offering | Success | 0.058
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | 
Success | 426.694
test_03_RVR_Network_check_router_state | Success | 278.567
test_02_vpc_privategw_static_routes | Success | 342.641
test_02_sys_template_ready | Success | 0.114
test_02_start_vm | Success | 10.220
test_02_routervm_iptables_policies | Success | 183.579

[GitHub] cloudstack pull request #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 a...

2016-09-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/1696


---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
The failures from the above result are not related to the change but with 
the env/tests, most of which have been addressed in #1692 

With the enough test results, manual tests and lgtms, I'll proceed with the 
merge.


---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Trillian test result (tid-86)
Environment: kvm-centos7 (x2), Advanced Networking
Total time taken: 24408 seconds
Marvin logs: 
https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1696-t86-kvm-centos7.zip
Test completed. 40 look ok, 13 have errors


Test | Result | Time (s)
--- | --- | ---
test_router_dhcphosts | `Failure` | 57.484
test_isolate_network_password_server | `Failure` | 55.984
test_04_rvpc_privategw_static_routes | `Failure` | 142.820
test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 77.324
test_02_vpc_privategw_static_routes | `Failure` | 82.466
test_02_redundant_VPC_default_routes | `Failure` | 213.885
test_02_VPC_default_routes | `Failure` | 141.298
test_01_vpc_privategw_acl | `Failure` | 47.069
test_01_isolate_network_FW_PF_default_routes_egress_true | `Failure` | 
151.486
test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 
178.388
test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | `Error` | 
744.810
test_network_rules_acquired_public_ip_2_nat_rule | `Error` | 735.473
test_network_rules_acquired_public_ip_1_static_nat_rule | `Error` | 731.430
test_network_acl | `Error` | 0.132
test_extendPhysicalNetworkVlan | `Error` | 0.036
test_deploy_vm_from_iso | `Error` | 241.895
test_02_routervm_iptables_policies | `Error` | 779.925
test_01_single_VPC_iptables_policies | `Error` | 865.309
ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.000
ContextSuite context=TestRouterDHCPHosts>:teardown | `Error` | 102.923
ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.000
ContextSuite context=TestDedicateGuestVlanRange>:setup | `Error` | 0.000
test_router_dns_guestipquery | Success | 80.821
test_router_dns_externalipquery | Success | 0.074
test_rolepermission_lifecycle_update | Success | 7.047
test_rolepermission_lifecycle_list | Success | 6.887
test_rolepermission_lifecycle_delete | Success | 6.862
test_rolepermission_lifecycle_create | Success | 6.786
test_rolepermission_lifecycle_concurrent_updates | Success | 6.894
test_role_lifecycle_update_role_inuse | Success | 6.806
test_role_lifecycle_update | Success | 11.861
test_role_lifecycle_list | Success | 6.771
test_role_lifecycle_delete | Success | 6.813
test_role_lifecycle_create | Success | 6.818
test_role_inuse_deletion | Success | 6.948
test_role_account_acls_multiple_mgmt_servers | Success | 9.096
test_role_account_acls | Success | 9.342
test_releaseIP | Success | 268.940
test_reboot_router | Success | 384.263
test_public_ip_user_account | Success | 10.261
test_public_ip_admin_account | Success | 40.308
test_oobm_zchange_password | Success | 20.618
test_oobm_multiple_mgmt_server_ownership | Success | 14.577
test_oobm_issue_power_status | Success | 10.563
test_oobm_issue_power_soft | Success | 15.587
test_oobm_issue_power_reset | Success | 15.588
test_oobm_issue_power_on | Success | 15.604
test_oobm_issue_power_off | Success | 15.607
test_oobm_issue_power_cycle | Success | 15.671
test_oobm_enabledisable_across_clusterzones | Success | 48.424
test_oobm_enable_feature_valid | Success | 5.176
test_oobm_enable_feature_invalid | Success | 0.109
test_oobm_disable_feature_valid | Success | 5.197
test_oobm_disable_feature_invalid | Success | 0.120
test_oobm_configure_invalid_driver | Success | 0.098
test_oobm_configure_default_driver | Success | 0.095
test_oobm_background_powerstate_sync | Success | 19.726
test_nic_secondaryip_add_remove | Success | 213.555
test_deployvm_userdispersing | Success | 20.571
test_deployvm_userdata_post | Success | 10.367
test_deployvm_userdata | Success | 55.722
test_deployvm_userconcentrated | Success | 30.639
test_deployvm_firstfit | Success | 50.595
test_deploy_vm_multiple | Success | 238.529
test_deploy_vm | Success | 0.031
test_delete_account | Success | 278.933
test_default_role_deletion | Success | 7.091
test_dedicatePublicIpRange | Success | 0.408
test_create_pvlan_network | Success | 5.231
test_createRegion | Success | 0.040
test_createPortablePublicIPRange | Success | 15.196
test_createPortablePublicIPAcquire | Success | 15.448
test_assign_and_removal_lb | Success | 133.736
test_advZoneVirtualRouter | Success | 0.024
test_UpdateStorageOverProvisioningFactor | Success | 0.147
test_UpdateConfigParamWithScope | Success | 0.152
test_DeployVmAntiAffinityGroup_in_project | Success | 121.453
test_DeployVmAntiAffinityGroup | Success | 65.938
test_CreateTemplateWithDuplicateName | Success | 60.574
test_10_destroy_cpvm | Success | 

[GitHub] cloudstack issue #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@jburwell we may ignore that specific test, or retest the vmnet3 test on 
vmware against the default built-in (centos5 based) template. @NuxRo ping, can 
you help fix the macchanina template to include support for e1000 and vmxnet3 
driver?


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread serg38
Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
I agree with @PaulAngus on URL fix. So if we want to have this PR to get in 
asap I am on board but some smoke tests will continue failing until driver 
issue in the template is addressed 


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread PaulAngus
Github user PaulAngus commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@jburwell you need both the url fix (as the original file type was not 
valid) AND the macchininia template to have the e1000 driver in it. for the 
tests to work on vSphere.

Nux said that he'd have a look at it. but i haven't heard anything since.
To be honest, a strong dependency on a homebrew OS is a little concerning 
to me, although I understand the potential speed improvements.

TinyCore might be more sustainable for us as a community.
http://www.tinycorelinux.net/welcome.html



---
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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2016-09-30 Thread jburwell
Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1697
  
@nathanejohnson we making a hard push on #1692 to get all of the smoke 
tests to be super green.  Once that PR is merged up, we will rebase and re-test 
this PR and there will be no more expected/"good" failures.


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread jburwell
Github user jburwell commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@serg38 raises a good point. @rhtyd do we explicitly need that commit to 
get the smoke tests to pass?  As I understand, the macchininia template is 
(very nice) performance optimization.


---
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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2016-09-30 Thread nathanejohnson
Github user nathanejohnson commented on the issue:

https://github.com/apache/cloudstack/pull/1697
  
Here are results running the following tests:

component/test_snapshots.py component/test_snapshots_improvement.py 
component/test_snapshot_gc.py component/test_snapshot_limits.py

on a KVM host using Ceph as primary and NFS as secondary:

https://gist.github.com/nathanejohnson/38805b23a67d512e5051a0390ca5294c

The failures look to be what you would expect, complaining mostly about 
snapshots not being backed up to secondary when that's precisely the behavior 
we're after.


---
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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.rightafte...

2016-09-30 Thread nathanejohnson
Github user nathanejohnson commented on the issue:

https://github.com/apache/cloudstack/pull/1697
  
@jburwell @kiwiflyer @bvbharatk This is the new PR, I will post test 
results soon.


---
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 #1697: CLOUDSTACK-4858 Honors the snapshot.backup.ri...

2016-09-30 Thread nathanejohnson
GitHub user nathanejohnson opened a pull request:

https://github.com/apache/cloudstack/pull/1697

CLOUDSTACK-4858 Honors the snapshot.backup.rightafter configuration v…

…ariable

Unhides snapshot.backup.rightafter from global configuration

If snapshot.backup.rightafter is set to false (defaults to true), snapshots 
are
not backed up to secondary storage.

This is the same as PR #1644 applied to 4.9, as per @jburwell

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/myENA/cloudstack 
feature/49_observe_snapshot_backup_rightafter

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/1697.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1697


commit 1a55a93f04a0ab5b14c090d4b80f36150e6157ad
Author: Nathan Johnson 
Date:   2016-09-30T14:39:27Z

CLOUDSTACK-4858 Honors the snapshot.backup.rightafter configuration variable
Unhides snapshot.backup.rightafter from global configuration

If snapshot.backup.rightafter is set to false (defaults to true), snapshots 
are
not backed up to secondary storage




---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread serg38
Github user serg38 commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
The same concerns about macchinina template remains. Since it doesn't have 
correct E1000/vmxnet3 driver embedded any smoke test in Vmware environment will 
continue failing.


---
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 #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-30 Thread pdion891
Github user pdion891 commented on the issue:

https://github.com/apache/cloudstack/pull/1684
  
@rhtyd I agree with you for the documentation part.

For sure in-place upgrade must be transparent to user and not required 
manual steps.


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

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


---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
Thanks @ustcweizhou 


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@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 #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread ustcweizhou
Github user ustcweizhou commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
tested on KVM, LGTM


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

2016-09-30 Thread jburwell
Github user jburwell commented on the pull request:


https://github.com/apache/cloudstack/commit/2ed1df0186776c3ea592284cd6a28eca2b84bb34#commitcomment-19238615
  
@rhtyd can you please open a JIRA ticket for this issue and amend the 
commit message to include 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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

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


---
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 #1692: Fix Smoke Test Failures

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@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 #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
@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 #1692: Fix Smoke Test Failures

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1692
  
Reran tests with fixed tests:

Test | Result | Time (s)
--- | --- | ---
test_router_dhcphosts | Success | 248.223
test_isolate_network_password_server | Success | 59.451



---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
LGTM on code review


---
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 #1688: Marvin Tests: Fix VPC network offering selection

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1688
  
I've moved the changes to PR #1692  this can be closed now.


---
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 #1650: fix macchinina template specificied for vmware in Ma...

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1650
  
I've moved the changes to PR #1692  this can be closed now.


---
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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread blueorangutan
Github user blueorangutan commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@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 #1696: [4.9/lts] CLOUDSTACK-9364: Add Ubuntu 16.04 as a gue...

2016-09-30 Thread rhtyd
Github user rhtyd commented on the issue:

https://github.com/apache/cloudstack/pull/1696
  
@ustcweizhou @abhinandanprateek @murali-reddy @jburwell review? Manual 
tests confirm that it works on XenServer 6.5.

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


4.8, 4.9, and master Testing Status

2016-09-30 Thread John Burwell
All,

Using blueorganutan, Rohit, Murali, Boris, Paul, Abhi, and I are executing the 
smoke tests for the 4.8, 4.9, and master branches against the following 
environments:

* CentOS 7.2 Management Server + VMware 5.5u3 + NFS Primary/Secondary 
Storage
* CentOS 7.2 Management Server + XenServer 6.5SP1 + NFS 
Primary/Secondary Storage
* CentOS 7.2 Management Server + CentOS 7.2 KVM + NFS Primary/Secondary 
Storage

Thus far, we have found seven (7) test case and/or CloudStack defects in the 
VMware run for the 4.8 branch [1].  We are currently triaging fifty-one (51) 
new issues from the XenServer run to determine which issues were environmental 
and defects.  This triage work should be completed today (30 Sept 2016).  
Finally, we are awaiting the results of the KVM run.  

We are using PR #1692 [2] as the master tracking PR to fix all defects in the 
4.8 branch.  Our goal is to get all non-skip tests to pass and then merge this 
PR to the 4.8, 4.9, and master.  For each bug, we are creating a JIRA ticket 
and adding a commit to the PR.  Currently, the branch for this PR is in the 
shapeblue repo (the branch started with a much smaller fix from Paul and we 
just kept using it).  However, if others are interested in picking up defects, 
we will move it to ASF repo.  Once the 4.8 branch is stabilized, we plan to 
re-execute these tests on the 4.9 and master branches as we expect that the 4.9 
and master branches will have additional issues.

Since we are in a test freeze, I propose that no further PRs are merged to the 
4.8, 4.9, and master branches until they are stabilized.  The following PRs 
will be re-based, re-tested, and merged to 4.8, 4.9.1.0, and/or 4.10.0.0 
post-stabilization:

* 1696
* 1694
* 1684
* 1681
* 1680
* 1678
* 1677
* 1676
* 1674
* 1673
* 1642
* 1624
* 1615
* 1600
* 1545
* 1542

I recognize that this a large backlog of contributions ready to merge, and 
apologize for asking folks to wait.  However, given current state of the 
release branches, merging them before we complete fixing the smoke tests would 
create a moving target that further delay stabilization.  

Obviously, it is unlikely we will make the 10 October 2016 release date for the 
4.8.2.0, 4.9.1.0, and 4.10.0.0 releases.  At this point, it is difficult to 
estimate the size of the schedule slip because we still have issues to triage 
and test runs to complete.  I have created a wiki page [2] to track progress on 
this effort.  

Does this approach sound reasonable?  Any suggestions to speed up this process 
will be greatly appreciated as stabilizing and re-opening these branches stable 
ASAP is critical for the community.

Thanks,
-John

[1]: 
https://issues.apache.org/jira/browse/CLOUDSTACK-9518?jql=project%20%3D%20CLOUDSTACK%20AND%20fixVersion%20in%20(4.8.2.0)%20AND%20labels%20in%20(4.8.2.0-smoke-test-failure)
[2]: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65873020

> On Sep 26, 2016, at 8:38 AM, Will Stevens  wrote:
> 
> Yes, I think it is important that you or Rajani sign off on anything that
> gets in while branches are frozen so you guys can stay on top of what goes
> in.
> 
> Thanks for all the hard work team.  :)
> 
> *Will STEVENS*
> Lead Developer
> 
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
> 
> On Mon, Sep 26, 2016 at 2:10 AM, John Burwell 
> wrote:
> 
>> All,
>> 
>> Per our release schedule [1], the 4.8, 4.9, and master branches are frozen
>> for testing.  There are some straggling PRs that Rajani and I are working
>> to merge.  Is it acceptable to everyone that for the next two (2) weeks,
>> all PRs require not only 2 LGTMs, but approval by Rajani or I to be merged
>> to these branches?  To be clear, we don’t have to perform the merges,
>> simply give a thumbs up.
>> 
>> Thanks,
>> -John
>> john.burw...@shapeblue.com
>> www.shapeblue.com
>> 53 Chandos Place, Covent Garden, London VA WC2N 4HSUK
>> @shapeblue
>> 
>> 
>> 
>> 


john.burw...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London VA WC2N 4HSUK
@shapeblue