Re: Master Skip Tests

2016-12-08 Thread Patrick Dube
To be clear, I applied the patch you provided as well. On Thu, Dec 8, 2016 at 3:29 PM, Patrick Dube wrote: > Hey Rohit, > > I upgraded to mvn 3.3.9 and it worked > > On Thu, Dec 8, 2016 at 3:20 PM, Patrick Dube > wrote: > >> Hey, >> >> I tried addin

Re: Master Skip Tests

2016-12-08 Thread Patrick Dube
Hey Rohit, I upgraded to mvn 3.3.9 and it worked On Thu, Dec 8, 2016 at 3:20 PM, Patrick Dube wrote: > Hey, > > I tried adding those lines without success. > Still getting: > > Running com.cloud.utils.crypto.RSAHelperTest > > 2016-12-08 15:16:13,276 INFO [util

Re: Master Skip Tests

2016-12-08 Thread Patrick Dube
Hey, I tried adding those lines without success. Still getting: Running com.cloud.utils.crypto.RSAHelperTest 2016-12-08 15:16:13,276 INFO [utils.crypt.RSAHelper] (main:) [ignored]error during public key encryption: Unsupported format 2016-12-08 15:16:13,618 INFO [utils.crypt.RSAHelper] (main:

Re: Master Skip Tests

2016-12-08 Thread Patrick Dube
Same error on 4.9 On Thu, Dec 8, 2016 at 1:33 PM, Will Stevens wrote: > Hey Guys, > I am not able to build master right now. I can build it if I specify "", > but if I let the tests run, I get the following error. > > Running com.cloud.utils.backoff.impl.ConstantTimeBackoffTest > 2016-12-08 13:

Re: 4.8.2.0/4.9.1.0/4.10.0.0 RC Status

2016-12-07 Thread Patrick Dube
Hi Rohit, Could we also add https://github.com/apache/cloudstack/pull/1820. It prevents usage from working at all if you have a single project with usage. Thanks, P. On Wed, Dec 7, 2016 at 7:33 PM, Tutkowski, Mike wrote: > Hi Rohit, > > Can I get 1749 on the list for 4.10? > > Without it, the

Usage server development

2016-12-06 Thread Patrick Dube
Hey all, Since 4.9, usage is broken if you have a project that has resources. Basically, it is an autoboxing NPE because a project account has no role (UsageDaoImpl line 116). I know where to fix it, but I can't find any documentation about running the usage server in a dev setup, so I can't test

Re: [VOTE] Apache Cloudstack 4.9.0 RC1

2016-07-20 Thread Patrick Dube
Hello all, I am have found that the VPC router rules are not reapplied correctly if the router is restarted, which severely breaks the VPC (e.g. you can't deploy a VM if it's password is set via cloud-init). I have a PR to fix the restart that I will open today. More details in the PR. Also, if th

4.7 - VPC Network ACL rules

2016-06-01 Thread Patrick Dube
Hello I have been hitting problems with Network ACL rules in VPCs with 4.7 ( looked at the code for 4.8 and it looks similar). It seems that the rule ordering is actually inverted on the VR. So the rules with higher rule numbers are getting checked before the lower ones. As an example, this can be

Re: Rafael Weingartner joining the PMC

2016-04-28 Thread Patrick Dube
Congratulations! On Thu, Apr 28, 2016 at 8:19 AM, Simon Weller wrote: > Congratulations Rafael! > > - Si > > > From: Nux! > Sent: Thursday, April 28, 2016 7:06 AM > To: dev@cloudstack.apache.org > Subject: Re: Rafael Weingartner joining the PMC > > Congr

Re: [discuss] CloudStack logging

2016-04-14 Thread Patrick Dube
Really agree with this one. With a toolchain like ELK, it isn't as bad because you can filter out the things you don't want, but generally speaking, the log levels need to be reevaluated. I would also add that many log statements would benefit from additional context, but that is a whole different

Re: Hooking into the SecurityGroups

2016-04-01 Thread Patrick Dube
Developer > > *CloudOps* *| *Cloud Solutions Experts > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On Fri, Apr 1, 2016 at 9:59 AM, Patrick Dube > wrote: > > > @swill. You can configure CloudStack to push it's events

Re: Hooking into the SecurityGroups

2016-04-01 Thread Patrick Dube
@swill. You can configure CloudStack to push it's events to both mysql and RabbitMQ or Kafka ( http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/events.html ) On Fri, Apr 1, 2016 at 8:37 AM, Will Stevens wrote: > Pierre-Luc may have gotten something like this working. I

Re: New label to be translated

2016-03-23 Thread Patrick Dube
/03/2016 18:41, Tutkowski, Mike wrote: > >> Maybe one of the people who works on the GUI more than I do can answer >> why we have two files for that now. We used to only have one. >> >> I think you can just put your key/value pairs in one or the other. >> >> S

Re: New label to be translated

2016-03-22 Thread Patrick Dube
asses/resources/*.properties > ________ > From: Patrick Dube > Sent: Tuesday, March 22, 2016 11:19 AM > To: dev@cloudstack.apache.org > Subject: New label to be translated > > Hi all, > > I am working on something that requires a new label to be added, which > should be t

New label to be translated

2016-03-22 Thread Patrick Dube
Hi all, I am working on something that requires a new label to be added, which should be translated. I am probably looking on the wrong folders, but where can I add the new label, and it's translations? Thanks, Patrick

Re: [VOTE] Move 'apache/cloudstack' -> 'apache-cloudstack/cloudstack'

2016-03-19 Thread Patrick Dube
+1 On Sat, Mar 19, 2016 at 9:37 AM, Daan Hoogland wrote: > +1 (binding as I saw others mention that. I doubt this is of any concern in > such a technical decision) > > On Sat, Mar 19, 2016 at 12:40 PM, Will Stevens > wrote: > > > Thank you for this information, this is very helpful. > > On Mar

Re: [PROPOSAL] Remove the word active from project members on website

2016-02-24 Thread Patrick Dube
When was the committer list last updated? It seems out of date On Wed, Feb 24, 2016 at 9:50 AM, Will Stevens wrote: > I have not seen the script, so I am not sure how changing the title will > modify the behavior, but if it will infact make the management of the list > easier, then I am +1. > >

Re: Question about templates and zones

2016-02-24 Thread Patrick Dube
Templates can be cross zones if the secondary storage is cross zones. In the case of Swift, templates are not tied to a zone. On Tue, Feb 23, 2016 at 4:48 PM, Tutkowski, Mike wrote: > I see. Yeah, I just took a quick peek at the GUI and it drives the > interaction through the selection of a zone

Re: [ANNOUNCE] New PMC member: Boris Roman Schrijver

2016-01-20 Thread Patrick Dube
Congratulations! On Wed, Jan 20, 2016 at 12:57 AM, Sanjeev N wrote: > Congrats Boris !! > > On Wed, Jan 20, 2016 at 12:10 AM, ilya > wrote: > > > Warm welcome Boris.. > > > > On 1/19/16 4:15 AM, Wilder Rodrigues wrote: > > > The Project Management Committee (PMC) for Apache CloudStack is please

Re: Feedback of my Phd work in Cloudstack Project

2015-12-10 Thread Patrick Dube
east some commits (10 commits for example). > Yes, the link between files is what we are predicting. We can predict > changes involving commands.properties, XML files in general, .txt files, or > any source code extension :-) > > Thanks for the feedback. > > > 2015-12-10 17:

Re: Feedback of my Phd work in Cloudstack Project

2015-12-10 Thread Patrick Dube
Are you handling new files as well, or the links between sets of files (or packages)? As an example, if a user creates a new API cmd, then he will update the "commands.properties" file. Another example, if a VO file is updated, then there will be a db migration file added as well. Cool work, On Th

Re: deploy dc with marvin

2015-12-01 Thread Patrick Dube
Hey Daahn, Not sure because I haven't tested, but there are files in /setup/dev that give hints. There are advancedsg.cfg and basic.cfg. Both have "securitygroupenabled": "true". Nothing about zone wide primary storage though. Cheers, Patrick On Tue, Dec 1, 2015 at 7:35 AM, Daan Hoogland wrote

Re: New PMC member: Erik Weber

2015-10-30 Thread Patrick Dube
Congratulations Erik! On Fri, Oct 30, 2015 at 10:33 AM Wido den Hollander wrote: > Congrats! Welcome :) > > On 30-10-15 15:01, Giles Sirett wrote: > > All > > The PMC is delighted to announce that we have asked Erik weber to join > the PMC and he has accepted > > > > Please join me in congratula

Re: List disk offerings cmd

2015-10-15 Thread Patrick Dube
y mistake, you need to modify the database > manually: Update disk_offering set removed=NULL where id=XXX > for vms, you can destroy/recover them. > > -Wei > > 2015-10-14 23:05 GMT+02:00 Patrick Dube : > > > Thanks ilya. Yeah, I can still see them in the db, but I was won

Re: List disk offerings cmd

2015-10-14 Thread Patrick Dube
isk offerings, > though, but should not be too hard to implement.. > > Regards > ilya > > On 10/14/15 10:41 AM, Patrick Dube wrote: > > Is there any way to list all disk offerings (via the API), even those > that > > were deleted? > > If not, is there any particular reason why? > > > > Thanks, > > > > Patrick > > >

List disk offerings cmd

2015-10-14 Thread Patrick Dube
Is there any way to list all disk offerings (via the API), even those that were deleted? If not, is there any particular reason why? Thanks, Patrick

Re: Zone in RegisterTemplateCmd API

2015-09-27 Thread Patrick Dube
havior. > > Any opinions? > > Best regards, > > Boris Schrijver > > TEL: +31633784542 > MAIL: bo...@pcextreme.nl > > > > > On September 25, 2015 at 9:32 PM Patrick Dube < > patrickdub...@gmail.com> > > wrote: > > > > > >

Zone in RegisterTemplateCmd API

2015-09-25 Thread Patrick Dube
Hey guys/gals, I am using Swift as secondary storage, which is cross zones. To register templates, there is a mandatory zoneid field. I have found that if i put zoneid=-1, it will work (mark the templates as cross zones), but it is very unintuitive. This also causes problems using a tool like Terr

Re: debugging in eclipse

2015-09-23 Thread Patrick Dube
Hi Alireza, A way to do it is to run CS from the terminal with these 2 commands from the root of your CS directory: $ export MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=800m -Xmx2g -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n -Djava.net.preferIPv4S

CLOUDSTACK-8793 (s2s fix) blocked by CLOUDSTACK-8890 (project bug)

2015-09-22 Thread Patrick Dube
Hello, I have implemented a fix for Site to site VPNs for projects ( https://issues.apache.org/jira/browse/CLOUDSTACK-8793) which is tested in 4.5.2, but I cannot test it on master because of bug https://issues.apache.org/jira/browse/CLOUDSTACK-8890. How do I proceed? Thank you, Patrick Dube