RE: Here goes nothing... :)

2016-04-23 Thread Paul Angus
Hi Will,

I little while back I created a matrix to attempt to keep track of the tests 
and their status. 
Various other projects have stopped me getting to the stage where I could start 
putting anything in...

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+Test+Matrix




Kind regards,

Paul Angus

Regards,

Paul Angus

paul.an...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue

-Original Message-
From: Will Stevens [mailto:williamstev...@gmail.com] 
Sent: 22 April 2016 19:10
To: dev@cloudstack.apache.org
Subject: Here goes nothing... :)

​In an effort to figure out which tests are working and which are not and to 
start compiling a list of tests with issues I have written a small python 
script which auto discovers and categorizes the tests in the 'smoke'
and 'component' directories.

This will be interesting:

# HARDWARE REQUIRED
echo "Running tests with required_hardware=true"
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=true \ smoke/test_deploy_vgpu_enabled_vm.py \ 
smoke/test_deploy_vm_iso.py \ smoke/test_deploy_vm_root_resize.py \ 
smoke/test_deploy_vm_with_userdata.py \ smoke/test_internal_lb.py \ 
smoke/test_iso.py \ smoke/test_loadbalance.py \ smoke/test_network.py \ 
smoke/test_network_acl.py \ smoke/test_nic.py \ smoke/test_password_server.py \ 
smoke/test_primary_storage.py \ smoke/test_privategw_acl.py \ 
smoke/test_regions.py \ smoke/test_router_dhcphosts.py \ smoke/test_routers.py 
\ smoke/test_routers_iptables_default_policy.py \ 
smoke/test_routers_network_ops.py \ smoke/test_service_offerings.py \ 
smoke/test_snapshots.py \ smoke/test_ssvm.py \ smoke/test_templates.py \ 
smoke/test_usage_events.py \ smoke/test_vm_life_cycle.py \ 
smoke/test_vm_snapshots.py \ smoke/test_volumes.py \ 
smoke/test_vpc_redundant.py \ smoke/test_vpc_router_nics.py \ 
smoke/test_vpc_vpn.py \ component/test_accounts.py \ 
component/test_add_remove_network.py \ component/test_blocker_bugs.py \ 
component/test_browse_templates.py \ component/test_browse_volumes.py \ 
component/test_concurrent_snapshots_limit.py \ 
component/test_cpu_domain_limits.py \ component/test_cpu_limits.py \ 
component/test_cpu_project_limits.py \ component/test_deploy_vgpu_vm.py \ 
component/test_deploy_vm_userdata_reg.py \ 
component/test_dynamic_compute_offering.py \ component/test_egress_fw_rules.py 
\ component/test_escalation_listTemplateDomainAdmin.py \ 
component/test_escalations_instances.py \ 
component/test_escalations_ipaddresses.py \ component/test_escalations_isos.py 
\ component/test_escalations_networks.py \ 
component/test_escalations_routers.py \ 
component/test_escalations_securitygroups.py \ 
component/test_escalations_snapshots.py \ 
component/test_escalations_templates.py \ component/test_escalations_vmware.py 
\ component/test_escalations_volumes.py \ 
component/test_escalations_vpncustomergateways.py \ component/test_haproxy.py \ 
component/test_interop_xd_ccp.py \ component/test_ip_reservation.py \ 
component/test_lb_secondary_ip.py \ component/test_memory_limits.py \ 
component/test_mm_domain_limits.py \ component/test_mm_project_limits.py \ 
component/test_netscaler_configs.py \ component/test_netscaler_nw_off.py \ 
component/test_network_offering.py \ component/test_overcommit.py \ 
component/test_persistent_networks.py \ component/test_portable_ip.py \ 
component/test_project_limits.py \ component/test_project_usage.py \ 
component/test_ps_domain_limits.py \ component/test_ps_limits.py \ 
component/test_ps_resize_volume.py \ 
component/test_ps_resource_limits_volume.py \ 
component/test_recurring_snapshots.py \ component/test_reset_ssh_keypair.py \ 
component/test_routers.py \ component/test_security_groups.py \ 
component/test_shared_networks.py \ 
component/test_simultaneous_volume_attach.py \ component/test_snapshot_gc.py \ 
component/test_snapshot_limits.py \ component/test_snapshots.py \ 
component/test_snapshots_improvement.py \ component/test_ss_domain_limits.py \ 
component/test_ss_limits.py \ component/test_ss_max_limits.py \ 
component/test_ss_project_limits.py \ component/test_stopped_vm.py \ 
component/test_storage_motion.py \ component/test_templates.py \ 
component/test_usage.py \ component/test_VirtualRouter_alerts.py \ 
component/test_vm_passwdenabled.py \ component/test_vmware_drs.py \ 
component/test_volumes.py \ component/test_vpc.py \ 
component/test_vpc_network.py \ component/test_vpc_network_lbrules.py \ 
component/test_vpc_network_pfrules.py \ 
component/test_vpc_network_staticnatrule.py \ component/test_vpc_offerings.py \ 
component/test_vpc_routers.py \ component/test_vpc_vm_life_cycle.py \ 
component/test_vpc_vms_deployment.py

# HARDWARE NOT REQUIRED
echo "Running tests with required_hardware=false"
nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=false \ smoke/test_affinity_groups.py \ 
smoke/test_affinity_groups_projects.py 

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-9331:added code in marv...

2016-04-23 Thread cloudsadhu
Github user cloudsadhu commented on the pull request:

https://github.com/apache/cloudstack/pull/1458#issuecomment-213686569
  
Thanks Swill  and  now All the checks are passed.Please merge 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 pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-04-23 Thread koushik-das
Github user koushik-das commented on the pull request:

https://github.com/apache/cloudstack/pull/1489#issuecomment-213693730
  
I did some basic tests yesterday. Some comments based on that. Will do some 
more testing next week.
- I see that commands.properties is removed altogether and the data 
migrated to DB. What are the perf. implications for this even when using the 
static checker? Earlier the contents were read from file on MS startup and 
stored in memory as hash map, now for every API call there is a DB query for 
access check.
- Since the data is automatically migrated from commands.properties file to 
DB (in new format), how are you ensuring that the data consistency is 
maintained?
- For dev setup, dynamic roles configuration is enabled. I was able to 
perform operations using dynamic role checker. But when I switched back to 
static role checker things stopped working. It wasn't allowing me to login from 
UI. Can you check?


---
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: CLOUDSTACK-8818: Use MySQL native connect...

2016-04-23 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1054#issuecomment-213701028
  
Ok, leave this PR open or closed?

Keep in mind, the API of both packages is rather similar. Just the 
connection creating is different. Atferwards it is getting a cursor and execute.


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


Re: CaaS in CloudStack with Kubernetes

2016-04-23 Thread Wido den Hollander

> Op 22 april 2016 om 18:02 schreef Sebastien Goasguen :
> 
> 
> Hi folks,
> 
> I have been quite silent this past few weeks because aside from voting in a 
> new VP (soon to be announced), I  have been hard at work for my new endeavors 
> with Skippbox.
> 
> I am quite excited that today we could not wait and Skippbox together with 
> Shapeblue announced a preview of a Kubernetes/CloudStack integration:
> http://www.benzinga.com/pressreleases/16/04/g7872516/shapeblue-harness-the-power-of-kubernetes-and-apache-cloudstack-to-give
> 
> This is currently still a by request preview, but once we are done with much 
> better testing and even tighter integration, the code will be open sourced as 
> a CloudStack plugin.
> 

Looks good Sebastien!

> I wouldn’t mind couple supportive tweets and if you want a demo before you 
> can run it yourself, ping me.
> 

Sure, I'll ping my colleagues :)

Wido

> Cheers,
> 
> -Sebastien


[GitHub] cloudstack pull request: CLOUDSTACK-9299: Out-of-band Management f...

2016-04-23 Thread wido
Github user wido commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1502#discussion_r60825819
  
--- Diff: 
api/src/org/apache/cloudstack/api/command/admin/outofbandmanagement/ConfigureOutOfBandManagementCmd.java
 ---
@@ -0,0 +1,127 @@
+// 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.
+package org.apache.cloudstack.api.command.admin.outofbandmanagement;
+
+import com.cloud.exception.ConcurrentOperationException;
+import com.cloud.exception.InsufficientCapacityException;
+import com.cloud.exception.NetworkRuleConflictException;
+import com.cloud.exception.ResourceAllocationException;
+import com.cloud.exception.ResourceUnavailableException;
+import com.cloud.host.Host;
+import com.google.common.base.Strings;
+import com.google.common.collect.ImmutableMap;
+import org.apache.cloudstack.acl.RoleType;
+import org.apache.cloudstack.api.APICommand;
+import org.apache.cloudstack.api.ApiConstants;
+import org.apache.cloudstack.api.ApiErrorCode;
+import org.apache.cloudstack.api.BaseCmd;
+import org.apache.cloudstack.api.Parameter;
+import org.apache.cloudstack.api.ServerApiException;
+import org.apache.cloudstack.api.response.HostResponse;
+import org.apache.cloudstack.api.response.OutOfBandManagementResponse;
+import org.apache.cloudstack.context.CallContext;
+import org.apache.cloudstack.outofbandmanagement.OutOfBandManagement;
+import 
org.apache.cloudstack.outofbandmanagement.OutOfBandManagementService;
+
+import javax.inject.Inject;
+
+@APICommand(name = "configureOutOfBandManagement", description = 
"Configures a host's out-of-band management interface",
+responseObject = OutOfBandManagementResponse.class, 
requestHasSensitiveInfo = true, responseHasSensitiveInfo = false, authorized = 
{RoleType.Admin})
+public class ConfigureOutOfBandManagementCmd extends BaseCmd {
+@Inject
+private OutOfBandManagementService outOfBandManagementService;
+
+/
+ API parameters /
+/
+
+@Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, 
entityType = HostResponse.class, required = true, description = "the ID of the 
host")
+private Long hostId;
+
+@Parameter(name = ApiConstants.DRIVER, type = CommandType.STRING, 
required = true, description = "the host management interface driver, for 
example: ipmitool")
+private String driver;
+
+@Parameter(name = ApiConstants.IP_ADDRESS, type = CommandType.STRING, 
required = true, description = "the host management interface IP address")
--- End diff --

Why is a IP-Address a String? Java has a native InetAddress for this


---
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: CLOUDSTACK-9299: Out-of-band Management f...

2016-04-23 Thread wido
Github user wido commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1502#discussion_r60825823
  
--- Diff: 
api/src/org/apache/cloudstack/api/command/admin/outofbandmanagement/ConfigureOutOfBandManagementCmd.java
 ---
@@ -0,0 +1,127 @@
+// 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.
+package org.apache.cloudstack.api.command.admin.outofbandmanagement;
+
+import com.cloud.exception.ConcurrentOperationException;
+import com.cloud.exception.InsufficientCapacityException;
+import com.cloud.exception.NetworkRuleConflictException;
+import com.cloud.exception.ResourceAllocationException;
+import com.cloud.exception.ResourceUnavailableException;
+import com.cloud.host.Host;
+import com.google.common.base.Strings;
+import com.google.common.collect.ImmutableMap;
+import org.apache.cloudstack.acl.RoleType;
+import org.apache.cloudstack.api.APICommand;
+import org.apache.cloudstack.api.ApiConstants;
+import org.apache.cloudstack.api.ApiErrorCode;
+import org.apache.cloudstack.api.BaseCmd;
+import org.apache.cloudstack.api.Parameter;
+import org.apache.cloudstack.api.ServerApiException;
+import org.apache.cloudstack.api.response.HostResponse;
+import org.apache.cloudstack.api.response.OutOfBandManagementResponse;
+import org.apache.cloudstack.context.CallContext;
+import org.apache.cloudstack.outofbandmanagement.OutOfBandManagement;
+import 
org.apache.cloudstack.outofbandmanagement.OutOfBandManagementService;
+
+import javax.inject.Inject;
+
+@APICommand(name = "configureOutOfBandManagement", description = 
"Configures a host's out-of-band management interface",
+responseObject = OutOfBandManagementResponse.class, 
requestHasSensitiveInfo = true, responseHasSensitiveInfo = false, authorized = 
{RoleType.Admin})
+public class ConfigureOutOfBandManagementCmd extends BaseCmd {
+@Inject
+private OutOfBandManagementService outOfBandManagementService;
+
+/
+ API parameters /
+/
+
+@Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, 
entityType = HostResponse.class, required = true, description = "the ID of the 
host")
+private Long hostId;
+
+@Parameter(name = ApiConstants.DRIVER, type = CommandType.STRING, 
required = true, description = "the host management interface driver, for 
example: ipmitool")
+private String driver;
+
+@Parameter(name = ApiConstants.IP_ADDRESS, type = CommandType.STRING, 
required = true, description = "the host management interface IP address")
+private String address;
+
+@Parameter(name = ApiConstants.PORT, type = CommandType.STRING, 
required = true, description = "the host management interface port")
--- End diff --

Why is the port numer a String and not a Integer?


---
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: CLOUDSTACK-9299: Out-of-band Management f...

2016-04-23 Thread wido
Github user wido commented on the pull request:

https://github.com/apache/cloudstack/pull/1502#issuecomment-213702911
  
I added a few comments, but before I continue:
- Why assume a IP-Address and not a hostname OR IP? I know enough IPMIs why 
are available through a DNS hostname
- Why is so much passed as a String through the code instead of a native 
type like integer or inetaddress

My first look looks good, but I can't test this easily.


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


Re: CaaS in CloudStack with Kubernetes

2016-04-23 Thread Daan Hoogland
Nice site, Go skipbox

On Sat, Apr 23, 2016 at 11:19 AM, Madan Ganesh Velayudham <
madangan...@actonmagic.com> wrote:

> +1 Sebastien; This is a great add to CloudStack.
>
> Congratulations to Skippbox and Shapeblue for this milestone.
>
> Would love to give it a real try to embrace it in AoC.
>
> Cheers
> Madan
>
> Madan Ganesh Velayudham
> Founder & CEO
> ActOnMagic
>
> *Cloud Governance, Management, Intelligence & Brokering **Simplified!*
> *www.actoncloud.com *
> @Go2Maga | @ActOnMagic | +91 966 336 7468
> 
> Important Disclaimer
>
> This message may contain confidential, proprietary or legally privileged
> information and is for the sole use of the intended recipient(s). Any
> unauthorised review, use, disclosure or distribution is strictly
> prohibited. If you are not the original intended recipient of the
> message, please reply to the sender and destroy all copies of the original
> message.
> www.actonmagic.com
> 
>
> On 22 April 2016 at 9:32:31 PM, Sebastien Goasguen (run...@gmail.com)
> wrote:
>
> Hi folks,
>
> I have been quite silent this past few weeks because aside from voting in
> a new VP (soon to be announced), I have been hard at work for my new
> endeavors with Skippbox.
>
> I am quite excited that today we could not wait and Skippbox together with
> Shapeblue announced a preview of a Kubernetes/CloudStack integration:
>
> http://www.benzinga.com/pressreleases/16/04/g7872516/shapeblue-harness-the-power-of-kubernetes-and-apache-cloudstack-to-give
>
> This is currently still a by request preview, but once we are done with
> much better testing and even tighter integration, the code will be open
> sourced as a CloudStack plugin.
>
> I wouldn’t mind couple supportive tweets and if you want a demo before you
> can run it yourself, ping me.
>
> Cheers,
>
> -Sebastien
>
>


-- 
Daan


[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-04-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1516#discussion_r60826329
  
--- Diff: engine/schema/src/com/cloud/capacity/dao/CapacityDaoImpl.java ---
@@ -962,35 +962,58 @@ public boolean removeBy(Short capacityType, Long 
zoneId, Long podId, Long cluste
 }
 
 @Override
-public void updateCapacityState(Long dcId, Long podId, Long clusterId, 
Long hostId, String capacityState) {
+public void updateCapacityState(Long dcId, Long podId, Long clusterId, 
Long hostId, String capacityState, short[] capacityType) {
 TransactionLegacy txn = TransactionLegacy.currentTxn();
 StringBuilder sql = new StringBuilder(UPDATE_CAPACITY_STATE);
 List resourceIdList = new ArrayList();
+StringBuilder where = new StringBuilder();
 
 if (dcId != null) {
-sql.append(" data_center_id = ?");
+where.append(" data_center_id = ? ");
 resourceIdList.add(dcId);
 }
 if (podId != null) {
-sql.append(" pod_id = ?");
+where.append((where.length() > 0) ? " and pod_id = ? " : " 
pod_id = ? ");
 resourceIdList.add(podId);
 }
 if (clusterId != null) {
-sql.append(" cluster_id = ?");
+where.append((where.length() > 0) ? " and cluster_id = ? " : " 
cluster_id = ? ");
 resourceIdList.add(clusterId);
 }
 if (hostId != null) {
-sql.append(" host_id = ?");
+where.append((where.length() > 0) ? " and host_id = ? " : " 
host_id = ? ");
 resourceIdList.add(hostId);
 }
 
+if (capacityType != null) {
+where.append((where.length() > 0) ? " and capacity_type in " : 
" capacity_type in ");
+
+StringBuilder builder = new StringBuilder();
+for( int i = 0 ; i < capacityType.length; i++ ) {
+if(i==0){
+builder.append(" (? ");
+}else{
+builder.append(" ,? ");
+}
+}
+builder.append(" ) ");
--- End diff --

gets appended even if capacityTypes.length == 0. please guard 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 pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-04-23 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/1516#discussion_r60826448
  
--- Diff: engine/schema/src/com/cloud/capacity/dao/CapacityDaoImpl.java ---
@@ -962,35 +962,58 @@ public boolean removeBy(Short capacityType, Long 
zoneId, Long podId, Long cluste
 }
 
 @Override
-public void updateCapacityState(Long dcId, Long podId, Long clusterId, 
Long hostId, String capacityState) {
+public void updateCapacityState(Long dcId, Long podId, Long clusterId, 
Long hostId, String capacityState, short[] capacityType) {
 TransactionLegacy txn = TransactionLegacy.currentTxn();
 StringBuilder sql = new StringBuilder(UPDATE_CAPACITY_STATE);
 List resourceIdList = new ArrayList();
+StringBuilder where = new StringBuilder();
 
 if (dcId != null) {
-sql.append(" data_center_id = ?");
+where.append(" data_center_id = ? ");
 resourceIdList.add(dcId);
 }
 if (podId != null) {
-sql.append(" pod_id = ?");
+where.append((where.length() > 0) ? " and pod_id = ? " : " 
pod_id = ? ");
 resourceIdList.add(podId);
 }
 if (clusterId != null) {
-sql.append(" cluster_id = ?");
+where.append((where.length() > 0) ? " and cluster_id = ? " : " 
cluster_id = ? ");
 resourceIdList.add(clusterId);
 }
 if (hostId != null) {
-sql.append(" host_id = ?");
+where.append((where.length() > 0) ? " and host_id = ? " : " 
host_id = ? ");
 resourceIdList.add(hostId);
 }
 
+if (capacityType != null) {
+where.append((where.length() > 0) ? " and capacity_type in " : 
" capacity_type in ");
+
+StringBuilder builder = new StringBuilder();
+for( int i = 0 ; i < capacityType.length; i++ ) {
+if(i==0){
+builder.append(" (? ");
+}else{
+builder.append(" ,? ");
+}
+}
+builder.append(" ) ");
+
+where.append(builder);
+}
+sql.append(where);
+
 PreparedStatement pstmt = null;
 try {
 pstmt = txn.prepareAutoCloseStatement(sql.toString());
 pstmt.setString(1, capacityState);
-for (int i = 0; i < resourceIdList.size(); i++) {
+int i = 0;
+for (; i < resourceIdList.size(); i++) {
 pstmt.setLong(2 + i, resourceIdList.get(i));
 }
+for(int j=0; j < capacityType.length; i++, j++ ) {
+pstmt.setShort(2 + i, capacityType[j]);
--- End diff --

from the code above you can not guarantee capacity types are starting at 
parameter no.3. The 2 above should be a variable kept track off since the start 
of updateCapacityState()


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


RE: Multithreaded Builds

2016-04-23 Thread Paul Angus
My local builds (Centos6 on VMware Workstation) run happily using 4 cores.
The speed itself is down to my overclocked processor, but still, it runs stably 
on 4 cores running at 25% over there stock speed.

mvn -T 4.0C -Dnoredist install

[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 03:20 min (Wall Clock)



Kind regards,

Paul Angus

Regards,

Paul Angus

paul.an...@shapeblue.com 
www.shapeblue.com
53 Chandos Place, Covent Garden, London  WC2N 4HSUK
@shapeblue

-Original Message-
From: Wido den Hollander [mailto:w...@widodh.nl] 
Sent: 22 April 2016 07:57
To: dev@cloudstack.apache.org
Subject: Re: Multithreaded Builds



> Op 22 apr. 2016 om 00:03 heeft Will Stevens  het 
> volgende geschreven:
> 
> Well the multithreaded build did complete successfully and it took.
> 
> real7m3.933s
> user25m31.969s
> sys 3m2.880s
> 
> Which compares to a non-multithreaded build on the same machine which takes.
> 
> real10m8.288s
> user18m23.564s
> sys 1m19.215s
> 
> It is not a huge improvement, but for CI runs I will take any minutes 
> I can shave.  :)
> 

Indeed! Locally I always run with 2C, works fine for me. Takes about 6 minutes 
to build.

Wido

> Cheers,
> 
> Will
> 
> On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens 
> 
> wrote:
> 
>> Is it a reasonable expectation for ACS to be able to be built using 
>> the `-T 1C` flag?  I am trying it now, but if it works once, it may 
>> not mean that it would always work.
>> 
>> I see a lot of messages like this:
>> 
>> [WARNING] *
>> [WARNING] * Your build is requesting parallel execution, but project  *
>> [WARNING] * contains the following plugin(s) that have goals not marked   *
>> [WARNING] * as @threadSafe to support parallel building.  *
>> [WARNING] * While this /may/ work fine, please look for plugin updates*
>> [WARNING] * and/or request plugins be made thread-safe.   *
>> [WARNING] * If reporting an issue, report it against the plugin in*
>> [WARNING] * question, not against maven-core  *
>> [WARNING] 
>> *
>> [WARNING] The following plugins are not marked @threadSafe in Apache 
>> CloudStack Framework - Spring Life Cycle:
>> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
>> [WARNING] Enable debug to see more precisely which goals are not 
>> marked @threadSafe.
>> [WARNING] 
>> *
>> [WARNING] *
>> [WARNING] * Your build is requesting parallel execution, but project  *
>> [WARNING] * contains the following plugin(s) that have goals not marked   *
>> [WARNING] * as @threadSafe to support parallel building.  *
>> [WARNING] * While this /may/ work fine, please look for plugin updates*
>> [WARNING] * and/or request plugins be made thread-safe.   *
>> [WARNING] * If reporting an issue, report it against the plugin in*
>> [WARNING] * question, not against maven-core  *
>> [WARNING] 
>> *
>> [WARNING] The following plugins are not marked @threadSafe in Apache 
>> CloudStack API:
>> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
>> [WARNING] Enable debug to see more precisely which goals are not 
>> marked @threadSafe.
>> [WARNING] 
>> *
>> 
>> Thoughts?
>> 
>> Will
>> 


RE: Multithreaded Builds

2016-04-23 Thread Will Stevens
Thanks for the reports guys. :)
On Apr 23, 2016 7:22 AM, "Paul Angus"  wrote:

> My local builds (Centos6 on VMware Workstation) run happily using 4 cores.
> The speed itself is down to my overclocked processor, but still, it runs
> stably on 4 cores running at 25% over there stock speed.
>
> mvn -T 4.0C -Dnoredist install
>
> [INFO] BUILD SUCCESS
> [INFO]
> 
> [INFO] Total time: 03:20 min (Wall Clock)
>
>
>
> Kind regards,
>
> Paul Angus
>
> Regards,
>
> Paul Angus
>
> paul.an...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
> -Original Message-
> From: Wido den Hollander [mailto:w...@widodh.nl]
> Sent: 22 April 2016 07:57
> To: dev@cloudstack.apache.org
> Subject: Re: Multithreaded Builds
>
>
>
> > Op 22 apr. 2016 om 00:03 heeft Will Stevens 
> het volgende geschreven:
> >
> > Well the multithreaded build did complete successfully and it took.
> >
> > real7m3.933s
> > user25m31.969s
> > sys 3m2.880s
> >
> > Which compares to a non-multithreaded build on the same machine which
> takes.
> >
> > real10m8.288s
> > user18m23.564s
> > sys 1m19.215s
> >
> > It is not a huge improvement, but for CI runs I will take any minutes
> > I can shave.  :)
> >
>
> Indeed! Locally I always run with 2C, works fine for me. Takes about 6
> minutes to build.
>
> Wido
>
> > Cheers,
> >
> > Will
> >
> > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > 
> > wrote:
> >
> >> Is it a reasonable expectation for ACS to be able to be built using
> >> the `-T 1C` flag?  I am trying it now, but if it works once, it may
> >> not mean that it would always work.
> >>
> >> I see a lot of messages like this:
> >>
> >> [WARNING]
> *
> >> [WARNING] * Your build is requesting parallel execution, but project
>   *
> >> [WARNING] * contains the following plugin(s) that have goals not
> marked   *
> >> [WARNING] * as @threadSafe to support parallel building.
>   *
> >> [WARNING] * While this /may/ work fine, please look for plugin updates
>   *
> >> [WARNING] * and/or request plugins be made thread-safe.
>*
> >> [WARNING] * If reporting an issue, report it against the plugin in
>   *
> >> [WARNING] * question, not against maven-core
>   *
> >> [WARNING]
> >> *
> >> [WARNING] The following plugins are not marked @threadSafe in Apache
> >> CloudStack Framework - Spring Life Cycle:
> >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> >> [WARNING] Enable debug to see more precisely which goals are not
> >> marked @threadSafe.
> >> [WARNING]
> >> *
> >> [WARNING]
> *
> >> [WARNING] * Your build is requesting parallel execution, but project
>   *
> >> [WARNING] * contains the following plugin(s) that have goals not
> marked   *
> >> [WARNING] * as @threadSafe to support parallel building.
>   *
> >> [WARNING] * While this /may/ work fine, please look for plugin updates
>   *
> >> [WARNING] * and/or request plugins be made thread-safe.
>*
> >> [WARNING] * If reporting an issue, report it against the plugin in
>   *
> >> [WARNING] * question, not against maven-core
>   *
> >> [WARNING]
> >> *
> >> [WARNING] The following plugins are not marked @threadSafe in Apache
> >> CloudStack API:
> >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> >> [WARNING] Enable debug to see more precisely which goals are not
> >> marked @threadSafe.
> >> [WARNING]
> >> *
> >>
> >> Thoughts?
> >>
> >> Will
> >>
>


RE: Here goes nothing... :)

2016-04-23 Thread Will Stevens
I plan to do quite a bit of work on this front over the next couple weeks
in prep for the RC next month. I am also trying to push the idea of
distributed CI and I feel that stabilizing and improving the state of our
tests is a big piece of that.
On Apr 23, 2016 3:17 AM, "Paul Angus"  wrote:

> Hi Will,
>
> I little while back I created a matrix to attempt to keep track of the
> tests and their status.
> Various other projects have stopped me getting to the stage where I could
> start putting anything in...
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+Test+Matrix
>
>
>
>
> Kind regards,
>
> Paul Angus
>
> Regards,
>
> Paul Angus
>
> paul.an...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
> -Original Message-
> From: Will Stevens [mailto:williamstev...@gmail.com]
> Sent: 22 April 2016 19:10
> To: dev@cloudstack.apache.org
> Subject: Here goes nothing... :)
>
> ​In an effort to figure out which tests are working and which are not and
> to start compiling a list of tests with issues I have written a small
> python script which auto discovers and categorizes the tests in the 'smoke'
> and 'component' directories.
>
> This will be interesting:
>
> # HARDWARE REQUIRED
> echo "Running tests with required_hardware=true"
> nosetests --with-marvin --marvin-config=${marvinCfg} -s -a
> tags=advanced,required_hardware=true \ smoke/test_deploy_vgpu_enabled_vm.py
> \ smoke/test_deploy_vm_iso.py \ smoke/test_deploy_vm_root_resize.py \
> smoke/test_deploy_vm_with_userdata.py \ smoke/test_internal_lb.py \
> smoke/test_iso.py \ smoke/test_loadbalance.py \ smoke/test_network.py \
> smoke/test_network_acl.py \ smoke/test_nic.py \
> smoke/test_password_server.py \ smoke/test_primary_storage.py \
> smoke/test_privategw_acl.py \ smoke/test_regions.py \
> smoke/test_router_dhcphosts.py \ smoke/test_routers.py \
> smoke/test_routers_iptables_default_policy.py \
> smoke/test_routers_network_ops.py \ smoke/test_service_offerings.py \
> smoke/test_snapshots.py \ smoke/test_ssvm.py \ smoke/test_templates.py \
> smoke/test_usage_events.py \ smoke/test_vm_life_cycle.py \
> smoke/test_vm_snapshots.py \ smoke/test_volumes.py \
> smoke/test_vpc_redundant.py \ smoke/test_vpc_router_nics.py \
> smoke/test_vpc_vpn.py \ component/test_accounts.py \
> component/test_add_remove_network.py \ component/test_blocker_bugs.py \
> component/test_browse_templates.py \ component/test_browse_volumes.py \
> component/test_concurrent_snapshots_limit.py \
> component/test_cpu_domain_limits.py \ component/test_cpu_limits.py \
> component/test_cpu_project_limits.py \ component/test_deploy_vgpu_vm.py \
> component/test_deploy_vm_userdata_reg.py \
> component/test_dynamic_compute_offering.py \
> component/test_egress_fw_rules.py \
> component/test_escalation_listTemplateDomainAdmin.py \
> component/test_escalations_instances.py \
> component/test_escalations_ipaddresses.py \
> component/test_escalations_isos.py \ component/test_escalations_networks.py
> \ component/test_escalations_routers.py \
> component/test_escalations_securitygroups.py \
> component/test_escalations_snapshots.py \
> component/test_escalations_templates.py \
> component/test_escalations_vmware.py \
> component/test_escalations_volumes.py \
> component/test_escalations_vpncustomergateways.py \
> component/test_haproxy.py \ component/test_interop_xd_ccp.py \
> component/test_ip_reservation.py \ component/test_lb_secondary_ip.py \
> component/test_memory_limits.py \ component/test_mm_domain_limits.py \
> component/test_mm_project_limits.py \ component/test_netscaler_configs.py \
> component/test_netscaler_nw_off.py \ component/test_network_offering.py \
> component/test_overcommit.py \ component/test_persistent_networks.py \
> component/test_portable_ip.py \ component/test_project_limits.py \
> component/test_project_usage.py \ component/test_ps_domain_limits.py \
> component/test_ps_limits.py \ component/test_ps_resize_volume.py \
> component/test_ps_resource_limits_volume.py \
> component/test_recurring_snapshots.py \ component/test_reset_ssh_keypair.py
> \ component/test_routers.py \ component/test_security_groups.py \
> component/test_shared_networks.py \
> component/test_simultaneous_volume_attach.py \
> component/test_snapshot_gc.py \ component/test_snapshot_limits.py \
> component/test_snapshots.py \ component/test_snapshots_improvement.py \
> component/test_ss_domain_limits.py \ component/test_ss_limits.py \
> component/test_ss_max_limits.py \ component/test_ss_project_limits.py \
> component/test_stopped_vm.py \ component/test_storage_motion.py \
> component/test_templates.py \ component/test_usage.py \
> component/test_VirtualRouter_alerts.py \ component/test_vm_passwdenabled.py
> \ component/test_vmware_drs.py \ component/test_volumes.py \
> component/test_vpc.py \ component/test_vpc_network.py \
> component/test_vpc_network_lbrules.py \
> component/test_vpc_network_pfrules.py \
> component/test_vpc

[GitHub] cloudstack pull request: CLOUDSTACK-8818: Use MySQL native connect...

2016-04-23 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1054#issuecomment-213728252
  
Let's leave this open for now. I want to understand what is needed to fix 
this project wide. 


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


Re: Multithreaded Builds

2016-04-23 Thread Ian Rae
Ok ok, point made, we can buy you new hardware Will ;)

On Saturday, 23 April 2016, Will Stevens  wrote:

> Thanks for the reports guys. :)
> On Apr 23, 2016 7:22 AM, "Paul Angus"  > wrote:
>
> > My local builds (Centos6 on VMware Workstation) run happily using 4
> cores.
> > The speed itself is down to my overclocked processor, but still, it runs
> > stably on 4 cores running at 25% over there stock speed.
> >
> > mvn -T 4.0C -Dnoredist install
> >
> > [INFO] BUILD SUCCESS
> > [INFO]
> > 
> > [INFO] Total time: 03:20 min (Wall Clock)
> >
> >
> >
> > Kind regards,
> >
> > Paul Angus
> >
> > Regards,
> >
> > Paul Angus
> >
> > paul.an...@shapeblue.com 
> > www.shapeblue.com
> > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > @shapeblue
> >
> > -Original Message-
> > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > Sent: 22 April 2016 07:57
> > To: dev@cloudstack.apache.org 
> > Subject: Re: Multithreaded Builds
> >
> >
> >
> > > Op 22 apr. 2016 om 00:03 heeft Will Stevens  >
> > het volgende geschreven:
> > >
> > > Well the multithreaded build did complete successfully and it took.
> > >
> > > real7m3.933s
> > > user25m31.969s
> > > sys 3m2.880s
> > >
> > > Which compares to a non-multithreaded build on the same machine which
> > takes.
> > >
> > > real10m8.288s
> > > user18m23.564s
> > > sys 1m19.215s
> > >
> > > It is not a huge improvement, but for CI runs I will take any minutes
> > > I can shave.  :)
> > >
> >
> > Indeed! Locally I always run with 2C, works fine for me. Takes about 6
> > minutes to build.
> >
> > Wido
> >
> > > Cheers,
> > >
> > > Will
> > >
> > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > >
> > > wrote:
> > >
> > >> Is it a reasonable expectation for ACS to be able to be built using
> > >> the `-T 1C` flag?  I am trying it now, but if it works once, it may
> > >> not mean that it would always work.
> > >>
> > >> I see a lot of messages like this:
> > >>
> > >> [WARNING]
> > *
> > >> [WARNING] * Your build is requesting parallel execution, but project
> >   *
> > >> [WARNING] * contains the following plugin(s) that have goals not
> > marked   *
> > >> [WARNING] * as @threadSafe to support parallel building.
> >   *
> > >> [WARNING] * While this /may/ work fine, please look for plugin updates
> >   *
> > >> [WARNING] * and/or request plugins be made thread-safe.
> >*
> > >> [WARNING] * If reporting an issue, report it against the plugin in
> >   *
> > >> [WARNING] * question, not against maven-core
> >   *
> > >> [WARNING]
> > >> *
> > >> [WARNING] The following plugins are not marked @threadSafe in Apache
> > >> CloudStack Framework - Spring Life Cycle:
> > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > >> [WARNING] Enable debug to see more precisely which goals are not
> > >> marked @threadSafe.
> > >> [WARNING]
> > >> *
> > >> [WARNING]
> > *
> > >> [WARNING] * Your build is requesting parallel execution, but project
> >   *
> > >> [WARNING] * contains the following plugin(s) that have goals not
> > marked   *
> > >> [WARNING] * as @threadSafe to support parallel building.
> >   *
> > >> [WARNING] * While this /may/ work fine, please look for plugin updates
> >   *
> > >> [WARNING] * and/or request plugins be made thread-safe.
> >*
> > >> [WARNING] * If reporting an issue, report it against the plugin in
> >   *
> > >> [WARNING] * question, not against maven-core
> >   *
> > >> [WARNING]
> > >> *
> > >> [WARNING] The following plugins are not marked @threadSafe in Apache
> > >> CloudStack API:
> > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > >> [WARNING] Enable debug to see more precisely which goals are not
> > >> marked @threadSafe.
> > >> [WARNING]
> > >> *
> > >>
> > >> Thoughts?
> > >>
> > >> Will
> > >>
> >
>


-- 
Ian Rae
CEO | PDG
c: 514.944.4008

CloudOps | Cloud Infrastructure and Networking Solutions
www.cloudops.com | 420 rue Guy | Montreal | Canada | H3J 1S6


Re: CaaS in CloudStack with Kubernetes

2016-04-23 Thread Ian Rae
Great stuff Seb, Skippbox and ShapeBlue! Look forward to tire kicking...

On Friday, 22 April 2016, Sebastien Goasguen  wrote:

> Hi folks,
>
> I have been quite silent this past few weeks because aside from voting in
> a new VP (soon to be announced), I  have been hard at work for my new
> endeavors with Skippbox.
>
> I am quite excited that today we could not wait and Skippbox together with
> Shapeblue announced a preview of a Kubernetes/CloudStack integration:
>
> http://www.benzinga.com/pressreleases/16/04/g7872516/shapeblue-harness-the-power-of-kubernetes-and-apache-cloudstack-to-give
>
> This is currently still a by request preview, but once we are done with
> much better testing and even tighter integration, the code will be open
> sourced as a CloudStack plugin.
>
> I wouldn’t mind couple supportive tweets and if you want a demo before you
> can run it yourself, ping me.
>
> Cheers,
>
> -Sebastien



-- 
Ian Rae
CEO | PDG
c: 514.944.4008

CloudOps | Cloud Infrastructure and Networking Solutions
www.cloudops.com | 420 rue Guy | Montreal | Canada | H3J 1S6


Re: [GitHub] cloudstack pull request: Cloudstack-8961: Changes related to the U...

2016-04-23 Thread Marcus Jorge
Fx"dxxxffzxzsd
Em 21 de abr de 2016 07:10, "jayapalu"  escreveu:

> Github user jayapalu commented on the pull request:
>
> https://github.com/apache/cloudstack/pull/1255#issuecomment-212842613
>
> @kansal Can you please complete the localisation changes.
>
>
> ---
> 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.
> ---
>


Re: Multithreaded Builds

2016-04-23 Thread Will Stevens
Haha. Awesome. :)

This was more to validate that it was OK that I configure parallelism in my
CI environment.
On Apr 23, 2016 9:34 AM, "Ian Rae"  wrote:

> Ok ok, point made, we can buy you new hardware Will ;)
>
> On Saturday, 23 April 2016, Will Stevens  wrote:
>
> > Thanks for the reports guys. :)
> > On Apr 23, 2016 7:22 AM, "Paul Angus"  > > wrote:
> >
> > > My local builds (Centos6 on VMware Workstation) run happily using 4
> > cores.
> > > The speed itself is down to my overclocked processor, but still, it
> runs
> > > stably on 4 cores running at 25% over there stock speed.
> > >
> > > mvn -T 4.0C -Dnoredist install
> > >
> > > [INFO] BUILD SUCCESS
> > > [INFO]
> > >
> 
> > > [INFO] Total time: 03:20 min (Wall Clock)
> > >
> > >
> > >
> > > Kind regards,
> > >
> > > Paul Angus
> > >
> > > Regards,
> > >
> > > Paul Angus
> > >
> > > paul.an...@shapeblue.com 
> > > www.shapeblue.com
> > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > @shapeblue
> > >
> > > -Original Message-
> > > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > > Sent: 22 April 2016 07:57
> > > To: dev@cloudstack.apache.org 
> > > Subject: Re: Multithreaded Builds
> > >
> > >
> > >
> > > > Op 22 apr. 2016 om 00:03 heeft Will Stevens <
> williamstev...@gmail.com
> > >
> > > het volgende geschreven:
> > > >
> > > > Well the multithreaded build did complete successfully and it took.
> > > >
> > > > real7m3.933s
> > > > user25m31.969s
> > > > sys 3m2.880s
> > > >
> > > > Which compares to a non-multithreaded build on the same machine which
> > > takes.
> > > >
> > > > real10m8.288s
> > > > user18m23.564s
> > > > sys 1m19.215s
> > > >
> > > > It is not a huge improvement, but for CI runs I will take any minutes
> > > > I can shave.  :)
> > > >
> > >
> > > Indeed! Locally I always run with 2C, works fine for me. Takes about 6
> > > minutes to build.
> > >
> > > Wido
> > >
> > > > Cheers,
> > > >
> > > > Will
> > > >
> > > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > > >
> > > > wrote:
> > > >
> > > >> Is it a reasonable expectation for ACS to be able to be built using
> > > >> the `-T 1C` flag?  I am trying it now, but if it works once, it may
> > > >> not mean that it would always work.
> > > >>
> > > >> I see a lot of messages like this:
> > > >>
> > > >> [WARNING]
> > > *
> > > >> [WARNING] * Your build is requesting parallel execution, but project
> > >   *
> > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > marked   *
> > > >> [WARNING] * as @threadSafe to support parallel building.
> > >   *
> > > >> [WARNING] * While this /may/ work fine, please look for plugin
> updates
> > >   *
> > > >> [WARNING] * and/or request plugins be made thread-safe.
> > >*
> > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > >   *
> > > >> [WARNING] * question, not against maven-core
> > >   *
> > > >> [WARNING]
> > > >> *
> > > >> [WARNING] The following plugins are not marked @threadSafe in Apache
> > > >> CloudStack Framework - Spring Life Cycle:
> > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > >> marked @threadSafe.
> > > >> [WARNING]
> > > >> *
> > > >> [WARNING]
> > > *
> > > >> [WARNING] * Your build is requesting parallel execution, but project
> > >   *
> > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > marked   *
> > > >> [WARNING] * as @threadSafe to support parallel building.
> > >   *
> > > >> [WARNING] * While this /may/ work fine, please look for plugin
> updates
> > >   *
> > > >> [WARNING] * and/or request plugins be made thread-safe.
> > >*
> > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > >   *
> > > >> [WARNING] * question, not against maven-core
> > >   *
> > > >> [WARNING]
> > > >> *
> > > >> [WARNING] The following plugins are not marked @threadSafe in Apache
> > > >> CloudStack API:
> > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > >> marked @threadSafe.
> > > >> [WARNING]
> > > >> *
> > > >>
> > > >> Thoughts?
> > > >>
> > > >> Will
> > > >>
> > >
> >
>
>
> --
> Ian Rae
> CEO | PDG
> c: 514.944.4008
>
> CloudOps | Cloud Infrastructure and Networking Solutions
> www.cloudops.com | 420 rue Guy | Montreal | Canada | H3J 1S6
>


Re: Multithreaded Builds

2016-04-23 Thread Daan Hoogland
No Will, it was to prove you need extra hardware!

On Sat, Apr 23, 2016 at 3:55 PM, Will Stevens 
wrote:

> Haha. Awesome. :)
>
> This was more to validate that it was OK that I configure parallelism in my
> CI environment.
> On Apr 23, 2016 9:34 AM, "Ian Rae"  wrote:
>
> > Ok ok, point made, we can buy you new hardware Will ;)
> >
> > On Saturday, 23 April 2016, Will Stevens 
> wrote:
> >
> > > Thanks for the reports guys. :)
> > > On Apr 23, 2016 7:22 AM, "Paul Angus"  > > > wrote:
> > >
> > > > My local builds (Centos6 on VMware Workstation) run happily using 4
> > > cores.
> > > > The speed itself is down to my overclocked processor, but still, it
> > runs
> > > > stably on 4 cores running at 25% over there stock speed.
> > > >
> > > > mvn -T 4.0C -Dnoredist install
> > > >
> > > > [INFO] BUILD SUCCESS
> > > > [INFO]
> > > >
> > 
> > > > [INFO] Total time: 03:20 min (Wall Clock)
> > > >
> > > >
> > > >
> > > > Kind regards,
> > > >
> > > > Paul Angus
> > > >
> > > > Regards,
> > > >
> > > > Paul Angus
> > > >
> > > > paul.an...@shapeblue.com 
> > > > www.shapeblue.com
> > > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > > @shapeblue
> > > >
> > > > -Original Message-
> > > > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > > > Sent: 22 April 2016 07:57
> > > > To: dev@cloudstack.apache.org 
> > > > Subject: Re: Multithreaded Builds
> > > >
> > > >
> > > >
> > > > > Op 22 apr. 2016 om 00:03 heeft Will Stevens <
> > williamstev...@gmail.com
> > > >
> > > > het volgende geschreven:
> > > > >
> > > > > Well the multithreaded build did complete successfully and it took.
> > > > >
> > > > > real7m3.933s
> > > > > user25m31.969s
> > > > > sys 3m2.880s
> > > > >
> > > > > Which compares to a non-multithreaded build on the same machine
> which
> > > > takes.
> > > > >
> > > > > real10m8.288s
> > > > > user18m23.564s
> > > > > sys 1m19.215s
> > > > >
> > > > > It is not a huge improvement, but for CI runs I will take any
> minutes
> > > > > I can shave.  :)
> > > > >
> > > >
> > > > Indeed! Locally I always run with 2C, works fine for me. Takes about
> 6
> > > > minutes to build.
> > > >
> > > > Wido
> > > >
> > > > > Cheers,
> > > > >
> > > > > Will
> > > > >
> > > > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > > > >
> > > > > wrote:
> > > > >
> > > > >> Is it a reasonable expectation for ACS to be able to be built
> using
> > > > >> the `-T 1C` flag?  I am trying it now, but if it works once, it
> may
> > > > >> not mean that it would always work.
> > > > >>
> > > > >> I see a lot of messages like this:
> > > > >>
> > > > >> [WARNING]
> > > > *
> > > > >> [WARNING] * Your build is requesting parallel execution, but
> project
> > > >   *
> > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > marked   *
> > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > >   *
> > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > updates
> > > >   *
> > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > >*
> > > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > > >   *
> > > > >> [WARNING] * question, not against maven-core
> > > >   *
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING] The following plugins are not marked @threadSafe in
> Apache
> > > > >> CloudStack Framework - Spring Life Cycle:
> > > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > > >> marked @threadSafe.
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING]
> > > > *
> > > > >> [WARNING] * Your build is requesting parallel execution, but
> project
> > > >   *
> > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > marked   *
> > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > >   *
> > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > updates
> > > >   *
> > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > >*
> > > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > > >   *
> > > > >> [WARNING] * question, not against maven-core
> > > >   *
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING] The following plugins are not marked @threadSafe in
> Apache
> > > > >> CloudStack API:
> > > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > > >> marked @threadSafe.
> > > > >> [WARNING]
> >

Re: Multithreaded Builds

2016-04-23 Thread Paul Angus
I'll collect that $5 when i come over Will. 😉



From: Daan Hoogland 
Sent: 23 Apr 2016 15:02
To: dev
Subject: Re: Multithreaded Builds

No Will, it was to prove you need extra hardware!

On Sat, Apr 23, 2016 at 3:55 PM, Will Stevens 
wrote:

> Haha. Awesome. :)
>
> This was more to validate that it was OK that I configure parallelism in my
> CI environment.
> On Apr 23, 2016 9:34 AM, "Ian Rae"  wrote:
>
> > Ok ok, point made, we can buy you new hardware Will ;)
> >
> > On Saturday, 23 April 2016, Will Stevens 
> wrote:
> >
> > > Thanks for the reports guys. :)
> > > On Apr 23, 2016 7:22 AM, "Paul Angus"  > > > wrote:
> > >
> > > > My local builds (Centos6 on VMware Workstation) run happily using 4
> > > cores.
> > > > The speed itself is down to my overclocked processor, but still, it
> > runs
> > > > stably on 4 cores running at 25% over there stock speed.
> > > >
> > > > mvn -T 4.0C -Dnoredist install
> > > >
> > > > [INFO] BUILD SUCCESS
> > > > [INFO]
> > > >
> > 
> > > > [INFO] Total time: 03:20 min (Wall Clock)
> > > >
> > > >
> > > >
> > > > Kind regards,
> > > >
> > > > Paul Angus
> > > >
> > > > Regards,
> > > >
> > > > Paul Angus
> > > >
> > > > paul.an...@shapeblue.com 
> > > > www.shapeblue.com
> > > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > > @shapeblue
> > > >
> > > > -Original Message-
> > > > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > > > Sent: 22 April 2016 07:57
> > > > To: dev@cloudstack.apache.org 
> > > > Subject: Re: Multithreaded Builds
> > > >
> > > >
> > > >
> > > > > Op 22 apr. 2016 om 00:03 heeft Will Stevens <
> > williamstev...@gmail.com
> > > >
> > > > het volgende geschreven:
> > > > >
> > > > > Well the multithreaded build did complete successfully and it took.
> > > > >
> > > > > real7m3.933s
> > > > > user25m31.969s
> > > > > sys 3m2.880s
> > > > >
> > > > > Which compares to a non-multithreaded build on the same machine
> which
> > > > takes.
> > > > >
> > > > > real10m8.288s
> > > > > user18m23.564s
> > > > > sys 1m19.215s
> > > > >
> > > > > It is not a huge improvement, but for CI runs I will take any
> minutes
> > > > > I can shave.  :)
> > > > >
> > > >
> > > > Indeed! Locally I always run with 2C, works fine for me. Takes about
> 6
> > > > minutes to build.
> > > >
> > > > Wido
> > > >
> > > > > Cheers,
> > > > >
> > > > > Will
> > > > >
> > > > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > > > >
> > > > > wrote:
> > > > >
> > > > >> Is it a reasonable expectation for ACS to be able to be built
> using
> > > > >> the `-T 1C` flag?  I am trying it now, but if it works once, it
> may
> > > > >> not mean that it would always work.
> > > > >>
> > > > >> I see a lot of messages like this:
> > > > >>
> > > > >> [WARNING]
> > > > *
> > > > >> [WARNING] * Your build is requesting parallel execution, but
> project
> > > >   *
> > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > marked   *
> > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > >   *
> > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > updates
> > > >   *
> > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > >*
> > > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > > >   *
> > > > >> [WARNING] * question, not against maven-core
> > > >   *
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING] The following plugins are not marked @threadSafe in
> Apache
> > > > >> CloudStack Framework - Spring Life Cycle:
> > > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > > >> marked @threadSafe.
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING]
> > > > *
> > > > >> [WARNING] * Your build is requesting parallel execution, but
> project
> > > >   *
> > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > marked   *
> > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > >   *
> > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > updates
> > > >   *
> > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > >*
> > > > >> [WARNING] * If reporting an issue, report it against the plugin in
> > > >   *
> > > > >> [WARNING] * question, not against maven-core
> > > >   *
> > > > >> [WARNING]
> > > > >> *
> > > > >> [WARNING] The following plugins are not marked @threadSafe in
> Apache
> > > > >> CloudStack API:
> > > > >> [WARNING] org.apache.mave

Re: Multithreaded Builds

2016-04-23 Thread Will Stevens
Extra hardware is always welcome. :)

Now to automate a bubble run from end to end based on a queue of PRs (which
I definitely have).

Last night I built a marvin result parser that integrates with upr to
automate posting back bubble results automatically. I have a couple loose
ends to finish up, then I will make it available to everyone.

One step at a time. Making progress. :)
On Apr 23, 2016 10:02 AM, "Daan Hoogland"  wrote:

> No Will, it was to prove you need extra hardware!
>
> On Sat, Apr 23, 2016 at 3:55 PM, Will Stevens 
> wrote:
>
> > Haha. Awesome. :)
> >
> > This was more to validate that it was OK that I configure parallelism in
> my
> > CI environment.
> > On Apr 23, 2016 9:34 AM, "Ian Rae"  wrote:
> >
> > > Ok ok, point made, we can buy you new hardware Will ;)
> > >
> > > On Saturday, 23 April 2016, Will Stevens 
> > wrote:
> > >
> > > > Thanks for the reports guys. :)
> > > > On Apr 23, 2016 7:22 AM, "Paul Angus"  > > > > wrote:
> > > >
> > > > > My local builds (Centos6 on VMware Workstation) run happily using 4
> > > > cores.
> > > > > The speed itself is down to my overclocked processor, but still, it
> > > runs
> > > > > stably on 4 cores running at 25% over there stock speed.
> > > > >
> > > > > mvn -T 4.0C -Dnoredist install
> > > > >
> > > > > [INFO] BUILD SUCCESS
> > > > > [INFO]
> > > > >
> > >
> 
> > > > > [INFO] Total time: 03:20 min (Wall Clock)
> > > > >
> > > > >
> > > > >
> > > > > Kind regards,
> > > > >
> > > > > Paul Angus
> > > > >
> > > > > Regards,
> > > > >
> > > > > Paul Angus
> > > > >
> > > > > paul.an...@shapeblue.com 
> > > > > www.shapeblue.com
> > > > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > > > @shapeblue
> > > > >
> > > > > -Original Message-
> > > > > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > > > > Sent: 22 April 2016 07:57
> > > > > To: dev@cloudstack.apache.org 
> > > > > Subject: Re: Multithreaded Builds
> > > > >
> > > > >
> > > > >
> > > > > > Op 22 apr. 2016 om 00:03 heeft Will Stevens <
> > > williamstev...@gmail.com
> > > > >
> > > > > het volgende geschreven:
> > > > > >
> > > > > > Well the multithreaded build did complete successfully and it
> took.
> > > > > >
> > > > > > real7m3.933s
> > > > > > user25m31.969s
> > > > > > sys 3m2.880s
> > > > > >
> > > > > > Which compares to a non-multithreaded build on the same machine
> > which
> > > > > takes.
> > > > > >
> > > > > > real10m8.288s
> > > > > > user18m23.564s
> > > > > > sys 1m19.215s
> > > > > >
> > > > > > It is not a huge improvement, but for CI runs I will take any
> > minutes
> > > > > > I can shave.  :)
> > > > > >
> > > > >
> > > > > Indeed! Locally I always run with 2C, works fine for me. Takes
> about
> > 6
> > > > > minutes to build.
> > > > >
> > > > > Wido
> > > > >
> > > > > > Cheers,
> > > > > >
> > > > > > Will
> > > > > >
> > > > > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > >> Is it a reasonable expectation for ACS to be able to be built
> > using
> > > > > >> the `-T 1C` flag?  I am trying it now, but if it works once, it
> > may
> > > > > >> not mean that it would always work.
> > > > > >>
> > > > > >> I see a lot of messages like this:
> > > > > >>
> > > > > >> [WARNING]
> > > > > *
> > > > > >> [WARNING] * Your build is requesting parallel execution, but
> > project
> > > > >   *
> > > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > > marked   *
> > > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > > >   *
> > > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > > updates
> > > > >   *
> > > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > > >*
> > > > > >> [WARNING] * If reporting an issue, report it against the plugin
> in
> > > > >   *
> > > > > >> [WARNING] * question, not against maven-core
> > > > >   *
> > > > > >> [WARNING]
> > > > > >>
> *
> > > > > >> [WARNING] The following plugins are not marked @threadSafe in
> > Apache
> > > > > >> CloudStack Framework - Spring Life Cycle:
> > > > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > > > >> marked @threadSafe.
> > > > > >> [WARNING]
> > > > > >>
> *
> > > > > >> [WARNING]
> > > > > *
> > > > > >> [WARNING] * Your build is requesting parallel execution, but
> > project
> > > > >   *
> > > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > > marked   *
> > > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > > >   *
> > > > > >> [WAR

Re: Multithreaded Builds

2016-04-23 Thread Will Stevens
I will buy you a beer. :P
On Apr 23, 2016 10:08 AM, "Paul Angus"  wrote:

> I'll collect that $5 when i come over Will. 😉
>
>
>
> From: Daan Hoogland 
> Sent: 23 Apr 2016 15:02
> To: dev
> Subject: Re: Multithreaded Builds
>
> No Will, it was to prove you need extra hardware!
>
> On Sat, Apr 23, 2016 at 3:55 PM, Will Stevens 
> wrote:
>
> > Haha. Awesome. :)
> >
> > This was more to validate that it was OK that I configure parallelism in
> my
> > CI environment.
> > On Apr 23, 2016 9:34 AM, "Ian Rae"  wrote:
> >
> > > Ok ok, point made, we can buy you new hardware Will ;)
> > >
> > > On Saturday, 23 April 2016, Will Stevens 
> > wrote:
> > >
> > > > Thanks for the reports guys. :)
> > > > On Apr 23, 2016 7:22 AM, "Paul Angus"  > > > > wrote:
> > > >
> > > > > My local builds (Centos6 on VMware Workstation) run happily using 4
> > > > cores.
> > > > > The speed itself is down to my overclocked processor, but still, it
> > > runs
> > > > > stably on 4 cores running at 25% over there stock speed.
> > > > >
> > > > > mvn -T 4.0C -Dnoredist install
> > > > >
> > > > > [INFO] BUILD SUCCESS
> > > > > [INFO]
> > > > >
> > >
> 
> > > > > [INFO] Total time: 03:20 min (Wall Clock)
> > > > >
> > > > >
> > > > >
> > > > > Kind regards,
> > > > >
> > > > > Paul Angus
> > > > >
> > > > > Regards,
> > > > >
> > > > > Paul Angus
> > > > >
> > > > > paul.an...@shapeblue.com 
> > > > > www.shapeblue.com
> > > > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > > > @shapeblue
> > > > >
> > > > > -Original Message-
> > > > > From: Wido den Hollander [mailto:w...@widodh.nl ]
> > > > > Sent: 22 April 2016 07:57
> > > > > To: dev@cloudstack.apache.org 
> > > > > Subject: Re: Multithreaded Builds
> > > > >
> > > > >
> > > > >
> > > > > > Op 22 apr. 2016 om 00:03 heeft Will Stevens <
> > > williamstev...@gmail.com
> > > > >
> > > > > het volgende geschreven:
> > > > > >
> > > > > > Well the multithreaded build did complete successfully and it
> took.
> > > > > >
> > > > > > real7m3.933s
> > > > > > user25m31.969s
> > > > > > sys 3m2.880s
> > > > > >
> > > > > > Which compares to a non-multithreaded build on the same machine
> > which
> > > > > takes.
> > > > > >
> > > > > > real10m8.288s
> > > > > > user18m23.564s
> > > > > > sys 1m19.215s
> > > > > >
> > > > > > It is not a huge improvement, but for CI runs I will take any
> > minutes
> > > > > > I can shave.  :)
> > > > > >
> > > > >
> > > > > Indeed! Locally I always run with 2C, works fine for me. Takes
> about
> > 6
> > > > > minutes to build.
> > > > >
> > > > > Wido
> > > > >
> > > > > > Cheers,
> > > > > >
> > > > > > Will
> > > > > >
> > > > > > On Thu, Apr 21, 2016 at 5:44 PM, Will Stevens
> > > > > > >
> > > > > > wrote:
> > > > > >
> > > > > >> Is it a reasonable expectation for ACS to be able to be built
> > using
> > > > > >> the `-T 1C` flag?  I am trying it now, but if it works once, it
> > may
> > > > > >> not mean that it would always work.
> > > > > >>
> > > > > >> I see a lot of messages like this:
> > > > > >>
> > > > > >> [WARNING]
> > > > > *
> > > > > >> [WARNING] * Your build is requesting parallel execution, but
> > project
> > > > >   *
> > > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > > marked   *
> > > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > > >   *
> > > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > > updates
> > > > >   *
> > > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > > >*
> > > > > >> [WARNING] * If reporting an issue, report it against the plugin
> in
> > > > >   *
> > > > > >> [WARNING] * question, not against maven-core
> > > > >   *
> > > > > >> [WARNING]
> > > > > >>
> *
> > > > > >> [WARNING] The following plugins are not marked @threadSafe in
> > Apache
> > > > > >> CloudStack Framework - Spring Life Cycle:
> > > > > >> [WARNING] org.apache.maven.plugins:maven-site-plugin:3.1
> > > > > >> [WARNING] Enable debug to see more precisely which goals are not
> > > > > >> marked @threadSafe.
> > > > > >> [WARNING]
> > > > > >>
> *
> > > > > >> [WARNING]
> > > > > *
> > > > > >> [WARNING] * Your build is requesting parallel execution, but
> > project
> > > > >   *
> > > > > >> [WARNING] * contains the following plugin(s) that have goals not
> > > > > marked   *
> > > > > >> [WARNING] * as @threadSafe to support parallel building.
> > > > >   *
> > > > > >> [WARNING] * While this /may/ work fine, please look for plugin
> > > updates
> > > > >   *
> > > > > >> [WARNING] * and/or request plugins be made thread-safe.
> > > > >*
> > > > > >

[GitHub] cloudstack pull request: When no zone name is available display a ...

2016-04-23 Thread pdube
Github user pdube commented on the pull request:

https://github.com/apache/cloudstack/pull/1477#issuecomment-213822378
  
LGTM. Do you think we should translate this?


---
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: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-04-23 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1516#issuecomment-213825554
  
regression suite passed:


[1516.results.network.txt](https://github.com/apache/cloudstack/files/233136/1516.results.network.txt)

[1516.results.vpc_routers.txt](https://github.com/apache/cloudstack/files/233137/1516.results.vpc_routers.txt)

$ ssh root@192.168.23.5
Warning: Permanently added '192.168.23.5' (ECDSA) to the list of known 
hosts.
root@192.168.23.5's password: 
# ping -c 3 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=46 time=24.794 ms
64 bytes from 8.8.8.8: seq=1 ttl=46 time=22.653 ms
64 bytes from 8.8.8.8: seq=2 ttl=46 time=24.178 ms

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 22.653/23.875/24.794 ms


but the added test did not pass. did investigate yet:


[1516.results.capacity_host_delete.txt](https://github.com/apache/cloudstack/files/233138/1516.results.capacity_host_delete.txt)



---
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: [Bug-Id: CLOUDSTACK-9306]Replace testdata...

2016-04-23 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1436#issuecomment-213841009
  


### CI RESULTS

```
Tests Run: 9
  Skipped: 0
   Failed: 0
   Errors: 2
```

**Summary of the problem(s):**
```
ERROR: Test Create/Delete a manual snap shot and verify
--
Traceback (most recent call last):
  File "/data/git/cs2/cloudstack/test/integration/component/test_usage.py", 
line 1419, in test_01_snapshot_usage
snapshot = Snapshot.create(self.apiclient, volumes[0].id)
  File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 1014, in 
create
return Snapshot(apiclient.createSnapshot(cmd).__dict__)
  File 
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", 
line 797, in createSnapshot
response = self.connection.marvinRequest(command, 
response_type=response, method=method)
  File "/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", 
line 379, in marvinRequest
raise e
CloudstackAPIException: Execute cmd: createsnapshot failed, due to: 
errorCode: 530, errorText:KVM Snapshot is not supported: 1
--
Additional details in: /tmp/MarvinLogs/test_usage_Y07AFO/results.txt
```

```
ERROR: Test Create/delete a volume and verify correct usage is recorded
--
Traceback (most recent call last):
  File "/data/git/cs2/cloudstack/test/integration/component/test_usage.py", 
line 689, in test_01_volume_usage
"url"] = self.services["coreos_volume"]["urlkvm"]
KeyError: 'coreos_volume'
--
Additional details in: /tmp/MarvinLogs/test_usage_Y07AFO/results.txt
```



**Associated Uploads**

**`/tmp/MarvinLogs/DeployDataCenter__Apr_22_2016_22_59_43_BLA4UL:`**
* 
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/DeployDataCenter__Apr_22_2016_22_59_43_BLA4UL/dc_entries.obj)
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/DeployDataCenter__Apr_22_2016_22_59_43_BLA4UL/failed_plus_exceptions.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/DeployDataCenter__Apr_22_2016_22_59_43_BLA4UL/runinfo.txt)

**`/tmp/MarvinLogs/test_usage_Y07AFO:`**
* 
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/test_usage_Y07AFO/failed_plus_exceptions.txt)
* 
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/test_usage_Y07AFO/results.txt)
* 
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1436/tmp/MarvinLogs/test_usage_Y07AFO/runinfo.txt)


Uploads will be available until `2016-06-23 02:00:00 +0200 CEST`

*Comment created by [`upr comment`](https://github.com/cloudops/upr).*



---
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: [Bug-Id: CLOUDSTACK-9306]Replace testdata...

2016-04-23 Thread swill
Github user swill commented on the pull request:

https://github.com/apache/cloudstack/pull/1436#issuecomment-213841496
  
Please review the details of the CI run.  I am using a KVM 
[bubble](https://github.com/MissionCriticalCloud/bubble-toolkit) to test this 
and I have not tried to manually take a snapshot yet in this environment.


---
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: CLOUDSTACK-9349: Enable root disk detach ...

2016-04-23 Thread dmabry
Github user dmabry commented on the pull request:

https://github.com/apache/cloudstack/pull/1500#issuecomment-213853837
  
I made all requested changes.  I'm going to run a full bubble CI test 
against this PR and I will post the 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.
---