Re: hackathon week

2014-09-07 Thread Daan Hoogland
See you the 15th ;)

biligual spelling checker used.read at your own risk
Op 6 sep. 2014 23:38 schreef "Mike Tutkowski" :

> Not necessarily, but I wouldn't mind such a trip. :)
>
> I'd have to see what my remaining travel budget is, though...especially
> since I'll be in Budapest two months later.
>
> On Saturday, September 6, 2014, Daan Hoogland 
> wrote:
>
> > Yes, you happen to be over on our side?
> >
> > biligual spelling checker used.read at your own risk
> > Op 6 sep. 2014 23:17 schreef "Mike Tutkowski" <
> > mike.tutkow...@solidfire.com 
> > >:
> >
> > > Just curious...the entire week?
> > >
> > > On Saturday, SeptembeHuhr 6, 2014, Daan Hoogland <
> > daan.hoogl...@gmail.com >
> > > wrote:
> > >
> > > > H devs,
> > > >
> > > > In the week of the 15th of September some Europe based guys (and
> > special
> > > > guest Rohit) are having a hackathon at the Schuberg Philis office. If
> > you
> > > > feel you want to join to help improving test and code quality and
> plan
> > > for
> > > > ccceu14, feel welcome. We will provide net and office space. Bring
> > > > everything else yourself.
> > > >
> > > > ​regards,​
> > > > --
> > > > Daan
> > > >
> > >
> > >
> > > --
> > > *Mike Tutkowski*
> > > *Senior CloudStack Developer, SolidFire Inc.*
> > > e: mike.tutkow...@solidfire.com 
> > > o: 303.746.7302
> > > Advancing the way the world uses the cloud
> > > *™*
> > >
> >
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>


Jenkins build is still unstable: simulator-singlerun #310

2014-09-07 Thread jenkins
See 



Trying to build 4.3

2014-09-07 Thread Mike Tutkowski
Hi,

When I try to build 4.3, I get errors like "copyAsync2" doesn't exist in
the VDI class.

I expect this is because the build is using the standard XAPI JAR that we
switched over to in 4.4 instead of the XAPI source that was included in 4.3.

Does that sound correct? If so, why doesn't the build know to use the XAPI
source for 4.3?

Thanks!

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Jenkins build is still unstable: simulator-singlerun #311

2014-09-07 Thread jenkins
See 



Re: Trying to build 4.3

2014-09-07 Thread Sebastien Goasguen

On Sep 7, 2014, at 1:52 PM, Mike Tutkowski  wrote:

> Hi,
> 
> When I try to build 4.3, I get errors like "copyAsync2" doesn't exist in
> the VDI class.
> 
> I expect this is because the build is using the standard XAPI JAR that we
> switched over to in 4.4 instead of the XAPI source that was included in 4.3.
> 
> Does that sound correct? If so, why doesn't the build know to use the XAPI
> source for 4.3?

Hum, I have a hunch this is the version change script that messes up the xapi 
jar version.
Can you check:

deps/XenServerJava/pom.xml

wondering if there should not be a -SNAPSHOT in the xapi version...

-->
http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
  4.0.0
  
org.apache.cloudstack
cloudstack
4.3.1
../../pom.xml
  
  xapi
  5.6.100-1
  Apache XenSource XAPI
  XenSource XAPI Java Bindings

> 
> Thanks!
> 
> -- 
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*



Re: Trying to build 4.3

2014-09-07 Thread Mike Tutkowski
Not home at the moment, but can check in a couple hours.

On Sunday, September 7, 2014, Sebastien Goasguen  wrote:

>
> On Sep 7, 2014, at 1:52 PM, Mike Tutkowski  > wrote:
>
> > Hi,
> >
> > When I try to build 4.3, I get errors like "copyAsync2" doesn't exist in
> > the VDI class.
> >
> > I expect this is because the build is using the standard XAPI JAR that we
> > switched over to in 4.4 instead of the XAPI source that was included in
> 4.3.
> >
> > Does that sound correct? If so, why doesn't the build know to use the
> XAPI
> > source for 4.3?
>
> Hum, I have a hunch this is the version change script that messes up the
> xapi jar version.
> Can you check:
>
> deps/XenServerJava/pom.xml
>
> wondering if there should not be a -SNAPSHOT in the xapi version...
>
> -->
> http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
> http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>   4.0.0
>   
> org.apache.cloudstack
> cloudstack
> 4.3.1
> ../../pom.xml
>   
>   xapi
>   5.6.100-1
>   Apache XenSource XAPI
>   XenSource XAPI Java Bindings
>
> >
> > Thanks!
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkow...@solidfire.com 
> > o: 303.746.7302
> > Advancing the way the world uses the cloud
> > *™*
>
>

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: Trying to build 4.3

2014-09-07 Thread Mike Tutkowski
This is the gist of the POM file there:

4.0.0

  

org.apache.cloudstack

cloudstack

4.3.1

../../pom.xml

  

  xapi

  5.6.100-1

  Apache XenSource XAPI

  XenSource XAPI Java Bindings

  



  org.apache.xmlrpc

  xmlrpc-client

  ${cs.xmlrpc.version}



  

  

src

install

  

On Sun, Sep 7, 2014 at 1:27 PM, Mike Tutkowski  wrote:

> Not home at the moment, but can check in a couple hours.
>
>
> On Sunday, September 7, 2014, Sebastien Goasguen  wrote:
>
>>
>> On Sep 7, 2014, at 1:52 PM, Mike Tutkowski 
>> wrote:
>>
>> > Hi,
>> >
>> > When I try to build 4.3, I get errors like "copyAsync2" doesn't exist in
>> > the VDI class.
>> >
>> > I expect this is because the build is using the standard XAPI JAR that
>> we
>> > switched over to in 4.4 instead of the XAPI source that was included in
>> 4.3.
>> >
>> > Does that sound correct? If so, why doesn't the build know to use the
>> XAPI
>> > source for 4.3?
>>
>> Hum, I have a hunch this is the version change script that messes up the
>> xapi jar version.
>> Can you check:
>>
>> deps/XenServerJava/pom.xml
>>
>> wondering if there should not be a -SNAPSHOT in the xapi version...
>>
>> -->
>> http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
>> http://maven.apache.org/POM/4.0.0
>> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>>   4.0.0
>>   
>> org.apache.cloudstack
>> cloudstack
>> 4.3.1
>> ../../pom.xml
>>   
>>   xapi
>>   5.6.100-1
>>   Apache XenSource XAPI
>>   XenSource XAPI Java Bindings
>>
>> >
>> > Thanks!
>> >
>> > --
>> > *Mike Tutkowski*
>> > *Senior CloudStack Developer, SolidFire Inc.*
>> > e: mike.tutkow...@solidfire.com
>> > o: 303.746.7302
>> > Advancing the way the world uses the cloud
>> > *™*
>>
>>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the cloud
> *™*
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the cloud
*™*


Re: Review Request 25390: CLOUDSTACK-7500 - Add an addition simulated host for basic mode tests

2014-09-07 Thread SrikanteswaraRao Talluri

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25390/#review52563
---

Ship it!


Ship It!

- SrikanteswaraRao Talluri


On Sept. 5, 2014, 3:31 p.m., John Dilley wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/25390/
> ---
> 
> (Updated Sept. 5, 2014, 3:31 p.m.)
> 
> 
> Review request for cloudstack, sangeetha hariharan and SrikanteswaraRao 
> Talluri.
> 
> 
> Bugs: CLOUDSTACK-7500
> https://issues.apache.org/jira/browse/CLOUDSTACK-7500
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Add an additional simulated host for basic mode tests
> 
> 
> Diffs
> -
> 
>   setup/dev/basic.cfg 196a191 
> 
> Diff: https://reviews.apache.org/r/25390/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> John Dilley
> 
>



Re: Review Request 25390: CLOUDSTACK-7500 - Add an addition simulated host for basic mode tests

2014-09-07 Thread SrikanteswaraRao Talluri

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25390/#review52565
---


Commit c9dbfa0632788aa99e412d8173288fb38006db19 in cloudstack's branch 
refs/heads/master from John Dilley
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c9dbfa0 ]
CLOUDSTACK-7500: Add 2 hosts to simulator basic.cfg
Signed-off-by: SrikanteswaraRao Talluri 

- SrikanteswaraRao Talluri


On Sept. 5, 2014, 3:31 p.m., John Dilley wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/25390/
> ---
> 
> (Updated Sept. 5, 2014, 3:31 p.m.)
> 
> 
> Review request for cloudstack, sangeetha hariharan and SrikanteswaraRao 
> Talluri.
> 
> 
> Bugs: CLOUDSTACK-7500
> https://issues.apache.org/jira/browse/CLOUDSTACK-7500
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Add an additional simulated host for basic mode tests
> 
> 
> Diffs
> -
> 
>   setup/dev/basic.cfg 196a191 
> 
> Diff: https://reviews.apache.org/r/25390/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> John Dilley
> 
>



[GitHub] cloudstack pull request: bugfix/CLOUDSTACK-7476 for 4.4 branch.

2014-09-07 Thread karuturi
Github user karuturi commented on the pull request:

https://github.com/apache/cloudstack/pull/17#issuecomment-54777280
  
4.4:packaging/debian/init/cloud-usage already has the new logic to set 
$JAVA_HOME (e77da80e01b0774951e5c2ab1b23539af002b8b4) 

Given that it is already in 4.3(3bf4c294313eb0bdb9597f0af2cf6b81a8b4) 
and master(c468228fe807c621decc5919dadae9bcbb38c753), I think we should port 
the change to the file 4.4:packaging/centos63/cloud-usage.rc as well


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


Jenkins build is still unstable: simulator-singlerun #312

2014-09-07 Thread jenkins
See