Re: Overprovisioning of local storage

2015-03-11 Thread ilya musayev

fixed in 4.4, but i'd go with 4.5

https://issues.apache.org/jira/browse/CLOUDSTACK-7752



On 3/10/15 6:47 AM, Wido den Hollander wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've ran into the issue where it seems that local storage can't be
overprovisioned.

storage.overprovisioning.factor is set to 1.5 in both the global and
zone settings, but this is ignored.

In this case it's a 1TB SSD which currently has 68GB allocated on
disk, but 750GB of disk space has been allocated according to CloudStack.

Looking StorageManagerImpl there is this if-statement:

if (storagePool.getPoolType() == StoragePoolType.NetworkFilesystem ||
storagePool.getPoolType() == StoragePoolType.VMFS) {
   DO OVERPROVISION
} else {
   DO NOT OVERPROVISION
}

So why is local storage excluded here? Since QCOW2 is sparsely
allocated and templates deployments are just clones of a parent QCOW2
it's fair to say that with local storage you can also overprovision?

Any objections to adding this?

Wido
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJU/vXdAAoJEAGbWC3bPspCSIEP/RW5Yzx5tap2YQxDMKjF5b/r
TewVIheKexlvOsr6BzVY4M++55YutZjXBGzRouy//d2T5ozqJg7EyrXZtzU3wbXM
T/nyMjyuvziGjB/poTHVDE+yEDQ79UbU2BXKdp5CYBZJHDSw1ilZajUqo26KhqKb
N2xatwcCAo2p0dMMze3QwYxkd3gtMwkREok3lvN153SIhi2pKQSoRMU0eA68q0wZ
30jprOBnjqzGcRkbkvM6/KN84OB3720BNVuc3JbJPdItG7UchbzIW8bJvHfhMViD
MXZObpD0aWSLbZZYSfgNH+bL1P2XXldOWeQ+HI5q+A7Sf8q0i9PlEpAR+gqROHGA
UtGk8MCi0OP7zjXciDOHrhGYfxQ+o0iIF0knt6fCXpma+KzRDxQo6Eo7D2rHGv2e
8xarZ4oamhAmytUxiL2i74cNS6d248P4fER0CUQ4tML/4jdXMRvALud2XYwK+e+C
HRnZ0/X2YPzQbhJeZne8cYkf3vz3emLbck0dcgvAQtDIlPekeNAhs6Ik5hxCP29G
Nsp8LILw69VPcSkDAHmLV6Gzd1jaIxtObM67CQLA0F3q/ehFwD29mncxe7kh1AhP
yuW8s+oUjyQxhaV/glMTj2odbV4MfLA8Hzw3/wGtj6vHYcMAvCrRGGUo7gO5RPgv
l1tt1vl1aPA0OR7BZEXF
=I9Y1
-END PGP SIGNATURE-




Re: Overprovisioning of local storage

2015-03-11 Thread ilya musayev

sorry, wrong solution.. but still relevant issue you may encounter

On 3/10/15 11:59 PM, ilya musayev wrote:

fixed in 4.4, but i'd go with 4.5

https://issues.apache.org/jira/browse/CLOUDSTACK-7752



On 3/10/15 6:47 AM, Wido den Hollander wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've ran into the issue where it seems that local storage can't be
overprovisioned.

storage.overprovisioning.factor is set to 1.5 in both the global and
zone settings, but this is ignored.

In this case it's a 1TB SSD which currently has 68GB allocated on
disk, but 750GB of disk space has been allocated according to 
CloudStack.


Looking StorageManagerImpl there is this if-statement:

if (storagePool.getPoolType() == StoragePoolType.NetworkFilesystem ||
storagePool.getPoolType() == StoragePoolType.VMFS) {
   DO OVERPROVISION
} else {
   DO NOT OVERPROVISION
}

So why is local storage excluded here? Since QCOW2 is sparsely
allocated and templates deployments are just clones of a parent QCOW2
it's fair to say that with local storage you can also overprovision?

Any objections to adding this?

Wido
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJU/vXdAAoJEAGbWC3bPspCSIEP/RW5Yzx5tap2YQxDMKjF5b/r
TewVIheKexlvOsr6BzVY4M++55YutZjXBGzRouy//d2T5ozqJg7EyrXZtzU3wbXM
T/nyMjyuvziGjB/poTHVDE+yEDQ79UbU2BXKdp5CYBZJHDSw1ilZajUqo26KhqKb
N2xatwcCAo2p0dMMze3QwYxkd3gtMwkREok3lvN153SIhi2pKQSoRMU0eA68q0wZ
30jprOBnjqzGcRkbkvM6/KN84OB3720BNVuc3JbJPdItG7UchbzIW8bJvHfhMViD
MXZObpD0aWSLbZZYSfgNH+bL1P2XXldOWeQ+HI5q+A7Sf8q0i9PlEpAR+gqROHGA
UtGk8MCi0OP7zjXciDOHrhGYfxQ+o0iIF0knt6fCXpma+KzRDxQo6Eo7D2rHGv2e
8xarZ4oamhAmytUxiL2i74cNS6d248P4fER0CUQ4tML/4jdXMRvALud2XYwK+e+C
HRnZ0/X2YPzQbhJeZne8cYkf3vz3emLbck0dcgvAQtDIlPekeNAhs6Ik5hxCP29G
Nsp8LILw69VPcSkDAHmLV6Gzd1jaIxtObM67CQLA0F3q/ehFwD29mncxe7kh1AhP
yuW8s+oUjyQxhaV/glMTj2odbV4MfLA8Hzw3/wGtj6vHYcMAvCrRGGUo7gO5RPgv
l1tt1vl1aPA0OR7BZEXF
=I9Y1
-END PGP SIGNATURE-






Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Remi Bergsma
Hi Marcus,

Are the tweaks required to use centos7 as a hypervisor documented somewhere?

Does the same count for 4.6 aka master?

I will be looking into centos7 with kvm soon so would be cool to know what has 
already be figured out :-)

Thanks, Remi

Sent from my iPhone

On 11 Mar 2015, at 04:26, Marcus 
mailto:shadow...@gmail.com>> wrote:



Also, CentOS 7 is the guest, right? As hypervisor CentOS 7 barely works in
4.5.0 with a bunch of tweaking, but should be just fine as a guest in any
recent cloudstack release.
On Mar 10, 2015 6:00 PM, "Star Guo" mailto:st...@ceph.me>> wrote:

Hi,

I hope to get some advise to debug this issus. Thanks :) .

Best Regards,
Star Guo

===

Hi, Dev Team

I play with cloudstack 4.4.2 + centos 7 kvm. It is ok that I deploy an
instance to kvm host, and the console is ok too.
When I directly add a vdisk via virsh command to this instance, it is ok
and
the disk is recongnised but the console in CS UI is fail.
After I remove the vdisk via virsh command from this instance, the console
in CS UI is ok.
How to debug this issue ? Thanks.

My Env:

virsh # pool-list --all
Name State  Autostart
---
797914bf-50ae-328e-9530-cf379313b216 active no
bcf4214b-059d-4017-861c-17d6d9306e2b active no
lvm-pool-sdb active no

virsh # pool-dumpxml lvm-pool-sdb

 lvm-pool-sdb
 229dee22-af67-4a11-be61-a664676afdce
 1999839952896
 10737418240
 1989102534656
 
   
   lvm-pool-sdb
   
 
 
   /dev/lvm-pool-sdb
   
 0755
 -1
 -1
   
 


virsh # vol-list lvm-pool-sdb
Name Path


--
vol1 /dev/lvm-pool-sdb/vol1

I attache disk to i-3-132-VM:
"virsh attach-disk --domain i-3-132-VM --source /dev/lvm-pool-sdb/vol1
--target vdb --targetbus virtio"

And then I open the console of this instance but fail with notice: "Server
Internal Error ".

Best Regards,
Star Guo



Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Marcus
Look at the 4.5 vote thread, hopefully it will be rolled into the release notes.

On Wed, Mar 11, 2015 at 12:04 AM, Remi Bergsma
 wrote:
> Hi Marcus,
>
> Are the tweaks required to use centos7 as a hypervisor documented somewhere?
>
> Does the same count for 4.6 aka master?
>
> I will be looking into centos7 with kvm soon so would be cool to know what 
> has already be figured out :-)
>
> Thanks, Remi
>
> Sent from my iPhone
>
> On 11 Mar 2015, at 04:26, Marcus 
> mailto:shadow...@gmail.com>> wrote:
>
> 
>
> Also, CentOS 7 is the guest, right? As hypervisor CentOS 7 barely works in
> 4.5.0 with a bunch of tweaking, but should be just fine as a guest in any
> recent cloudstack release.
> On Mar 10, 2015 6:00 PM, "Star Guo" mailto:st...@ceph.me>> 
> wrote:
>
> Hi,
>
> I hope to get some advise to debug this issus. Thanks :) .
>
> Best Regards,
> Star Guo
>
> ===
>
> Hi, Dev Team
>
> I play with cloudstack 4.4.2 + centos 7 kvm. It is ok that I deploy an
> instance to kvm host, and the console is ok too.
> When I directly add a vdisk via virsh command to this instance, it is ok
> and
> the disk is recongnised but the console in CS UI is fail.
> After I remove the vdisk via virsh command from this instance, the console
> in CS UI is ok.
> How to debug this issue ? Thanks.
>
> My Env:
>
> virsh # pool-list --all
> Name State  Autostart
> ---
> 797914bf-50ae-328e-9530-cf379313b216 active no
> bcf4214b-059d-4017-861c-17d6d9306e2b active no
> lvm-pool-sdb active no
>
> virsh # pool-dumpxml lvm-pool-sdb
> 
>  lvm-pool-sdb
>  229dee22-af67-4a11-be61-a664676afdce
>  1999839952896
>  10737418240
>  1989102534656
>  
>
>lvm-pool-sdb
>
>  
>  
>/dev/lvm-pool-sdb
>
>  0755
>  -1
>  -1
>
>  
> 
>
> virsh # vol-list lvm-pool-sdb
> Name Path
>
> 
> --
> vol1 /dev/lvm-pool-sdb/vol1
>
> I attache disk to i-3-132-VM:
> "virsh attach-disk --domain i-3-132-VM --source /dev/lvm-pool-sdb/vol1
> --target vdb --targetbus virtio"
>
> And then I open the console of this instance but fail with notice: "Server
> Internal Error ".
>
> Best Regards,
> Star Guo
>


Re: Add virtual disk to kvm guest vm but the console fail

2015-03-11 Thread Remi Bergsma
Will have a look and give it a try, thanks. 

Sent from my iPhone

> On 11 Mar 2015, at 08:17, Marcus  wrote:
> 
> Look at the 4.5 vote thread, hopefully it will be rolled into the release 
> notes.
> 
> On Wed, Mar 11, 2015 at 12:04 AM, Remi Bergsma
>  wrote:
>> Hi Marcus,
>> 
>> Are the tweaks required to use centos7 as a hypervisor documented somewhere?
>> 
>> Does the same count for 4.6 aka master?
>> 
>> I will be looking into centos7 with kvm soon so would be cool to know what 
>> has already be figured out :-)
>> 
>> Thanks, Remi
>> 
>> Sent from my iPhone
>> 
>> On 11 Mar 2015, at 04:26, Marcus 
>> mailto:shadow...@gmail.com>> wrote:
>> 
>> 
>> 
>> Also, CentOS 7 is the guest, right? As hypervisor CentOS 7 barely works in
>> 4.5.0 with a bunch of tweaking, but should be just fine as a guest in any
>> recent cloudstack release.
>> On Mar 10, 2015 6:00 PM, "Star Guo" mailto:st...@ceph.me>> 
>> wrote:
>> 
>> Hi,
>> 
>> I hope to get some advise to debug this issus. Thanks :) .
>> 
>> Best Regards,
>> Star Guo
>> 
>> ===
>> 
>> Hi, Dev Team
>> 
>> I play with cloudstack 4.4.2 + centos 7 kvm. It is ok that I deploy an
>> instance to kvm host, and the console is ok too.
>> When I directly add a vdisk via virsh command to this instance, it is ok
>> and
>> the disk is recongnised but the console in CS UI is fail.
>> After I remove the vdisk via virsh command from this instance, the console
>> in CS UI is ok.
>> How to debug this issue ? Thanks.
>> 
>> My Env:
>> 
>> virsh # pool-list --all
>> Name State  Autostart
>> ---
>> 797914bf-50ae-328e-9530-cf379313b216 active no
>> bcf4214b-059d-4017-861c-17d6d9306e2b active no
>> lvm-pool-sdb active no
>> 
>> virsh # pool-dumpxml lvm-pool-sdb
>> 
>> lvm-pool-sdb
>> 229dee22-af67-4a11-be61-a664676afdce
>> 1999839952896
>> 10737418240
>> 1989102534656
>> 
>>   
>>   lvm-pool-sdb
>>   
>> 
>> 
>>   /dev/lvm-pool-sdb
>>   
>> 0755
>> -1
>> -1
>>   
>> 
>> 
>> 
>> virsh # vol-list lvm-pool-sdb
>> Name Path
>> 
>> 
>> --
>> vol1 /dev/lvm-pool-sdb/vol1
>> 
>> I attache disk to i-3-132-VM:
>> "virsh attach-disk --domain i-3-132-VM --source /dev/lvm-pool-sdb/vol1
>> --target vdb --targetbus virtio"
>> 
>> And then I open the console of this instance but fail with notice: "Server
>> Internal Error ".
>> 
>> Best Regards,
>> Star Guo
>> 


[GitHub] cloudstack pull request: CLOUDSTACK-8272: Python based file-lock f...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/106#issuecomment-78217077
  
@vincentbernat thanks for the snippets!

@resmo in case the passwdsrvrtoken went missing (file does not exist), the 
script may break, the || true is just so that it return 0 (exit 0). I guess 
your snippet is correct as well (check and cat file), using that approach.

@pdion891 looking at the code at least on the VR side there is no password 
expiry period imposed by the server. I can sort of understand this, because 
someone could shutdown a server, do a reset password and if the VM won't get 
started we should store the password in the VR. But let's discuss the security 
aspects on what/how we should implement a self expiring cache. I propose:
1. if we have served the password at least once, let's expire it in 15-30 
minutes
2. else, expire all the passwords in next 1-24 hours whether they have been 
served to user VMs (for resetting purposes) or not.

Comments?


---
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: fix yum install require java => 1.7.0 whe...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/108#issuecomment-78217494
  
+1 the merged patch on master does not include the closes #issues string 
before the signature, can you close it @ghxandsky ?


---
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: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78217785
  
@pyr looks good, should it have methods for doing/handling connection and 
reconnection? (I've no idea how to connect to Kafka, assuming it's over TCP)


---
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: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/109#discussion_r26193337
  
--- Diff: plugins/event-bus/kafka/pom.xml ---
@@ -0,0 +1,45 @@
+
+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
+  cloud-mom-kafka
+  Apache CloudStack Plugin - Kafka Event Bus
+  
+org.apache.cloudstack
+cloudstack-plugins
+4.4.2
--- End diff --

If this needs to be merged with master, please change version to 
4.6.0-SNAPSHOT


---
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: fix yum install require java => 1.7.0 whe...

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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: systemvm: use Debian http redirector for ...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/103#issuecomment-78218859
  
@resmo sure, the codebase is slightly different though so picked only parts 
where we manually added repos: 
https://github.com/apache/cloudstack/commit/7d2ffe063d849d77600a458fcb3a358c5d61d737

Unlike master, we don't set specific sources.list file but only append the 
wheezy backports repo.


---
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: Disable a UI button via global setting - how to implement?

2015-03-11 Thread Rohit Yadav

Right now there is nothing that the framework provides to enable/disable
views. In case of SAML button, I call a getSPMetadata API which is only
available if the plugin was enabled from global settings, if the reply
is 200 (ok) then I show the button (sort of a hack).

On Friday 06 March 2015 09:57 PM, Daniel Vega Simões wrote:

As Andrija pointed out, you can check out templates.js and see the if
condition for displaying "public" checkbox or not.

It is based on a global variable called g_userPublicTemplateEnabled, which
is assigned in cloudStack.js.

The command that pulls that kind of info is listCapabilitiesCmd. I believe
it's the only command that is called before the user logs in to set some
variables, such as cloudstack version, ability for users to create projects
etc. It gets the info from global configs.

In your case, you could implement a new attribute on that command and then
update the UI with the same if condition as in the templates.js file.



--
Daniel Simões
Time Evolução Infra - Globo.com
E-mail: daniel.sim...@corp.globo.com
Tel.: +55 21 2483-6977

2015-03-06 12:00 GMT-03:00 Andrija Panic :


If you disable global option for users to create Public templates, then
"public" checkbox is hidden on the New Template creation form..

not a button - but...

On 6 March 2015 at 14:50, Pierre-Luc Dion  wrote:


I think Ilya want to implement the disable Reset VM button,   SAML button
can be disable thru GlobalSettings:  saml2.enabled





On Fri, Mar 6, 2015 at 8:39 AM, Nux!  wrote:


Pierre-Luc,

Out of curiosity, which is the setting that disables "Reset VM"?

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -

From: "Pierre-Luc Dion" 
To: dev@cloudstack.apache.org
Sent: Friday, 6 March, 2015 13:29:28
Subject: Re: Disable a UI button via global setting - how to

implement?



You can refer to Rohit's SAML feature, their is a button on the logon

page

in acs4.5, it can be disabled thru GlobalSettings.





On Thu, Mar 5, 2015 at 5:44 PM, ilya musayev <

ilya.mailing.li...@gmail.com>

wrote:


I'm looking into a way of making ResetVM button disabled in some
cloudstack environments. Ideally, i'd want it per zone, but its can

be

also

Global Setting.

I don't want to disable the API ResetVM, just the UI button.

Would you know of a feature/button in cloudstack UI that follows a

similar

pattern and can be  used as a point of reference?

Thanks
ilya








--

Andrija Panić





--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Rohit Yadav

I agree with David the 4.5.0 source tarballs are all over the world now.
How about we ship 4.5.1 by the end of next week? Once 4.5.1 released, we
won't host 4.5.0 deb/rpms at all for users.

I can add an empty db upgrade path (or if anything needed there) and
change pom versions. Meanwhile please share any major issues that we
should be fixing among few security issues that I'm working on.

Regards.

On Tuesday 10 March 2015 10:02 PM, John Kinsella wrote:

I can’t think of a reason to provide packages? People will go looking for them, 
so maybe document somewhere the reason for skipping…


On Mar 10, 2015, at 9:27 AM, Wido den Hollander 
mailto:w...@widodh.nl>> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/10/2015 04:56 PM, David Nalley wrote:
So 4.5.0 has shipped - it's been propogated to hundreds of
mirrors, and undoing that is not trivial. IMO, we should patch, and
kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)

Version numbers are cheap to increment.


But shall we stay away from building packages then? 4.5.0 will simply
not be released in DEB or RPM format.

I'm aware that a Apache project only releases source, but our end
users use packages.

Wido

--David

On Tue, Mar 10, 2015 at 7:37 AM, Nux! mailto:n...@li.nux.ro>> 
wrote:
Agreed.

One more RC, please, David?

-- Sent from the Delta quadrant using Borg technology!

Nux! www.nux.ro

- Original Message -
From: "Abhinandan Prateek" 
mailto:abhinandan.prat...@shapeblue.com>>
To: dev@cloudstack.apache.org Sent: Tuesday, 
10 March, 2015
11:31:40 Subject: Re: ACS 4.5 Release [URGENT]


On 03/10/2015 11:45 AM, Geoff Higginbottom wrote:
@PMC

Whilst the Vote has officially passed, we have not
announced it yet so still have time to retract the release,
fix and then potentially re-vote etc.


This seems like a serious issue to me. Rules not applying on
a VR is a big problem.

We should release good software instead of broken versions,
since that will damage the reputation of CloudStack.

I do agree here. We should fix it and then ship.


Wido

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603
0540 | M:
+447968161581

geoff.higginbot...@shapeblue.com



From: Paul Angus [mailto:paul.an...@shapeblue.com] Sent: 10 March
2015 10:28 To: dev@cloudstack.apache.org 
Subject: ACS 4.5
Release [URGENT] Importance: High

Hi All,

Given that the release 4.5 vote passed, with the blocker
https://issues.apache.org/jira/browse/CLOUDSTACK-8248 which
had the knock on effect of
CLOUDSTACK-8305





VPC ACL Rules are not applied to Virtual
Router



Do we have a mechanism to recall/annul that RC vote and use a build
with the fixes in?  I have a horrible feeling that it would
require another round of voting, but that has to be better
than shipping a broken product.



Regards

Paul Angus Cloud Architect

[cid:image001.png@01D01549.640501B0]

D: +44 20 3468 5163 |S: +44 20 3603
0540 | M: +44 7711
418 784 | T: @CloudyAngus
paul.an...@shapeblue.com
| www.shapeblue.com |
Twitter:@shapeblue ShapeBlue Ltd, 53
Chandos Place, Covent Garden, London, WC2N 4HS

Find out more about ShapeBlue and our range of CloudStack
related services

IaaS Cloud Design &
Build
CSForge - rapid IaaS deployment
framework CloudStack
Consulting
CloudStack Software
Engineering


CloudStack Infrastructure
Support


CloudStack Bootcamp Training
Courses

This email and any attachments to it may be confidential
and are intended solely for the use of the individual to
whom it is addressed. Any views or opinions expressed are
solely those of the author and do not necessarily represent
those of Shape Blue Ltd or related companies. If you are
not the intended recipient of this email, you must neither
take any action based upon its contents, nor copy or show
it to anyone. Please contact the sender if you believe you
have received this email in error. Shape Blue Ltd is a
company incorporated in England & Wales. ShapeBlue Services
India LLP is a company incorporated in India and is
operated under license from Shape Blue Ltd. Shape Blue
Brasil Consultoria Ltda is a company incorporated in Brasil
and is operated under license from Shape Blue Ltd.
ShapeBlue SA Pty Ltd is a company registered by The
Republic of South Africa and is traded under license from
Shape Blue Ltd. ShapeBlue is a re

Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Sebastien Goasguen

On Mar 10, 2015, at 5:32 PM, John Kinsella  wrote:

> I can’t think of a reason to provide packages? People will go looking for 
> them, so maybe document somewhere the reason for skipping…
> 
> 

Unfortunately I have not spent much time with 4.5 except building the simulator 
docker image.

It seems that everyone agrees we should release a 4.5.1 quickly. Removing 4.5.0 
sources from the mirrors is not an option I believe.
4.5.0 has not yet been announced on the website, so we could not advertize, 
release 4.5.1 and put it up officially assuming we are all happy with it.

Either David as 4.5.0 RM spins up a 4.5.1 RC or someone else does it. Cutting 
the RC is actually fairly straightforward, but one needs to watch out the 
details (RAT, signing, hash etc) as well as making sure the proper fixes are in 
and tested.

-sebastien

> On Mar 10, 2015, at 9:27 AM, Wido den Hollander 
> mailto:w...@widodh.nl>> wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> 
> On 03/10/2015 04:56 PM, David Nalley wrote:
> So 4.5.0 has shipped - it's been propogated to hundreds of
> mirrors, and undoing that is not trivial. IMO, we should patch, and
> kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)
> 
> Version numbers are cheap to increment.
> 
> 
> But shall we stay away from building packages then? 4.5.0 will simply
> not be released in DEB or RPM format.
> 
> I'm aware that a Apache project only releases source, but our end
> users use packages.
> 
> Wido
> 
> --David
> 
> On Tue, Mar 10, 2015 at 7:37 AM, Nux! mailto:n...@li.nux.ro>> 
> wrote:
> Agreed.
> 
> One more RC, please, David?
> 
> -- Sent from the Delta quadrant using Borg technology!
> 
> Nux! www.nux.ro
> 
> - Original Message -
> From: "Abhinandan Prateek" 
> mailto:abhinandan.prat...@shapeblue.com>>
> To: dev@cloudstack.apache.org Sent: 
> Tuesday, 10 March, 2015
> 11:31:40 Subject: Re: ACS 4.5 Release [URGENT]
> 
> 
> On 03/10/2015 11:45 AM, Geoff Higginbottom wrote:
> @PMC
> 
> Whilst the Vote has officially passed, we have not
> announced it yet so still have time to retract the release,
> fix and then potentially re-vote etc.
> 
> 
> This seems like a serious issue to me. Rules not applying on
> a VR is a big problem.
> 
> We should release good software instead of broken versions,
> since that will damage the reputation of CloudStack.
> 
> I do agree here. We should fix it and then ship.
> 
> 
> Wido
> 
> Regards
> 
> Geoff Higginbottom
> 
> D: +44 20 3603 0542 | S: +44 20 3603
> 0540 | M:
> +447968161581
> 
> geoff.higginbot...@shapeblue.com
> 
> 
> 
> From: Paul Angus [mailto:paul.an...@shapeblue.com] Sent: 10 March
> 2015 10:28 To: dev@cloudstack.apache.org 
> Subject: ACS 4.5
> Release [URGENT] Importance: High
> 
> Hi All,
> 
> Given that the release 4.5 vote passed, with the blocker
> https://issues.apache.org/jira/browse/CLOUDSTACK-8248 which
> had the knock on effect of
> CLOUDSTACK-8305
> 
> 
> 
> 
> 
> VPC ACL Rules are not applied to Virtual
> Router
> 
> 
> 
> Do we have a mechanism to recall/annul that RC vote and use a build
> with the fixes in?  I have a horrible feeling that it would
> require another round of voting, but that has to be better
> than shipping a broken product.
> 
> 
> 
> Regards
> 
> Paul Angus Cloud Architect
> 
> [cid:image001.png@01D01549.640501B0]
> 
> D: +44 20 3468 5163 |S: +44 20 3603
> 0540 | M: +44 7711
> 418 784 | T: @CloudyAngus
> paul.an...@shapeblue.com
> | www.shapeblue.com |
> Twitter:@shapeblue ShapeBlue Ltd, 53
> Chandos Place, Covent Garden, London, WC2N 4HS
> 
> Find out more about ShapeBlue and our range of CloudStack
> related services
> 
> IaaS Cloud Design &
> Build
> CSForge - rapid IaaS deployment
> framework CloudStack
> Consulting
> CloudStack Software
> Engineering
> 
> 
> CloudStack Infrastructure
> Support
> 
> 
> CloudStack Bootcamp Training
> Courses
> 
> This email and any attachments to it may be confidential
> and are intended solely for the use of the individual to
> whom it is addressed. Any views or opinions expressed are
> solely those of the author and do not necessarily represent
> those of Shape Blue Ltd or related companies. If you are
> not the intended recipient of this email, you must neither
> take any action based upon its contents, nor copy or show
> it to

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/109#discussion_r26194042
  
--- Diff: plugins/event-bus/kafka/pom.xml ---
@@ -0,0 +1,45 @@
+
+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
+  cloud-mom-kafka
+  Apache CloudStack Plugin - Kafka Event Bus
+  
+org.apache.cloudstack
+cloudstack-plugins
+4.4.2
--- End diff --

will do, thanks


---
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: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78219876
  
@bhaisaab the producer has a thread which handles this and knows what 
broker is responsible for what partition, it maintains its own internal broker 
topology, so there is no additional code needed.


---
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: ACS 4.5 Release [URGENT]

2015-03-11 Thread Erik Weber
On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
>
> On 03/10/2015 04:56 PM, David Nalley wrote:
> > So 4.5.0 has shipped - it's been propogated to hundreds of
> > mirrors, and undoing that is not trivial. IMO, we should patch, and
> > kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)
> >
> > Version numbers are cheap to increment.
> >
>

> But shall we stay away from building packages then? 4.5.0 will simply
> not be released in DEB or RPM format.
>
>
Is there anything that prevents us from releasing the 4.5.0 packages with
the patch?


-- 
Erik


Build failed in Jenkins: build-4.5 #387

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-8312: The storage usage of "Primary Storage Allocated" 
is incorrect.

[Rohit Yadav] CLOUDSTACK-8304: disable snapshots from non-snapshot repositories

[Rohit Yadav] systemvms: use Debian http redirector for apt repos

--
[...truncated 1812 lines...]
[INFO] Compiling 94 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running com.cloud.event.EventControlsUnitTest
log4j:WARN No appenders could be found for logger 
(com.cloud.event.EventControlsUnitTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{"id":"3","securitygroup":[],"nic":[],"tags":[],"affinitygroup":[]}
org.apache.cloudstack.api.response.AlertResponse/null/{"id":"100","description":"Hello"}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
Running com.cloud.servlet.StaticResourceServletTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec
Running com.cloud.servlet.ConsoleProxyServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Running com.cloud.network.ExternalLoadBalancerDeviceManagerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec
Running com.cloud.network.element.VirtualRouterElementTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.cloud.network.router.VirtualNetworkApplianceManagerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.732 sec
Running com.cloud.network.security.SecurityGroupQueueTest
Total jobs dequeued = 10, num queued=1001 queue current size=991
Num Vms= 50 Queue size = 50
Num Vms= 2 Queue size = 2 time=846 ms
Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.607 sec <<< 
FAILURE!
Running com.cloud.network.vpc.VpcManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running com.cloud.network.DedicateGuestVlanRangesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running com.cloud.network.lb.AssignLoadBalancerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running com.cloud.network.lb.UpdateLoadBalancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running com.cloud.network.dao.NetworkDaoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.cloud.vm.FirstFitPlannerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec
Running com.cloud.vm.DeploymentPlanningManagerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 sec
Running com.cloud.vm.snapshot.VMSnapshotManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
Running com.cloud.vm.UserVmManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec
Running com.cloud.configuration.ValidateIpRangeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.cloud.configuration.ConfigurationManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running com.cloud.server.ConfigurationServerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.cloud.template.TemplateM

[DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Rohit Yadav

Hi,

I've sent a pull request that replaces the bash/socat based password
server with a Python based server that is backward compatible. In future
I'll be working on an VR-agents framework to make resetting
password/publickeys more secure.

Right now when reset password is called, the password server is sent
over HTTP (unencrypted) and does not expiry until the user VM sends an
acknowledgement back to the VR.

JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-8272
PR: https://github.com/apache/cloudstack/pull/106

I need your comment on the following proposal:

1. If a password has been served by the password server, we expire it
within next 15 minutes (or suggest other values) if acknowledgement is
not received.

2. If a password is not served by the password server in next 1-24 hours
(because the VM was in stopped state and was never started to receive
new password and send ack to remove it from VR) it gets expired. What
should be a good enough time period, 1 hour? 4 hours? 1 day?
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78220517
  
@bhaisaab I made the topic configurable and provided some more explanation 
in the PR description. Thanks for the review.


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


Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/11/2015 09:03 AM, Erik Weber wrote:
> On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander
>  wrote:
> 
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>> 
>> 
>> 
>> On 03/10/2015 04:56 PM, David Nalley wrote:
>>> So 4.5.0 has shipped - it's been propogated to hundreds of 
>>> mirrors, and undoing that is not trivial. IMO, we should patch,
>>> and kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)
>>> 
>>> Version numbers are cheap to increment.
>>> 
>> 
> 
>> But shall we stay away from building packages then? 4.5.0 will
>> simply not be released in DEB or RPM format.
>> 
>> 
> Is there anything that prevents us from releasing the 4.5.0
> packages with the patch?
> 
> 

Technically not, but there won't be a matching source for the packages.

And again, a Apache project only releases source, no packages. They
are a community effort.

Wido
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJU//j2AAoJEAGbWC3bPspC4ekP/0+3VEpL82PPe3RX7vOZ0BnN
bPXNXeKtAHk8xxoJmMb8LuVXd0reMsieYdYzSD647AtRyLfVc4gto+i4wbYzIJSV
gMLYFR473fGtlXjl0iVI4WnZ6zhMaAei5rGzO8vCmxfhIYiEe+fpMIzMuLSRC1LM
xaqCUVcSQuhjfze2ds5JnUIHKG1zEGoLBttjpizwxgc5OrVaI47oqn2QCeu0ojZO
mN1TaEkqbJmj8FcOUnL+CLgr+WQX1m7CL256Vf/kJtQgSKJMP6Qw0v1fldfgf3vs
q1xb+M19Peeqwnp5fQcfoWzHoAN9hUANOv1Pw9H5TDSs4VzHH1u7g/96lY5WKB0L
aNDpyM1d0PtgYx7N8EmVIM0J+bQYjMIMCwitH5QmgGcDkWfHwD/1v03JnAK4Np5b
+AajQmw+VYAhusn8+WvwHMfBQxSuxgAMqctpCf8CqmE7foz4LMDQcYCehQbVC+La
7bxmhIo1s726aSaPIwlyxbr+IUXL4QPc3GArPIvakAmn5iodqFfi7BDcWAdaO10b
QewKfCTXUuDAql76F+QODLjjD4oNa2NRJsxT2v+CYZdmXgcxcuGcc6WPHfnECSMO
A8J5OQyExTX1p1R+5VsRHvPxx0I3io66pXdDGw4QQmdjXtzFxP1ZaY4issLLnfr4
cvntN2Vn6QmsKDwcaA61
=iaWp
-END PGP SIGNATURE-


Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Sebastien Goasguen

On Mar 11, 2015, at 9:03 AM, Erik Weber  wrote:

> On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander  wrote:
> 
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> 
>> 
>> On 03/10/2015 04:56 PM, David Nalley wrote:
>>> So 4.5.0 has shipped - it's been propogated to hundreds of
>>> mirrors, and undoing that is not trivial. IMO, we should patch, and
>>> kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)
>>> 
>>> Version numbers are cheap to increment.
>>> 
>> 
> 
>> But shall we stay away from building packages then? 4.5.0 will simply
>> not be released in DEB or RPM format.
>> 
>> 
> Is there anything that prevents us from releasing the 4.5.0 packages with
> the patch?

We don't want to do this.

4.5.0 is an official source release of cloudstack. That means that it has been 
voted. By voting we actually transfer the liability to the ASF not the 
individuals.
The way I understand it, if someone ever wanted to sue cloudstack, they would 
sue the ASF not us.
That's also why a package is not an official artifacts of our release process.

The system is working well here, we identify a critical bug, unfortunately 
after voting 4.5.0. But 4.5.0 is not bug free anyway.

Nothing prevents us from shipping 4.5.1 quickly , we just need to make sure 
that folks who might be affected by the bug don't get onto 4.5.0 or have an 
upgrade path.


> 
> 
> -- 
> Erik



cloudstack-6476 - version for fix

2015-03-11 Thread cs user
Hi All,

I'm running 4.3 and running into this:
https://issues.apache.org/jira/browse/CLOUDSTACK-6476

I'm not sure though which version the fix for the above appears in, it says
it affects 4.4.0 and is fixed in 4.4.0, but it doesn't appear in any
"issues fixed in this release" section of the docs for any of the releases
I have checked (4.4.0 onwards). I have also gone back and checked 4.3.1 and
4.3.2 but it is not mentioned there either. Can anyone confirm which
versions it is fixed in?

Thanks!


[EVENT] CloudStack Days 2015

2015-03-11 Thread Sebastien Goasguen
If you want to help review CloudStack Days paper submission, please see these 
instructions:

https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit




Re: ACS 4.5 Release [URGENT]

2015-03-11 Thread Rohit Yadav

Alright, I'll add an upgrade path and change pom versions.

To ask for other pending issues I'll start another discussion thread.

On Wednesday 11 March 2015 01:53 PM, Sebastien Goasguen wrote:


On Mar 11, 2015, at 9:03 AM, Erik Weber  wrote:


On Tue, Mar 10, 2015 at 5:27 PM, Wido den Hollander  wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/10/2015 04:56 PM, David Nalley wrote:

So 4.5.0 has shipped - it's been propogated to hundreds of
mirrors, and undoing that is not trivial. IMO, we should patch, and
kick out another RC for 4.5.1 (or 4.5.0.1 I suppose)

Version numbers are cheap to increment.






But shall we stay away from building packages then? 4.5.0 will simply
not be released in DEB or RPM format.



Is there anything that prevents us from releasing the 4.5.0 packages with
the patch?


We don't want to do this.

4.5.0 is an official source release of cloudstack. That means that it has been 
voted. By voting we actually transfer the liability to the ASF not the 
individuals.
The way I understand it, if someone ever wanted to sue cloudstack, they would 
sue the ASF not us.
That's also why a package is not an official artifacts of our release process.

The system is working well here, we identify a critical bug, unfortunately 
after voting 4.5.0. But 4.5.0 is not bug free anyway.

Nothing prevents us from shipping 4.5.1 quickly , we just need to make sure 
that folks who might be affected by the bug don't get onto 4.5.0 or have an 
upgrade path.





--
Erik




--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: [EVENT] CloudStack Days 2015

2015-03-11 Thread Sebastien Goasguen

On Mar 11, 2015, at 9:39 AM, Sebastien Goasguen  wrote:

> If you want to help review CloudStack Days paper submission, please see these 
> instructions:
> 
> https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit
> 
> 

And of course submit your papers

http://events.linuxfoundation.org/events/cloudstack-seattle
http://events.linuxfoundation.org/events/cloudstack-austin
http://events.linuxfoundation.org/events/cloudstack-tokyo
http://events.linuxfoundation.org/events/cloudstack-budapest
http://events.linuxfoundation.org/events/cloudstack-dublin





[DISCUSS] [URGENT] Any pending issues to fix in ACS 4.5.1 release?

2015-03-11 Thread Rohit Yadav

Hi all,

I think everyone has agreed to do a 4.5.1 since 4.5.0 source release
have been already mirrored.

Before we can start a voting thread for 4.5.1 (essentially 4.5.0 + some
recent bugfixes), are there any other blockers/critical issues we have
found but need to be fixed on 4.5 branch?

I'll add an (empty) upgrade path from 4.5.0 to 4.5.1 and then let's
request David/Sebastien/PMC to start 4.5.1 voting thread after we've
agreed that no major pending bugs.

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)
Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build
CSForge – rapid IaaS deployment framework
CloudStack Consulting
CloudStack Software 
Engineering
CloudStack Infrastructure 
Support
CloudStack Bootcamp Training Courses

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England & Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


[GitHub] cloudstack pull request: CLOUDSTACK-8314: Add test case to validat...

2015-03-11 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request:

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

CLOUDSTACK-8314: Add test case to validate VM.DESTROY event is logged when 
VM deployment fails

VM is created with huge service offering so that VM creation fails.
In this case, following events should be logged:

1. VM.CREATE
2. VM.DESTROY
3. VM.DELETE
4. VM.CREATE

Log:
Check events in usage_events table when VM creation fails ... === TestName: 
test_01_positive_tests_usage | Status : SUCCESS ===
ok

--
Ran 1 test in 10.457s

OK

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

$ git pull https://github.com/gauravaradhye/cloudstack 8314

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

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

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

This closes #110


commit a280c3b7695d8f0daf3f69f32e95db7b6a92a202
Author: Gaurav Aradhye 
Date:   2015-03-11T08:48:21Z

CLOUDSTACK-8314: Add test case to validate VM.DESTROY event is logged when 
VM deployment fails




---
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: Nordic / Scandinavian Users

2015-03-11 Thread Erik Weber
Thanks for all your feedback, I'd hope for some more, so I'll be bumping
the thread sporadically to fetch any newcomers/late readers/sporadic
readers/etc.
If you know anyone that should be on the list, feel free to mention it.

Henrik: Don't think I've met you yet, so which company are you working for?

The current list:
EVRY (Norway)
GreenQloud (Iceland)
Henrik Johansen++ (Denmark)

-- 
Erik


On Thu, Mar 5, 2015 at 12:23 PM, Henrik Johansen  wrote:

> We are located in DK and have a few people using CS ...
>
>
> > On 05 Mar 2015, at 12:00, Erik Weber  wrote:
> >
> > [This is cross-posted to dev@ to catch anyone that might not follow
> users@,
> > but I'd prefer if the thread continues on users@.]
> >
> > From time to time I see some nordic / scandinavian names, company names,
> > domains etc. but I don't really know how many there are, and I guess
> there
> > could be some lurkers as well.
> >
> > I'm trying to get a sense of how many CloudStack interested parties there
> > are in the Nordics (be it users or devs).
> >
> > If you feel that you fit in this category, and somehow would like to get
> in
> > touch with others, feel free to chime in, if the number of potential
> > participants is decent we could try to organize a user group meeting or
> > more :-)
> >
> >
> > --
> > Erik
>
>


Re: [EVENT] CloudStack Days 2015

2015-03-11 Thread Erik Weber
On Wed, Mar 11, 2015 at 9:39 AM, Sebastien Goasguen 
wrote:

> If you want to help review CloudStack Days paper submission, please see
> these instructions:
>
>
> https://docs.google.com/document/d/14ibRt8eQHpJm6wWS9XS_umNGyEw4fZtbU2LHMwF3RVk/edit
>
>
I don't mind helping to gain some experience in the event field :-)

I'll send my LF details to Craig

-- 
Erik


Re: cloudstack-6476 - version for fix

2015-03-11 Thread Rajani Karuturi
Its in 4.4, 4.4.1 and 4.4.2 and all the forward releases. Its not in 4.3

$ git tag --contains 0b99822
4.4.0
4.4.1
4.4.2


~Rajani

On Wed, Mar 11, 2015 at 1:55 PM, cs user  wrote:

> Hi All,
>
> I'm running 4.3 and running into this:
> https://issues.apache.org/jira/browse/CLOUDSTACK-6476
>
> I'm not sure though which version the fix for the above appears in, it says
> it affects 4.4.0 and is fixed in 4.4.0, but it doesn't appear in any
> "issues fixed in this release" section of the docs for any of the releases
> I have checked (4.4.0 onwards). I have also gone back and checked 4.3.1 and
> 4.3.2 but it is not mentioned there either. Can anyone confirm which
> versions it is fixed in?
>
> Thanks!
>


Build failed in Jenkins: build-master-simulator #1800

2015-03-11 Thread jenkins
See 

Changes:

[sanjay.tripathi] CLOUDSTACK-8315: CS API listVMSnapshot doesn't have tags 
‘project’ and ‘projectid’.

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 182d770f9f5fef26e5136b20ee71c34e5327ca43 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 182d770f9f5fef26e5136b20ee71c34e5327ca43
 > /usr/bin/git rev-list 555c4329462ac632890c7cde3bac8db8b6e8a682 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master-simulator] $ 
/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.1.1/bin/mvn -s 
 
-Psimulator -pl plugins/hypervisors/simulator -am clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache CloudStack Developer Tools - Checkstyle Configuration
[INFO] Apache CloudStack
[INFO] Apache CloudStack Maven Conventions Parent
[INFO] Apache CloudStack Framework - Managed Context
[INFO] Apache CloudStack Utils
[INFO] Apache CloudStack Framework
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Framework - Configuration
[INFO] Apache CloudStack API
[INFO] Apache CloudStack Framework - REST
[INFO] Apache CloudStack Framework - IPC
[INFO] Apache CloudStack Cloud Engine
[INFO] Apache CloudStack Cloud Engine API
[INFO] Apache CloudStack Framework - Security
[INFO] Apache CloudStack Core
[INFO] Apache CloudStack Agents
[INFO] Apache CloudStack Framework - Clustering
[INFO] Apache CloudStack Framework - Event Notification
[INFO] Apache CloudStack Cloud Engine Schema Component
[INFO] Apache CloudStack Framework - Jobs
[INFO] Apache CloudStack Cloud Engine Internal Components API
[INFO] Apache CloudStack Server
[INFO] Apache CloudStack Cloud Services
[INFO] Apache CloudStack Secondary Storage
[INFO] Apache CloudStack Secondary Storage Service
[INFO] Apache CloudStack Engine Storage Component
[INFO] Apache CloudStack Engine Storage Volume Component
[INFO] Apache CloudStack Engine Storage Image Component
[INFO] Apache CloudStack Engine Storage Snapshot Component
[INFO] Apache CloudStack Plugin POM
[INFO] Apache CloudStack Plugin - Hypervisor Simulator
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Developer Tools - Checkstyle Configuration 
4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ checkstyle ---
[INFO] Deleting 

[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
checkstyle ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ checkstyle 
---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
checkstyle ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 

[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
checkstyle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ checkstyle ---
[INFO] No tests to run.
[INFO]

Build failed in Jenkins: build-master #2307

2015-03-11 Thread jenkins
See 

Changes:

[sanjay.tripathi] CLOUDSTACK-8315: CS API listVMSnapshot doesn't have tags 
‘project’ and ‘projectid’.

--
[...truncated 1872 lines...]
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-engine-storage-cache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-engine-storage-cache ---
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Engine Storage Snapshot Component 
4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-engine-storage-snapshot ---
[INFO] Deleting /jenkins/workspace/build-master/engine/storage/snapshot/target 
(includes = [**/*], excludes = [])
[INFO] Deleting /jenkins/workspace/build-master/engine/storage/snapshot 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-engine-storage-snapshot ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-storage-snapshot ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-storage-snapshot ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-engine-storage-snapshot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to 
/jenkins/workspace/build-master/engine/storage/snapshot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-engine-storage-snapshot ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-engine-storage-snapshot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 
/jenkins/workspace/build-master/engine/storage/snapshot/target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default) @ 
cloud-engine-storage-snapshot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 
/jenkins/workspace/build-master/engine/storage/snapshot/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-engine-storage-snapshot ---
[INFO] Surefire report directory: 
/jenkins/workspace/build-master/engine/storage/snapshot/target/surefire-reports

---
 T E S T S
---
log4j:WARN No appenders could be found for logger 
(org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Running src.SnapshotDataFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in 
src.SnapshotDataFactoryTest
Running src.VMSnapshotStrategyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 sec - in 
src.VMSnapshotStrategyTest

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Cloud Engine API 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-engine-network 
---
[INFO] Deleting /jenkins/workspace/build-master/engine/network/target (includes 
= [**/*], excludes = [])
[INFO] Deleting /jenkins/workspace/build-master/engine/network (includes = 
[target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-engine-network ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-network ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-network ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/jenkins/workspace/build-master/engine/network/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-engine-network ---
[INFO]

[GitHub] cloudstack pull request: CLOUDSTACK-7951: Limit amount of memory u...

2015-03-11 Thread ghxandsky
GitHub user ghxandsky opened a pull request:

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

CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc

According https://issues.apache.org/jira/browse/CLOUDSTACK-7951, and 
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=207d465, also fix to 
centos7.

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

$ git pull https://github.com/ghxandsky/cloudstack master

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

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

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

This closes #111


commit 0b01343a1af24441d338bc04492de1dce5d34b0a
Author: Star Guo 
Date:   2015-03-11T09:50:39Z

CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc




---
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: [ANNOUNCE] New committer: Harikrishna Patnala

2015-03-11 Thread Sateesh Chodapuneedi
Hearty Congrats, Hari. Great work!

Regards,
Sateesh

-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com] 
Sent: Tuesday, March 10, 2015 5:16 PM
To: dev
Subject: Re: [ANNOUNCE] New committer: Harikrishna Patnala

On Tue, Mar 10, 2015 at 6:30 AM, Rajani Karuturi  wrote:

> The Project Management Committee (PMC) for Apache CloudStack has asked 
> Harikrishna Patnala to become a committer and we are pleased to 
> announce that he has accepted.
>
> Being a committer allows many contributors to contribute more 
> autonomously. For developers, it makes it easier to submit changes and 
> eliminates the need to have contributions reviewed via the patch 
> submission process. Whether contributions are development-related or 
> otherwise, it is a recognition of a contributor's participation in the 
> project and commitment to the project and the Apache Way.
>
> Please join me in congratulating Hari.
>
>

Congratulations! :-)

--
Erik


build cloudstack in windows error

2015-03-11 Thread wangyuyang1...@163.com

i build cloudstack in windows with cygwin ,but get this error,who know why?


[INFO] Apache CloudStack Test . SUCCESS [  3.018 s]
[INFO] Apache CloudStack Developer Mode ... SUCCESS [  2.284 s]
[INFO] Apache CloudStack Developer Tools .. SUCCESS [  2.054 s]
[INFO] Apache CloudStack apidocs .. FAILURE [ 13.904 s]
[INFO] Apache CloudStack marvin ... SKIPPED
[INFO] Apache CloudStack DevCloud . SKIPPED
[INFO] Apache CloudStack DevCloud-KVM . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 04:25 min
[INFO] Finished at: 2015-03-11T18:12:11+08:00
[INFO] Final Memory: 90M/715M
[INFO] 
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(compile) on project cloud-apidoc: Command execution failed. Process exited 
with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :cloud-apidoc



wangyuyang1...@163.com

Re: [HELP] VR sometimes fail to start

2015-03-11 Thread Andrija Panic
Oh well, I will then update to 4.3.2 anyway, and hope to see the problem go
away...

THanks guys

On 10 March 2015 at 22:45, Loic Lambiel  wrote:

> Hi,
>
> Maybe the same issue we faced here: https://github.com/exoscale/
> cloudstack/commit/df3e7533a78c3594cdd39b8b18e6f4a3abcb8cfd
>
> The patch has not been yet submitted upstream. I'll do it once it is
> running on our production.
>
> Anyway, you may easily test it by performing the small change directly
> into the script.
>
> Hope that helps.
>
> Regards,
>
> Loic Lambiel
>
>
> On 10/03/15 19:40, Andrija Panic wrote:
>
>> Hi guys,
>>
>> Kernel is Elrepo 3.10.67 (CentOS 6.6)
>> Libvirt manually compiled 1.2.3 with RBD support.
>> Qemu 0.12.1.2 - Inktank patched original RHEL 6.4 rpms with RBD support.
>>
>> And here is the output, with debug mode, from Agent.
>>
>> At the begining I see agent deleting routes for 169.254.x.x network...:
>>
>> Basically, It seems like the
>> /usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/patchviasocket.pl
>> is
>> failing, not being able to connect to socket...
>> And I could not ping VR (169.254.2.99)...
>>
>> LOG:
>>
>> 2015-03-10 16:43:46,976{GMT} DEBUG [cloud.agent.Agent]
>> (agentRequest-Handler-4:) Processing command:
>> com.cloud.agent.api.GetVmStatsCommand
>> 2015-03-10 16:43:50,884{GMT} DEBUG [cloud.agent.Agent]
>> (agentRequest-Handler-1:) Request:Seq 788-1319632926:  { Cmd , MgmtId:
>> 161344838950, via: 788, Ver: v1, Flags: 100111,
>> [{"com.cloud.agent.api.StartCommand":{"vm":{"id":
>> 2191,"name":"r-2191-VM","type":"DomainRouter","cpus":1,"
>> minSpeed":166,"maxSpeed":1000,"minRam":268435456,"maxRam":
>> 268435456,"arch":"x86_64","os":"Debian
>> GNU/Linux 7(64-bit)","bootArgs":" vpccidr=10.0.0.0/8
>> domain=cs2cloud.internal dns1=8.8.8.8 dns2= template=domP name=r-2191-VM
>> eth0ip=169.254.2.99 eth0mask=255.255.0.0 type=vpcrouter
>> disable_rp_filter=true","rebootOnCrash":false,"
>> enableHA":true,"limitCpuUse":false,"enableDynamicallyScaleVm":
>> false,"vncPassword":"e9e24eb0b1ff8ec2","params":{"
>> memoryOvercommitRatio":"1.0","cpuOvercommitRatio":"6.0"},"
>> uuid":"485587f7-4a04-4d77-bc36-2367f2adf77e","disks":[{"
>> data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"
>> uuid":"d042e003-5278-461d-8a35-3b1261164f93","
>> volumeType":"ROOT","dataStore":{"org.apache.cloudstack.
>> storage.to.PrimaryDataStoreTO":{"uuid":"5b93422e-1a66-353d-
>> 88a8-2203f79b1dc6","id":209,"poolType":"RBD","host":"
>> cephmon.domaina.net","path":"cloudstack","port":6789,"url":"RBD://
>> cephmon.domaina.net/cloudstack/?ROLE=Primary&
>> STOREUUID=5b93422e-1a66-353d-88a8-2203f79b1dc6
>> "}},"name":"ROOT-2191","size":262144,"path":"d042e003-
>> 5278-461d-8a35-3b1261164f93","volumeId":2857,"vmName":"r-
>> 2191-VM","accountId":2,"format":"RAW","id":2857,"
>> deviceId":0,"hypervisorType":"KVM"}},"diskSeq":0,"path":"
>> d042e003-5278-461d-8a35-3b1261164f93","type":"ROOT","_
>> details":{"managed":"false","storagePort":"6789","storageHost":"
>> cephmon.domaina.net
>> ","volumeSize":"262144"}}],"nics":[{"deviceId":0,"
>> networkRateMbps":-1,"defaultNic":false,"uuid":"d27a7aad-2dcc-45c7-bf30-
>> 3302d011da66","ip":"169.254.2.99","netmask":"255.255.0.0","
>> gateway":"169.254.0.1","mac":"0e:00:a9:fe:02:63","
>> broadcastType":"LinkLocal","type":"Control","
>> isSecurityGroupEnabled":false}]},"hostIp":"10.44.253.180","
>> executeInSequence":false,"wait":0}},{"com.cloud.agent.
>> api.check.CheckSshCommand":{"ip":"169.254.2.99","port":
>> 3922,"interval":6,"retries":100,"name":"r-2191-VM","wait":
>> 0}},{"com.cloud.agent.api.GetDomRVersionCmd":{"accessDetails":{"
>> router.name
>> ":"r-2191-VM","router.ip":"169.254.2.99"},"wait":0}},{"
>> com.cloud.agent.api.PlugNicCommand":{"nic":{"
>> deviceId":1,"networkRateMbps":9,"defaultNic":true,"uuid"
>> :"fe848dbe-cf4b-473e-8124-62289f86b144","ip":"5.226.146.
>> 62","netmask":"255.255.255.128","gateway":"5.226.146.1","
>> mac":"06:f0:d6:00:01:49","broadcastType":"Vlan","type":"
>> Public","broadcastUri":"vlan://untagged","isolationUri":"
>> vlan://untagged","isSecurityGroupEnabled":false,"name":"breth1-500"},"
>> instanceName":"r-2191-VM","vmType":"DomainRouter","wait":
>> 0}},{"com.cloud.agent.api.routing.IpAssocVpcCommand":{"
>> ipAddresses":[{"accountId":2,"publicIp":"5.226.146.62","
>> sourceNat":true,"add":true,"oneToOneNat":false,"firstIP":
>> false,"broadcastUri":"vlan://untagged","vlanGateway":"5.
>> 226.146.1","vlanNetmask":"255.255.255.128","vifMacAddress":"
>> 06:f0:d6:00:01:49","networkRate":9,"trafficType":"Public","
>> networkName":"breth1-500"}],"accessDetails":{"router.guest.
>> ip":"5.226.146.62","zone.network.type":"Advanced","
>> router.name
>> ":"r-2191-VM","router.ip":"169.254.2.99"},"wait":0}},{"
>> com.cloud.agent.api.routing.SetSourceNatCommand":{"
>> ipAddress":{"accountId":2,"publicIp":"5.226.146.62","
>> sourceNat":true,"add":true,"oneToOneNat":false,"firstIP":
>> false,"broadcastUri":"vlan://untagged","vlanGateway":"5.
>> 226.146.1","vlanNetma

Re: Updating VR template, without ACS update

2015-03-11 Thread Andrija Panic
Thanks Markus.

So anyway, I need to make some time to upgrade to 4.3.2.

Can I manually reboot VR/s one by one after the upgrade is done (instead of
using the script for rebooting ssvm, cpvm, and 66 VRs...)
And is this reallt reboot inside OS - not destroying and recreating VRs ???

Or would you still recommend rebooting VRs via sctipt - I understand that
it reboots VRs one by one...

I would not like to recreate VR, and then hit a bug with VR creation, that
I'm having right now... :(

Thanks




On 10 March 2015 at 20:14, Marcus  wrote:

> Hi,
>   It's impossible to know without looking at the changes in 4.3.1,
> 4.3.2.  Your routers will be running old code, and will probably work,
> but might not, e.g. if a router script is called with parameters that
> don't exist in the version of the script that the router runs. If you
> don't plan on making any changes (add ACLs, spin up new VMs, etc) to
> these VPCs they'll most likely run just fine as-is, but any changes
> are a big ?
>
>  As far as your question about replacing the template, I believe
> CloudStack looks for the latest of a specific version, so if you
> retire your existing template and install a new one per the 4.3
> upgrade instructions it should choose that. Note that for routers
> specifically there s a global option 'router.template.kvm' that can be
> pointed to a specific template name to use for routers.
>
> On Tue, Mar 10, 2015 at 7:46 AM, Andrija Panic 
> wrote:
> > Hi,
> >
> > I was wondering is it possibe to update/replace the VR template somehow
> > without actually updating the ACS.
> >
> > I'm running ACS 4.3.0, and having some issues with remote IP not being
> > really shown during Port Forwarding and Static NAT (VR also does SNAT
> > beside the DNAT)
> >
> > I know question is a little bit weird - but...
> >
> > Another Q: I can see that after ACS is upgraded, there is restart of each
> > System VM needed - we have over 50-60 VPCs - this also means that I need
> to
> > wait for 60 VRs to reboot.
> > Is there any drawnback of runnng existing VRs after ACS 4.3.0 is updated
> to
> > 4.3.2 and then later manually reboot each VR from Infrastructure/Virtual
> > Routers ?
> >
> >
> >
> > --
> >
> > Andrija Panić
>



-- 

Andrija Panić


Build failed in Jenkins: build-master-simulator #1801

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] api: avoid sending sensitive data in api response

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858
 > /usr/bin/git rev-list 182d770f9f5fef26e5136b20ee71c34e5327ca43 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master-simulator] $ 
/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.1.1/bin/mvn -s 
 
-Psimulator -pl plugins/hypervisors/simulator -am clean test
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 1 day 23 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78244266
  
@pyr thanks for replying. LGTM. Let's wait if any of the eventbus gurus 
want to review, else we'll merge by tomorrow.


---
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: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78244523
  
@pyr like the RabbitMQ, do you want to add docs to use/configure this as 
well? 
http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.4/events.html#notification


---
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-7951: Limit amount of memory u...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/111#issuecomment-78244680
  
LGTM!


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


Build failed in Jenkins: cloudstack-4.4-maven-build #589

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] api: avoid sending sensitive data in api response

--
[...truncated 1187 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-engine-schema ---
[INFO] Compiling 664 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-engine-schema ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-engine-schema ---
[INFO] Compiling 2 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-engine-schema 
---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running com.cloud.upgrade.dao.DatabaseAccessObjectTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec
Running com.cloud.upgrade.dao.DbUpgradeUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec

Results :

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Jobs 4.4.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-jobs 
---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 

 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-jobs ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-jobs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-jobs ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-framework-jobs ---
[INFO] Compiling 33 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-jobs ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-framework-jobs ---
[INFO] Compiling 4 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-framework-jobs ---
[INFO] Surefire report directory: 


---
 T E S T S
---

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Cloud Engine Internal Components API 
4.4.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-engine-components-api ---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 

 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-e

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78245063
  
@bhaisaab yes, where is the repo ? 


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


Build failed in Jenkins: build-master #2308

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] api: avoid sending sensitive data in api response

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858
 > /usr/bin/git rev-list 182d770f9f5fef26e5136b20ee71c34e5327ca43 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master] $ /usr/share/apache-maven-3.0.5/bin/mvn -s 
 
-Psystemvm,awsapi clean test
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 6 days 23 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Build failed in Jenkins: build-master-simulator #1802

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent 
jsvc

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision b108648f651b48cd83c4399a59ccc1402ca3abc1 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f b108648f651b48cd83c4399a59ccc1402ca3abc1
 > /usr/bin/git rev-list 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master-simulator] $ 
/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.1.1/bin/mvn -s 
 
-Psimulator -pl plugins/hypervisors/simulator -am clean test
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 1 day 23 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Build failed in Jenkins: cloudstack-4.3-maven-build-noredist #544

2015-03-11 Thread jenkins
See 


Changes:

[Rohit Yadav] api: avoid sending sensitive data in api response

--
[...truncated 2124 lines...]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cloud-engine-components-api 
---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ 
cloud-engine-components-api ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
cloud-engine-components-api ---
[INFO] Installing 

 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-engine-components-api/4.3.2/cloud-engine-components-api-4.3.2.jar
[INFO] Installing 

 to 
/jenkins/.m2/repository/org/apache/cloudstack/cloud-engine-components-api/4.3.2/cloud-engine-components-api-4.3.2.pom
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Server 4.3.2
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-server ---
[INFO] Deleting 

 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-server 
---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-resource) @ cloud-server ---
[INFO] Executing tasks

main:
 [copy] Copying 3 files to 

 [copy] Copying 1 file to 

[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-server 
---
[INFO] Compiling 358 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-server ---
[INFO] Compiling 76 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running com.cloud.event.EventControlsUnitTest
log4j:WARN No appenders could be found for logger 
(com.cloud.event.EventControlsUnitTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{"id":"3","securitygroup":[],"nic":[],"tags":[],"affinitygroup":[]}
org.apache.cloudstack.api.response.AlertResponse/null/{"id":"100","description":"Hello"}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running com.cloud.netwo

[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78246495
  
@pyr you can fork/edit this: 
https://github.com/apache/cloudstack-docs-admin/blob/master/source/events.rst 
and send 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.
---


commits to release/voting branches

2015-03-11 Thread Rajani Karuturi
Hi all,

Do we have criteria/process around what all could go to a branch in
release/RC stage?
I was thinking it should only be blocker/critical.

I dont feel comfortable if one of my commits gets cherry picked to a branch
without my knowledge and an issues arises with it.

~Rajani


Build failed in Jenkins: build-master #2309

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent 
jsvc

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision b108648f651b48cd83c4399a59ccc1402ca3abc1 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f b108648f651b48cd83c4399a59ccc1402ca3abc1
 > /usr/bin/git rev-list 40f343ff4cd2d21549b77285e9c9bf3d9f9a5858 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master] $ /usr/share/apache-maven-3.0.5/bin/mvn -s 
 
-Psystemvm,awsapi clean test
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 6 days 23 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


[GitHub] cloudstack pull request: CLOUDSTACK-7951: Limit amount of memory u...

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at:

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


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


Build failed in Jenkins: cloudstack-4.4-maven-build #590

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl

--
[...truncated 1326 lines...]

main:
 [copy] Copying 3 files to 

 [copy] Copying 1 file to 

[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-server 
---
[INFO] Compiling 360 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-server ---
[INFO] Compiling 83 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running com.cloud.event.EventControlsUnitTest
log4j:WARN No appenders could be found for logger 
(com.cloud.event.EventControlsUnitTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{"id":"3","securitygroup":[],"nic":[],"tags":[],"affinitygroup":[]}
org.apache.cloudstack.api.response.AlertResponse/null/{"id":"100","description":"Hello"}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.937 sec
Running com.cloud.network.security.SecurityGroupQueueTest
Total jobs dequeued = 10, num queued=1001 queue current size=991
Num Vms= 50 Queue size = 50
Num Vms= 2 Queue size = 2 time=244 ms
Num Vms= 5000 Queue size = 5000 time=1388 ms
Num Vms= 1 Queue size = 1 time=1 ms
Num Vms= 100 Queue size = 100 time=240 ms
Total jobs dequeued = 10, num queued=1009 queue current size=1000
Tests run: 4, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 2.086 sec <<< 
FAILURE!
Running com.cloud.network.vpc.VpcManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.cloud.network.DedicateGuestVlanRangesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.cloud.network.lb.AssignLoadBalancerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
Running com.cloud.network.lb.UpdateLoadBalancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
Running com.cloud.network.dao.NetworkDaoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.cloud.vm.DeploymentPlanningManagerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 sec
Running com.cloud.vm.snapshot.VMSnapshotManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec
Running com.cloud.vm.UserVmManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
Running com.cloud.configuration.ValidateIpRangeTest
Tests run

Build failed in Jenkins: build-master #2310

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 05d2b0a7074a98fe5541200ebea73059679cd87c 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 05d2b0a7074a98fe5541200ebea73059679cd87c
 > /usr/bin/git rev-list b108648f651b48cd83c4399a59ccc1402ca3abc1 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master] $ /usr/share/apache-maven-3.0.5/bin/mvn -s 
 
-Psystemvm,awsapi clean test
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x, pid=17862, tid=140313667258112
#
# JRE version: 7.0_25
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed 
oops)
# Problematic frame:
# C  0x
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# 
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 6 days 23 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecutio

Build failed in Jenkins: build-4.5 #389

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl

--
[...truncated 2733 lines...]
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - User Authenticator SAML2
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - User Authenticator SHA256 Salted
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - Dns Notifier Example
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - SNMP Alerts
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - Syslog Alerts
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - Network VXLAN
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Plugin - GloboDNS
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack Engine Storage Component
[INFO] This project has been banned from the build due to previous failures.
[INFO] 
[INFO] 
[INFO] 
[INFO] Skipping Apache CloudStack System VM
[INFO] This project has been banned from the build due to previous failures.
[INFO] 

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

Running org.apache.cloudstack.implicitplanner.ImplicitPlannerTest
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-mom-rabbitmq ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-mom-rabbitmq ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-mom-rabbitmq 
---
[INFO] Surefire report directory: 


---
 T E S T S
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-mom-inmemory ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] C

Build failed in Jenkins: build-master-simulator #1803

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] server: remove unused import in ImageStoreJoinDaoImpl

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 05d2b0a7074a98fe5541200ebea73059679cd87c 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 05d2b0a7074a98fe5541200ebea73059679cd87c
 > /usr/bin/git rev-list b108648f651b48cd83c4399a59ccc1402ca3abc1 # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master-simulator] $ 
/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.1.1/bin/mvn -s 
 
-Psimulator -pl plugins/hypervisors/simulator -am clean test
Error occurred during initialization of VM
Cannot create VM thread. Out of system resources.
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 2 days 0 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread pyr
GitHub user pyr opened a pull request:

https://github.com/apache/cloudstack-docs-admin/pull/28

Document Kafka event bus



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

$ git pull https://github.com/pyr/cloudstack-docs-admin 
feature/event-bus-kafka

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

https://github.com/apache/cloudstack-docs-admin/pull/28.patch

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

This closes #28


commit f59d1cc6db65cb758fd40e61bdcad4da4f1c64d1
Author: Pierre-Yves Ritschard 
Date:   2015-03-11T12:13:05Z

Document Kafka event bus




---
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: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread pyr
Github user pyr commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78251684
  
@bhaisaab now in apache/cloudstack-docs-admin#28


---
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: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
GitHub user bhaisaab opened a pull request:

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

4.5 Branch: update pom version and add upgrade path from 4.5.0 to 4.5.1

- Updates pom version to 4.5.1-SNAPSHOT
- Adds upgrade path from 4.5.0 to 4.5.1

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

$ git pull https://github.com/apache/cloudstack stage-451

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

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

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

This closes #112


commit 9ffc8d7aa0bb74dfae9e84bff5b558aed376933c
Author: Rohit Yadav 
Date:   2015-03-11T09:25:26Z

engine: Add Upgrade path from 4.5.0 to 4.5.1

Encrypts:
- Remote access vpn preshared key
- StoragePool's user info
- Keystore's key

Signed-off-by: Rohit Yadav 

commit 9a76d4d6caea9d4a3437030fae717aff8ccdb8e4
Author: Rohit Yadav 
Date:   2015-03-11T09:32:15Z

Update pom and version usage to 4.5.1-SNAPSHOT

Signed-off-by: Rohit Yadav 




---
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: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/112#issuecomment-78252001
  
Build fine with all unit tests passing, upgrade runs successfully from 
4.5.0.

cc @ke4qqq @runseb @daanhoogland - would be great if you can review 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.
---


Jenkins build is back to normal : cloudstack-4.3-maven-build-noredist #545

2015-03-11 Thread jenkins
See 




Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
Hello,

See inline.

> JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-8272
> PR: https://github.com/apache/cloudstack/pull/106
> 
> I need your comment on the following proposal:
> 
> 1. If a password has been served by the password server, we expire it
> within next 15 minutes (or suggest other values) if acknowledgement is
> not received.

If a guest has confirmed the password was retrieved delete it straight away. I 
am not sure this is what you asked. :)

> 
> 2. If a password is not served by the password server in next 1-24 hours
> (because the VM was in stopped state and was never started to receive
> new password and send ack to remove it from VR) it gets expired. What
> should be a good enough time period, 1 hour? 4 hours? 1 day?

Imho the password should be kept forever, awaiting the guest to retrieve it.
There may be cases where people will regularly reset the passwords, a VM could 
stay offline for a while before being started and getting the new password.

Will this new python implementation handle SSL connections as well?
I'd be nice if it did https by default with a self-signed cert unless otherwise 
specified.


Lucian


Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/11/2015 02:09 PM, Nux! wrote:
> Hello,
> 
> See inline.
> 
>> JIRA: https://issues.apache.org/jira/browse/CLOUDSTACK-8272 PR:
>> https://github.com/apache/cloudstack/pull/106
>> 
>> I need your comment on the following proposal:
>> 
>> 1. If a password has been served by the password server, we
>> expire it within next 15 minutes (or suggest other values) if
>> acknowledgement is not received.
> 
> If a guest has confirmed the password was retrieved delete it
> straight away. I am not sure this is what you asked. :)
> 

How would the guest confirm? Merely retrieving it doesn't guarantee
that the client was able to set it.

I'd say keep if for 15 minutes, so that the guest can try a couple of
times before we expire the password.

>> 
>> 2. If a password is not served by the password server in next
>> 1-24 hours (because the VM was in stopped state and was never
>> started to receive new password and send ack to remove it from
>> VR) it gets expired. What should be a good enough time period, 1
>> hour? 4 hours? 1 day?
> 
> Imho the password should be kept forever, awaiting the guest to
> retrieve it. There may be cases where people will regularly reset
> the passwords, a VM could stay offline for a while before being
> started and getting the new password.
> 
> Will this new python implementation handle SSL connections as
> well? I'd be nice if it did https by default with a self-signed
> cert unless otherwise specified.
> 
> 
> Lucian
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVAEAFAAoJEAGbWC3bPspC2pUP/RC/CZwAADZLeAJO3iTkmthQ
thMfAk+E4tzFOANSp+63yMZ6rWpjLOPZdb47Tf0Wyyyjgpzk+jMjVZhUXcpq72rb
4LHkKBGlotDHiPsybBslivcBVMEvL1zvDLUgDO2dYJNJA/gNhHICPQ6lvboa3a5W
Je0HhspKm8d/hJUYlO+mIZBNt2lARQdv1YZi+KUbTxKU7qWpaCg5B+d7PYK61oxX
8iAmdSBgX3A6xtOwAwZaD/F3AG1R945vyp8ttQZ7bzatG3TO750ULCzGtjhPApeT
GYy4EYn5T1qzQVHZe99B9KhMDUadoF3VxjPZ+n2Hu58/20Bm98TJdNrS4HBun4e2
Gwn+u6ankKcgG+5QNsPTO7I+WcYRFVQ6FXTY1CqtWU8PTKuA79Op2Sb71OTu2UrQ
BR8VldwIN0CS2mwXZQhLbW6Z6KcjMbjGtoxCZ+yC4HRFPkqbsQ9lsZ5yTv+vq12f
b+keYVpWgAfLl7K0LnMYAP+pwzC5Byh52QH2NskkhcdxK5zEAU83cqGaWSXiPXZ0
+z8cK8RP0jQvGrFRpr/S4Ydx96GFoANo8LbTlulP+Oj4x12yh7U5O+gnoiWP/G4b
ZKt5GVz9/Akx4rYUlE6ICSyxEiQO0+Tyf4nt64C7ezKRHU21tEeKPSyCRrkyo/8Q
JVT7aODxVXRDzdP3fbWK
=rbC4
-END PGP SIGNATURE-


Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
Hi Wido,


>> If a guest has confirmed the password was retrieved delete it
>> straight away. I am not sure this is what you asked. :)
>> 
> 
> How would the guest confirm? Merely retrieving it doesn't guarantee
> that the client was able to set it.
> 
> I'd say keep if for 15 minutes, so that the guest can try a couple of
> times before we expire the password.

Nothing against keeping the password around for a few more minutes or hours.

Looking at this password script[1] for example, it looks like the guest can 
confirm that password was successfully retrieved and set like this:

wget -t 3 -T 20 -O - --header "DomU_Request: saved_password" 
$PASSWORD_SERVER_IP:8080


[1] - 
https://raw.githubusercontent.com/shankerbalan/cloudstack-scripts/master/archlinux/cloudstack-set-guest-password



Re: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Pierre-Luc Dion
When the password is taken and acknowledge from the VR it should be
destroyed immediately from the VR and as it is currently, I think. Are you
planning to implement SSL capability as well since it as been brought on
the ML recently ?

On Wed, Mar 11, 2015 at 9:39 AM, Nux!  wrote:

> Hi Wido,
>
>
> >> If a guest has confirmed the password was retrieved delete it
> >> straight away. I am not sure this is what you asked. :)
> >>
> >
> > How would the guest confirm? Merely retrieving it doesn't guarantee
> > that the client was able to set it.
> >
> > I'd say keep if for 15 minutes, so that the guest can try a couple of
> > times before we expire the password.
>
> Nothing against keeping the password around for a few more minutes or
> hours.
>
> Looking at this password script[1] for example, it looks like the guest
> can confirm that password was successfully retrieved and set like this:
>
> wget -t 3 -T 20 -O - --header "DomU_Request: saved_password"
> $PASSWORD_SERVER_IP:8080
>
>
> [1] -
> https://raw.githubusercontent.com/shankerbalan/cloudstack-scripts/master/archlinux/cloudstack-set-guest-password
>
>


[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:


https://github.com/apache/cloudstack-docs-admin/pull/28#issuecomment-78292774
  
LGTM.


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


[GitHub] cloudstack-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:


https://github.com/apache/cloudstack-docs-admin/pull/28#issuecomment-78294350
  
Thanks for your contribution @pyr merged!


---
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-docs-admin pull request: Document Kafka event bus

2015-03-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack-docs-admin/pull/28


---
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: 4.5 Branch: update pom version and add up...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/112#issuecomment-78295147
  
@runseb the bugs were fixed on 4.5 branch so they are already in 4.5 
branch. I think to create 4.5.1 RC one could simply branch off from 4.5 once 
these commits are merged, or do you only want to create a different branch with 
only the identified critical bugfixes?

These are the list of important commits IMO that went into 4.5 branch but 
did n't made into 4.5.0:


https://github.com/apache/cloudstack/commit/02cadc3fb3fae7f5e8c87b7fafb977fb5eeae6eb

https://github.com/apache/cloudstack/commit/f3f47f25bab8661f31e5d470995f6f24cc08310e

https://github.com/apache/cloudstack/commit/f9090eacd6432856ca7504ebdfce38d65f8d019d

https://github.com/apache/cloudstack/commit/b2b9de7fa39825e8ff111353619df4e5aece12e6

https://github.com/apache/cloudstack/commit/b879916f5c64ddbca8713852b2c0ac187e9be1ff

https://github.com/apache/cloudstack/commit/ab8f367850c7ef75e1ff851397ff7dee4b5e40ab

https://github.com/apache/cloudstack/commit/729e239a471dc9910f550e7ce0c01e29fa920381



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


Build failed in Jenkins: build-master #2311

2015-03-11 Thread jenkins
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did 
tests run? 
For example, 

 is 7 days 4 hr old

at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


[GitHub] cloudstack pull request: Add Apache Kafka event-bus support - prod...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/109#issuecomment-78297425
  
@pyr thanks, reviewed both doc and code and merged. Thanks for your 
contribution!


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


Build failed in Jenkins: build-master-simulator #1804

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] Add Apache Kafka event-bus support - producing only.

[Rohit Yadav] make topic configurable, provide default serializers

[Rohit Yadav] compatibility with HEAD on master

--
[...truncated 1266 lines...]
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-engine-components-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-engine-components-api ---
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Server 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-server ---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-server ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-server 
---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-resource) @ cloud-server ---
[INFO] Executing tasks

main:
 [copy] Copying 3 files to 

 [copy] Copying 1 file to 

[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cloud-server 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 403 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 99 source files to 

[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 


---
 T E S T S
---
log4j:WARN No appenders could be found for logger 
(org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Running com.cloud.event.EventControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec - in 
com.cloud.event.EventControlsUnitTest
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{"id":"3","securitygroup":[],"nic":[],"tags":[],"affinitygroup":[]}
org.apache.cloudstack.api.response.AlertResponse/null/{"id":"100","description":"Hello"}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in 
com.cloud.keystore.KeystoreTest
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in 
com.cloud.alert.AlertControlsUnitTest
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in 
com.cloud.capacity.CapacityManagerTest
Running com.cloud.servlet.StaticResourceServletTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in 
com.cloud.servlet.StaticResourceServletTest
Running com.cloud.servlet.ConsoleProxyServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
com.cloud.servlet.ConsoleProxyServletTest
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
com.cloud.resourcelimit.ResourceLimitManagerImplTest
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 se

Item for ACS 4.5 release notes

2015-03-11 Thread Remi Bergsma
Hi,

It might be worth noting in the release notes of ACS 4.5 that CLOUDSTACK-7595 
is resolved, as this changes behaviour. We ran into this in 4.4 already where 
we suddenly had timeouts that were not there before and it’s not immediately 
clear why that happens.

job.cancel.threshold.minutes in previous releases was 60x bigger than 
configured, hence very high timeouts. You will hit this timeout when migrating 
large disks or making big snapshots, etc.

If there’s something I can do to help document this, let me know.

Regards,
Remi



Build failed in Jenkins: build-master #2312

2015-03-11 Thread jenkins
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing git command
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1602)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1567)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1563)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1249)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1261)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:216)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:679)
at hudson.Proc$LocalProc.(Proc.java:264)
at hudson.Proc$LocalProc.(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1587)
... 22 more
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git init  # 
 > timeout=400
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiv

Re: Updating VR template, without ACS update

2015-03-11 Thread Marcus
I've never used the official script to upgrade. I always set to the
global setting to recreate on reboot of systemvms, it has been more
robust for me to do it the cloudy way and get a fresh vm on every
boot. With various issues that have arisen in the past (file system
filling up, fsck required on unclean shutdown, etc) it's just nice to
know that you're always a reboot away from getting a pristine config.
I was surprised when I heard about the patchviasocket issue as I've
run thousands of routers  and upgraded them multiple times, never once
having an issue. Nor in my nested vm dev environment. Perhaps it was
just our fast storage or something. I think someone added in some
retries or something like that.

Keep in mind that you usually don't need to drop in a new template for
a bugfix release, and it's sufficient to reboot. The exception to this
is if the bugfix release specifically indicates a new template, say
for a security fix on software in the OS of the template. Either way,
CloudStack will go through the full reprogramming process, and
stop/start the router to attach a new ISO with the new code and
install it on the router template, whether it images a fresh template
or uses an existing one.

On Wed, Mar 11, 2015 at 3:59 AM, Andrija Panic  wrote:
> Thanks Markus.
>
> So anyway, I need to make some time to upgrade to 4.3.2.
>
> Can I manually reboot VR/s one by one after the upgrade is done (instead of
> using the script for rebooting ssvm, cpvm, and 66 VRs...)
> And is this reallt reboot inside OS - not destroying and recreating VRs ???
>
> Or would you still recommend rebooting VRs via sctipt - I understand that
> it reboots VRs one by one...
>
> I would not like to recreate VR, and then hit a bug with VR creation, that
> I'm having right now... :(
>
> Thanks
>
>
>
>
> On 10 March 2015 at 20:14, Marcus  wrote:
>
>> Hi,
>>   It's impossible to know without looking at the changes in 4.3.1,
>> 4.3.2.  Your routers will be running old code, and will probably work,
>> but might not, e.g. if a router script is called with parameters that
>> don't exist in the version of the script that the router runs. If you
>> don't plan on making any changes (add ACLs, spin up new VMs, etc) to
>> these VPCs they'll most likely run just fine as-is, but any changes
>> are a big ?
>>
>>  As far as your question about replacing the template, I believe
>> CloudStack looks for the latest of a specific version, so if you
>> retire your existing template and install a new one per the 4.3
>> upgrade instructions it should choose that. Note that for routers
>> specifically there s a global option 'router.template.kvm' that can be
>> pointed to a specific template name to use for routers.
>>
>> On Tue, Mar 10, 2015 at 7:46 AM, Andrija Panic 
>> wrote:
>> > Hi,
>> >
>> > I was wondering is it possibe to update/replace the VR template somehow
>> > without actually updating the ACS.
>> >
>> > I'm running ACS 4.3.0, and having some issues with remote IP not being
>> > really shown during Port Forwarding and Static NAT (VR also does SNAT
>> > beside the DNAT)
>> >
>> > I know question is a little bit weird - but...
>> >
>> > Another Q: I can see that after ACS is upgraded, there is restart of each
>> > System VM needed - we have over 50-60 VPCs - this also means that I need
>> to
>> > wait for 60 VRs to reboot.
>> > Is there any drawnback of runnng existing VRs after ACS 4.3.0 is updated
>> to
>> > 4.3.2 and then later manually reboot each VR from Infrastructure/Virtual
>> > Routers ?
>> >
>> >
>> >
>> > --
>> >
>> > Andrija Panić
>>
>
>
>
> --
>
> Andrija Panić


[GitHub] cloudstack pull request: 4.5 Branch: update pom version and add up...

2015-03-11 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack/pull/112#issuecomment-78300415
  

On Mar 11, 2015, at 5:09 PM, Rohit Yadav  wrote:

> @runseb the bugs were fixed on 4.5 branch so they are already in 4.5 
branch. I think to create 4.5.1 RC one could simply branch off from 4.5 once 
these commits are merged, or do you only want to create a different branch with 
only the identified critical bugfixes?
> 
> These are the list of important commits IMO that went into 4.5 branch but 
did n't made into 4.5.0:
> 

So let me show my ignorance here.

4.5.0 is a tag in the 4.5 branch ? correct ?

Commits were made on top of that to fix some issues including a critical 
bug fix in 4.5.0 that is forcing us to release 4.5.1 quickly.

Why don't we do a linear release on the 4.5 branch ? Why do you want to 
branch from 4.5 ?

In the end we vote on a git hash.


> 02cadc3
> f3f47f2
> f9090ea
> b2b9de7
> b879916
> ab8f367
> 729e239
> 
> �
> Reply to this email directly or view it on GitHub.
> 




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


Build failed in Jenkins: build-master #2314

2015-03-11 Thread jenkins
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git init  # 
 > timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Build failed in Jenkins: build-master #2315

2015-03-11 Thread jenkins
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing git command
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1602)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1567)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1563)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1249)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1261)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:216)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:679)
at hudson.Proc$LocalProc.(Proc.java:252)
at hudson.Proc$LocalProc.(Proc.java:216)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:803)
at hudson.Launcher$ProcStarter.start(Launcher.java:381)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1587)
... 22 more
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git init  # 
 > timeout=400
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiv

Build failed in Jenkins: build-master #2316

2015-03-11 Thread jenkins
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
ERROR: Error fetching remote repo 'origin'
ERROR: Error fetching remote repo 'origin'
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


Build failed in Jenkins: build-master #2317

2015-03-11 Thread jenkins
See 

Changes:

[Rohit Yadav] Add Apache Kafka event-bus support - producing only.

[Rohit Yadav] make topic configurable, provide default serializers

[Rohit Yadav] compatibility with HEAD on master

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cloudstack-buildslave-centos6-9ee 
(cloudstack-buildslave-centos6) in workspace 

 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=400
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git # timeout=400
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cloudstack.git
 > /usr/bin/git --version # timeout=400
 > /usr/bin/git fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/cloudstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=400
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=400
Checking out Revision 54d44eb84403535d6b6ea575ce278fe76d9636f1 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=400
 > /usr/bin/git checkout -f 54d44eb84403535d6b6ea575ce278fe76d9636f1
 > /usr/bin/git rev-list 05d2b0a7074a98fe5541200ebea73059679cd87c # timeout=400
[copy-to-slave] Copying 'settings.xml', excluding nothing, from 
'file:/var/lib/jenkins/userContent/' on the master to 
' on 
'cloudstack-buildslave-centos6-9ee'.
[build-master] $ /usr/share/apache-maven-3.0.5/bin/mvn -s 
 
-Psystemvm,awsapi clean test
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:701)
at ..remote call to cloudstack-buildslave-centos6-9ee(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1784)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)


[GitHub] cloudstack pull request: Ovmsupport 3.2.1/3.3.x rebased and conden...

2015-03-11 Thread snuf
GitHub user snuf opened a pull request:

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

Ovmsupport 3.2.1/3.3.x rebased and condensed in one single commit.

@bhaisaab

Rebasing the other stuff was a pain (4400 commits behind is no pleasure). 
Decided to do a "re-implement" against master after two rebase attempts, and 
this is the result.

This replaces https://github.com/apache/cloudstack/pull/99

Cheers,

Funs

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

$ git pull https://github.com/snuf/cloudstack ovm3rebase

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

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

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

This closes #113






---
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: Ovmsupport 3.2.1/3.3.x

2015-03-11 Thread snuf
Github user snuf closed the pull request at:

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


---
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: Ovmsupport 3.2.1/3.3.x

2015-03-11 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/99#issuecomment-78311833
  
@bhaisaab move this into https://github.com/apache/cloudstack/pull/113 
which is a new request, and a bit more condensed.


---
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: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Nux!
> Lucian - in the proposal what I meant to say was that in case a password was
> sent to a user VM but the user VM does not respond with an ack (so as to 
> remove
> the password from its storage/memory) should it expiry it after a period of 
> say
> 15 mins?

Rohit, seeing that there is logic built into these scripts, then the expected 
action would be to just wait for the script's ACK indefinitely.
If the ACK doesn't come it means the VM is either crashed, or stopped (waiting 
to be started when the customer wants) etc; there is a reason behind it.

> Pierre - I would be happy to implement a SSL based http server which is my 
> next
> step though I’m not sure about the logistics of adding the SSL scripts etc,
> which could be similar how it is done for the CPVM/SSVM. The first step is to
> remove bash/socat based password server with a Python based server that uses
> Threads instead of Forks (so less memory intensive) and cleans up properly.

+1 for SSL, particularly important in basic and adv+sg zones.

Personally I would not change the current implementation since it works well, 
although I could see why you would want to as a programmer.
Also, by using a proper programming language you've just locked out 
non-programmers (like me) from being able to debug problems with it - not 
necessarilly a good argument though.

One advantage of the current implementation is that socat can be very easily 
made to serve SSL 
http://www.dest-unreach.org/socat/doc/socat-openssltunnel.html , we might end 
up using socat with your program, too.



Lucian


Re: Item for ACS 4.5 release notes

2015-03-11 Thread sebgoa

On Mar 11, 2015, at 5:26 PM, Remi Bergsma  wrote:

> Hi,
> 
> It might be worth noting in the release notes of ACS 4.5 that CLOUDSTACK-7595 
> is resolved, as this changes behaviour. We ran into this in 4.4 already where 
> we suddenly had timeouts that were not there before and it’s not immediately 
> clear why that happens.
> 
> job.cancel.threshold.minutes in previous releases was 60x bigger than 
> configured, hence very high timeouts. You will hit this timeout when 
> migrating large disks or making big snapshots, etc.
> 
> If there’s something I can do to help document this, let me know.

looks like the master version is not being shown anymore, but check:

http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.4.2/

You can send pull request straight up.

thanks

> 
> Regards,
> Remi
> 



[GitHub] cloudstack pull request: Ovmsupport 3.2.1/3.3.x rebased and conden...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/113#issuecomment-78327336
  
Hey @snuf thanks for that! It makes it easier to everyone to review and 
merge your stuff. First thing tomorrow morning!


---
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: Ovmsupport 3.2.1/3.3.x rebased and conden...

2015-03-11 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/113#issuecomment-78328589
  
@snuf after a quick look at the diff I feel so emotional with the code I'm 
seeing, neat stuff :) :astonished: 


---
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: Ovmsupport 3.2.1/3.3.x rebased and conden...

2015-03-11 Thread snuf
Github user snuf commented on the pull request:

https://github.com/apache/cloudstack/pull/113#issuecomment-78336094
  
@bhaisaab thanks man!, it's bound to have some bugs and nasty bits here and 
there. Already have NSX/NVP integration on the map for the next iteration 
though :)
I'll update the wiki tomorrow with the correct information and how the 
hypervisor is supposed to be configured. 


---
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: [DISCUSS] VR Password server improvement and expiring

2015-03-11 Thread Wido den Hollander
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/11/2015 05:17 PM, Rohit Yadav wrote:
> Wido - Lucian is right. Once the user VM resets password, they need
> to send an acknowledgement, for example: wget -t 3 -T 20 -O -
> --header "DomU_Request: saved_password" $PASSWORD_SERVER_IP:8080 
> This is to say that the password server can now remove the password
> from its internal storage (file based).
> 

Ah, indeed.

> 
> Lucian - in the proposal what I meant to say was that in case a
> password was sent to a user VM but the user VM does not respond
> with an ack (so as to remove the password from its storage/memory)
> should it expiry it after a period of say 15 mins?
> 
> 
> Pierre - I would be happy to implement a SSL based http server
> which is my next step though I’m not sure about the logistics of
> adding the SSL scripts etc, which could be similar how it is done
> for the CPVM/SSVM. The first step is to remove bash/socat based
> password server with a Python based server that uses Threads
> instead of Forks (so less memory intensive) and cleans up
> properly.
> 

Shall we make sure this new service listens on IPv6 as well? Let's not
introduce a new IPv4-only service :-)

> 
>> On 11-Mar-2015, at 7:09 pm, Nux!  wrote:
>> 
>> Hi Wido,
>> 
>> 
 If a guest has confirmed the password was retrieved delete
 it straight away. I am not sure this is what you asked. :)
 
>>> 
>>> How would the guest confirm? Merely retrieving it doesn't
>>> guarantee that the client was able to set it.
>>> 
>>> I'd say keep if for 15 minutes, so that the guest can try a
>>> couple of times before we expire the password.
>> 
>> Nothing against keeping the password around for a few more
>> minutes or hours.
>> 
>> Looking at this password script[1] for example, it looks like the
>> guest can confirm that password was successfully retrieved and
>> set like this:
>> 
>> wget -t 3 -T 20 -O - --header "DomU_Request: saved_password"
>> $PASSWORD_SERVER_IP:8080
>> 
>> 
>> [1] -
>> https://raw.githubusercontent.com/shankerbalan/cloudstack-scripts/master/archlinux/cloudstack-set-guest-password
>>
>
>> 
> Regards, Rohit Yadav Software Architect, ShapeBlue M. +91 88 262
> 30892 | rohit.ya...@shapeblue.com Blog: bhaisaab.org | Twitter:
> @_bhaisaab
> 
> 
> 
> Find out more about ShapeBlue and our range of CloudStack related
> services
> 
> IaaS Cloud Design &
> Build CSForge –
> rapid IaaS deployment framework 
> CloudStack
> Consulting CloudStack
> Software
> Engineering 
> CloudStack Infrastructure
> Support 
> CloudStack Bootcamp Training
> Courses
> 
> This email and any attachments to it may be confidential and are
> intended solely for the use of the individual to whom it is
> addressed. Any views or opinions expressed are solely those of the
> author and do not necessarily represent those of Shape Blue Ltd or
> related companies. If you are not the intended recipient of this
> email, you must neither take any action based upon its contents,
> nor copy or show it to anyone. Please contact the sender if you
> believe you have received this email in error. Shape Blue Ltd is a
> company incorporated in England & Wales. ShapeBlue Services India
> LLP is a company incorporated in India and is operated under
> license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is
> a company incorporated in Brasil and is operated under license from
> Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company registered by The
> Republic of South Africa and is traded under license from Shape
> Blue Ltd. ShapeBlue is a registered trademark.
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVAJFwAAoJEAGbWC3bPspC++8QALGc/ggAhOTuv4YH/H5k+kdo
ccUbOdRd5YDaVwuc0lqAVz1mfiCu2KWSV8dMAH60Xty3H7Yz3CtfNt2LF6EUEPs8
McorD6eR4WjmlUwjl+kl/vcyPcMgkKhQ2Im75EvTkoAhDpxeD25damqU9dOjTcZq
w4njFO8Q0lJRdssAQpQhampPDY0A2Itdb3TwEOAhu+/3gQiHPUkQKi6pTJfJZVf/
yzux8yCEXup9w3VzaWU3zpc2O9VNDyuWzQkSarxvZucP3kFFfoQkiDJekg4ooijP
wpN4Y6QyIy9djVKA7gh7miky5z7RZfkr8aLUi5BjOrH6Beh+wNKI5xAmCIt9rV7C
+DapHEQO9P6hMzXawAoojazLuSz8X/4H6Ds7b/9/XVe8bxueDMdsk1uMDVp2Shqf
UztJ4Ik/iWypReuJjEKSxx9BJq+CJHUDgUQQcdfIAv+V2s7WjHMj94bPxUbf6a48
lHTtJH4sQdwK3GLV7nN0dnpxo3lOEkQmn7sTILbKXCo5+Kx2qEKap4122CvthyT2
3WpBsEAhxDGDUKfisp1zzf+JRKnLAS/Ve5oWm9uQ+76CvbSfrl6i4NXzviPKdjfk
bFklM7xaO+JY/dH0PnOA5XrBGNGAqiEczvtjWQub+gWi2k03R4tQns1maYgW1d2U
3GIjru7LyLBYMIQmudZA
=a25U
-END PGP SIGNATURE-


RE: Nordic / Scandinavian Users

2015-03-11 Thread Sonali Jadhav
Hi,

Nordiska servercentralen AB, is a Swedish company. We're providing various 
cloud services, domain, web hosting, backup, hosted exchange, SharePoint, TS, 
App-v, VPS, dedicated servers, co-locations etc.. . And from this month we're 
putting our CloudStack 4.5 into production. 

/Sonali

-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com] 
Sent: Wednesday, March 11, 2015 2:33 PM
To: dev; us...@cloudstack.apache.org
Subject: Re: Nordic / Scandinavian Users

Thanks for all your feedback, I'd hope for some more, so I'll be bumping the 
thread sporadically to fetch any newcomers/late readers/sporadic readers/etc.
If you know anyone that should be on the list, feel free to mention it.

Henrik: Don't think I've met you yet, so which company are you working for?

The current list:
EVRY (Norway)
GreenQloud (Iceland)
Henrik Johansen++ (Denmark)

--
Erik


On Thu, Mar 5, 2015 at 12:23 PM, Henrik Johansen  wrote:

> We are located in DK and have a few people using CS ...
>
>
> > On 05 Mar 2015, at 12:00, Erik Weber  wrote:
> >
> > [This is cross-posted to dev@ to catch anyone that might not follow
> users@,
> > but I'd prefer if the thread continues on users@.]
> >
> > From time to time I see some nordic / scandinavian names, company names,
> > domains etc. but I don't really know how many there are, and I guess
> there
> > could be some lurkers as well.
> >
> > I'm trying to get a sense of how many CloudStack interested parties there
> > are in the Nordics (be it users or devs).
> >
> > If you feel that you fit in this category, and somehow would like to get
> in
> > touch with others, feel free to chime in, if the number of potential
> > participants is decent we could try to organize a user group meeting or
> > more :-)
> >
> >
> > --
> > Erik
>
>




Jira Karma

2015-03-11 Thread Erik Weber
I don't seem to be able to assign myself issues, anyone feel like giving me
karma?

Username: webern

Thanks :-)

-- 
Erik


Re: Updating VR template, without ACS update

2015-03-11 Thread Andrija Panic
Thanks a lot Marcus, will probably activate the recreate on reboot stuff.

You said you manually reboot/recreate VRs after upgrade, instead of using
the script - you finish all VRs upgrade/recreate before actually giving
client access to cloudstack again?

I mean - there is operational risk as you pointed out, if after upgrade I
dont use script for VR upgrade, and reboot/recreate each VR manually during
the next couple of days...if clients are modifying their VPCs before the VR
is upgraded...

If for any reason I need to downgrade, I guess I would need to recreate all
VRs/ssvm/cpvm again...

Thanks again for sharing your experience.
Andrija
On Mar 11, 2015 5:26 PM, "Marcus"  wrote:

> I've never used the official script to upgrade. I always set to the
> global setting to recreate on reboot of systemvms, it has been more
> robust for me to do it the cloudy way and get a fresh vm on every
> boot. With various issues that have arisen in the past (file system
> filling up, fsck required on unclean shutdown, etc) it's just nice to
> know that you're always a reboot away from getting a pristine config.
> I was surprised when I heard about the patchviasocket issue as I've
> run thousands of routers  and upgraded them multiple times, never once
> having an issue. Nor in my nested vm dev environment. Perhaps it was
> just our fast storage or something. I think someone added in some
> retries or something like that.
>
> Keep in mind that you usually don't need to drop in a new template for
> a bugfix release, and it's sufficient to reboot. The exception to this
> is if the bugfix release specifically indicates a new template, say
> for a security fix on software in the OS of the template. Either way,
> CloudStack will go through the full reprogramming process, and
> stop/start the router to attach a new ISO with the new code and
> install it on the router template, whether it images a fresh template
> or uses an existing one.
>
> On Wed, Mar 11, 2015 at 3:59 AM, Andrija Panic 
> wrote:
> > Thanks Markus.
> >
> > So anyway, I need to make some time to upgrade to 4.3.2.
> >
> > Can I manually reboot VR/s one by one after the upgrade is done (instead
> of
> > using the script for rebooting ssvm, cpvm, and 66 VRs...)
> > And is this reallt reboot inside OS - not destroying and recreating VRs
> ???
> >
> > Or would you still recommend rebooting VRs via sctipt - I understand that
> > it reboots VRs one by one...
> >
> > I would not like to recreate VR, and then hit a bug with VR creation,
> that
> > I'm having right now... :(
> >
> > Thanks
> >
> >
> >
> >
> > On 10 March 2015 at 20:14, Marcus  wrote:
> >
> >> Hi,
> >>   It's impossible to know without looking at the changes in 4.3.1,
> >> 4.3.2.  Your routers will be running old code, and will probably work,
> >> but might not, e.g. if a router script is called with parameters that
> >> don't exist in the version of the script that the router runs. If you
> >> don't plan on making any changes (add ACLs, spin up new VMs, etc) to
> >> these VPCs they'll most likely run just fine as-is, but any changes
> >> are a big ?
> >>
> >>  As far as your question about replacing the template, I believe
> >> CloudStack looks for the latest of a specific version, so if you
> >> retire your existing template and install a new one per the 4.3
> >> upgrade instructions it should choose that. Note that for routers
> >> specifically there s a global option 'router.template.kvm' that can be
> >> pointed to a specific template name to use for routers.
> >>
> >> On Tue, Mar 10, 2015 at 7:46 AM, Andrija Panic  >
> >> wrote:
> >> > Hi,
> >> >
> >> > I was wondering is it possibe to update/replace the VR template
> somehow
> >> > without actually updating the ACS.
> >> >
> >> > I'm running ACS 4.3.0, and having some issues with remote IP not being
> >> > really shown during Port Forwarding and Static NAT (VR also does SNAT
> >> > beside the DNAT)
> >> >
> >> > I know question is a little bit weird - but...
> >> >
> >> > Another Q: I can see that after ACS is upgraded, there is restart of
> each
> >> > System VM needed - we have over 50-60 VPCs - this also means that I
> need
> >> to
> >> > wait for 60 VRs to reboot.
> >> > Is there any drawnback of runnng existing VRs after ACS 4.3.0 is
> updated
> >> to
> >> > 4.3.2 and then later manually reboot each VR from
> Infrastructure/Virtual
> >> > Routers ?
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > Andrija Panić
> >>
> >
> >
> >
> > --
> >
> > Andrija Panić
>


sudo chmod - bad practice

2015-03-11 Thread ilya musayev

Is there any way we can avoid having chmod in /etc/sudoers file?

This line in sudoers file makes me very uncomfortable

https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=python/lib/cloudutils/serviceConfig.py;hb=a10a9d522c56f707a9674f1486f58697e8c5206a

723 
 

724 
 
class sudoersConfig(serviceCfgBase):
725 
 
def __init__(self, syscfg):
726 
 
super(sudoersConfig, self).__init__(syscfg)
727 
 
self.serviceName = "sudoers"
728 
 
def config(self):
729 
 
try:
730 
 
cfo = configFileOps("/etc/sudoers", self)
731 
 
cfo.addEntry("cloud ALL ", "NOPASSWD : /bin/chmod, /bin/cp, /bin/mkdir, /bin/mount, /bin/umount")
732 
 
cfo.rmEntry("Defaults", "requiretty", " ")
733 
 
cfo.save()
734 
 
return True
735 
 
except:
736 
 
raise
737 
 

738 
 
def restore(self):
739 
 
return True
740 
 




Can this be avoided?



Re: sudo chmod - bad practice

2015-03-11 Thread ilya musayev
I dont see where MS requires the use of chmod directly based on the 
quick look against ASF grep search, if someone finds it - please let me 
know.


https://git-wip-us.apache.org/repos/asf?p=cloudstack.git&a=search&h=a10a9d522c56f707a9674f1486f58697e8c5206a&st=grep&s=chmod



On 3/11/15 4:06 PM, ilya musayev wrote:

Is there any way we can avoid having chmod in /etc/sudoers file?

This line in sudoers file makes me very uncomfortable

https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blob;f=python/lib/cloudutils/serviceConfig.py;hb=a10a9d522c56f707a9674f1486f58697e8c5206a

723 
 

724 
 
class sudoersConfig(serviceCfgBase):
725 
 
def __init__(self, syscfg):
726 
 
super(sudoersConfig, self).__init__(syscfg)
727 
 
self.serviceName = "sudoers"
728 
 
def config(self):
729 
 
try:
730 
 
cfo = configFileOps("/etc/sudoers", self)
731 
 
cfo.addEntry("cloud ALL ", "NOPASSWD : /bin/chmod, /bin/cp, /bin/mkdir, /bin/mount, /bin/umount")
732 
 
cfo.rmEntry("Defaults", "requiretty", " ")
733 
 
cfo.save()
734 
 
return True
735 
 
except:
736 
 
raise
737 
 

738 
 
def restore(self):
739 
 
return True
740 
 




Can this be avoided?





Re: [HELP] VR sometimes fail to start

2015-03-11 Thread ilya musayev

Andrija,

Have you tried the solution Loic mentioned? Its seems like an easy one 
to try..


Thanks
ilya

On 3/11/15 3:54 AM, Andrija Panic wrote:

Oh well, I will then update to 4.3.2 anyway, and hope to see the problem go
away...

THanks guys

On 10 March 2015 at 22:45, Loic Lambiel  wrote:


Hi,

Maybe the same issue we faced here: https://github.com/exoscale/
cloudstack/commit/df3e7533a78c3594cdd39b8b18e6f4a3abcb8cfd

The patch has not been yet submitted upstream. I'll do it once it is
running on our production.

Anyway, you may easily test it by performing the small change directly
into the script.

Hope that helps.

Regards,

Loic Lambiel


On 10/03/15 19:40, Andrija Panic wrote:


Hi guys,

Kernel is Elrepo 3.10.67 (CentOS 6.6)
Libvirt manually compiled 1.2.3 with RBD support.
Qemu 0.12.1.2 - Inktank patched original RHEL 6.4 rpms with RBD support.

And here is the output, with debug mode, from Agent.

At the begining I see agent deleting routes for 169.254.x.x network...:

Basically, It seems like the
/usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/patchviasocket.pl
is
failing, not being able to connect to socket...
And I could not ping VR (169.254.2.99)...

LOG:

2015-03-10 16:43:46,976{GMT} DEBUG [cloud.agent.Agent]
(agentRequest-Handler-4:) Processing command:
com.cloud.agent.api.GetVmStatsCommand
2015-03-10 16:43:50,884{GMT} DEBUG [cloud.agent.Agent]
(agentRequest-Handler-1:) Request:Seq 788-1319632926:  { Cmd , MgmtId:
161344838950, via: 788, Ver: v1, Flags: 100111,
[{"com.cloud.agent.api.StartCommand":{"vm":{"id":
2191,"name":"r-2191-VM","type":"DomainRouter","cpus":1,"
minSpeed":166,"maxSpeed":1000,"minRam":268435456,"maxRam":
268435456,"arch":"x86_64","os":"Debian
GNU/Linux 7(64-bit)","bootArgs":" vpccidr=10.0.0.0/8
domain=cs2cloud.internal dns1=8.8.8.8 dns2= template=domP name=r-2191-VM
eth0ip=169.254.2.99 eth0mask=255.255.0.0 type=vpcrouter
disable_rp_filter=true","rebootOnCrash":false,"
enableHA":true,"limitCpuUse":false,"enableDynamicallyScaleVm":
false,"vncPassword":"e9e24eb0b1ff8ec2","params":{"
memoryOvercommitRatio":"1.0","cpuOvercommitRatio":"6.0"},"
uuid":"485587f7-4a04-4d77-bc36-2367f2adf77e","disks":[{"
data":{"org.apache.cloudstack.storage.to.VolumeObjectTO":{"
uuid":"d042e003-5278-461d-8a35-3b1261164f93","
volumeType":"ROOT","dataStore":{"org.apache.cloudstack.
storage.to.PrimaryDataStoreTO":{"uuid":"5b93422e-1a66-353d-
88a8-2203f79b1dc6","id":209,"poolType":"RBD","host":"
cephmon.domaina.net","path":"cloudstack","port":6789,"url":"RBD://
cephmon.domaina.net/cloudstack/?ROLE=Primary&
STOREUUID=5b93422e-1a66-353d-88a8-2203f79b1dc6
"}},"name":"ROOT-2191","size":262144,"path":"d042e003-
5278-461d-8a35-3b1261164f93","volumeId":2857,"vmName":"r-
2191-VM","accountId":2,"format":"RAW","id":2857,"
deviceId":0,"hypervisorType":"KVM"}},"diskSeq":0,"path":"
d042e003-5278-461d-8a35-3b1261164f93","type":"ROOT","_
details":{"managed":"false","storagePort":"6789","storageHost":"
cephmon.domaina.net
","volumeSize":"262144"}}],"nics":[{"deviceId":0,"
networkRateMbps":-1,"defaultNic":false,"uuid":"d27a7aad-2dcc-45c7-bf30-
3302d011da66","ip":"169.254.2.99","netmask":"255.255.0.0","
gateway":"169.254.0.1","mac":"0e:00:a9:fe:02:63","
broadcastType":"LinkLocal","type":"Control","
isSecurityGroupEnabled":false}]},"hostIp":"10.44.253.180","
executeInSequence":false,"wait":0}},{"com.cloud.agent.
api.check.CheckSshCommand":{"ip":"169.254.2.99","port":
3922,"interval":6,"retries":100,"name":"r-2191-VM","wait":
0}},{"com.cloud.agent.api.GetDomRVersionCmd":{"accessDetails":{"
router.name
":"r-2191-VM","router.ip":"169.254.2.99"},"wait":0}},{"
com.cloud.agent.api.PlugNicCommand":{"nic":{"
deviceId":1,"networkRateMbps":9,"defaultNic":true,"uuid"
:"fe848dbe-cf4b-473e-8124-62289f86b144","ip":"5.226.146.
62","netmask":"255.255.255.128","gateway":"5.226.146.1","
mac":"06:f0:d6:00:01:49","broadcastType":"Vlan","type":"
Public","broadcastUri":"vlan://untagged","isolationUri":"
vlan://untagged","isSecurityGroupEnabled":false,"name":"breth1-500"},"
instanceName":"r-2191-VM","vmType":"DomainRouter","wait":
0}},{"com.cloud.agent.api.routing.IpAssocVpcCommand":{"
ipAddresses":[{"accountId":2,"publicIp":"5.226.146.62","
sourceNat":true,"add":true,"oneToOneNat":false,"firstIP":
false,"broadcastUri":"vlan://untagged","vlanGateway":"5.
226.146.1","vlanNetmask":"255.255.255.128","vifMacAddress":"
06:f0:d6:00:01:49","networkRate":9,"trafficType":"Public","
networkName":"breth1-500"}],"accessDetails":{"router.guest.
ip":"5.226.146.62","zone.network.type":"Advanced","
router.name
":"r-2191-VM","router.ip":"169.254.2.99"},"wait":0}},{"
com.cloud.agent.api.routing.SetSourceNatCommand":{"
ipAddress":{"accountId":2,"publicIp":"5.226.146.62","
sourceNat":true,"add":true,"oneToOneNat":false,"firstIP":
false,"broadcastUri":"vlan://untagged","vlanGateway":"5.
226.146.1","vlanNetmask":"255.255.255.128","vifMacAddress":"
06:f0:d6:00:01:49","networkRate":9,"trafficType":"Public","
networkName":"breth1-500"},"

Re: Jira Karma

2015-03-11 Thread David Nalley
Done

On Wed, Mar 11, 2015 at 4:36 PM, Erik Weber  wrote:
> I don't seem to be able to assign myself issues, anyone feel like giving me
> karma?
>
> Username: webern
>
> Thanks :-)
>
> --
> Erik


access to Jenkins

2015-03-11 Thread Raja Pullela
Hi,

Can  someone please give me access to the http://jenkins.buildacloud.org/ ?
There is a build script that is having an issue and would like to check it out.

Thanks,
Raja



Re: Jira Housekeeping - 'Old Blockers'

2015-03-11 Thread Francois Gaudreault

Paul,

I do see my name beside some of these :S I believe it's fair to 
downgrade mine to something lower and/or close them. However, I am 
pretty sure these bugs still exists today, but unfortunately I'm not 
equipped to fully retest them. If you go with the close option, I can 
reopen them later if needed.


Thanks!

FG

On 2015-03-10 9:26 AM, Paul Angus wrote:

Thanks Rajani,

It's an interesting read. I'm hoping to rope a load of people into the overall 
effort. There are 1468 open issues in Jira, we really need to start by cleaning 
up duplicates, obsolete issues, and 'non-issues'.

Regards

Paul Angus
Cloud Architect
S: +44 20 3603 0540 | M: +447711418784 | T: CloudyAngus
paul.an...@shapeblue.com

-Original Message-
From: Rajani Karuturi [mailto:raj...@apache.org]
Sent: 08 March 2015 10:50
To: dev@cloudstack.apache.org
Subject: Re: Jira Housekeeping - 'Old Blockers'

I would like to share a blog post I read recently which I believe is relevant 
in this context.
http://words.steveklabnik.com/how-to-be-an-open-source-gardener

~Rajani

On Sat, Mar 7, 2015 at 11:18 PM, Daan Hoogland 
wrote:


Guys, It has been discussed before and My proposal was that no issue
is a blocker unless it has been discussed as such on dev@. This has
never been voted on AFAIR. No release should go out with a blocker
open, so 'old' blockers is kind of awkward. I'd say triage them and
close or downgrade.

On Fri, Mar 6, 2015 at 12:51 PM, Abhinandan Prateek
 wrote:

Hi Paul,

   This is a good initiative !

I think we should clean up Jira as we go forward. Blockers
languishing

around is not a good sign.

I personally feel that blockers that are more than a year old can be

safely closed, as these may be hard to reproduce as things have
changed since then or probably these are not relevant now.

anything remaining should then be worked upon and resolved/closed.

On 06-Mar-2015, at 3:42 pm, Paul Angus 
paul.an...@shapeblue.com>> wrote:

Hey Guys,

I’m thinking that it would be a good idea to do a bit of Jira

housekeeping to clear up any orphaned bugs (or fix any long standing
issues).

So,  starting at the top, we have 9 ‘Blockers’ to old releases.
Which

are still hanging around.  Could people maybe pick one or two and
close them if no longer an issue or update the Affects Version(s) if
it’s still relevant ?

Issue Type

Key

Summary

Assignee

Reporter

Priority

Status

Resolution

Created

Updated

Affects Version/s

Bug

CLOUDSTACK-6801

Public IP not assigned to eth1 on VR in VPC

Unassigned

Andrija Panic

Blocker

Open

Unresolved

28/05/2014 20:19

30/05/2014 18:36

4.3.0

Bug

CLOUDSTACK-6004

Cannot do Local to Local Xen StorageMotion using XS6.2SP1

Unassigned

Francois Gaudreault

Blocker

Open

Unresolved

31/01/2014 15:21

31/01/2014 15:24

4.2.1

Bug

CLOUDSTACK-5717

Unable to start new instance

Unassigned

Alex Rybchenko

Blocker

Open

Unresolved

02/01/2014 11:34

02/01/2014 11:44

4.2.0

Bug

CLOUDSTACK-5397

Starting VM fails if VM snapshot is created

Unassigned

Antonio Petrocelli

Blocker

Open

Unresolved

06/12/2013 08:31

06/12/2013 08:31

4.2.0

Bug

CLOUDSTACK-5159

Reset SSH keypair sometimes fails in Vmware

Unassigned

Girish Shilamkar

Blocker

Open

Unresolved

14/11/2013 05:29

14/11/2013 05:29

4.2.1

Bug

CLOUDSTACK-5108

test_vpc_network_pfules tests sometimes fails to wget from spawned

instance

Unassigned

Girish Shilamkar

Blocker

Open

Unresolved

08/11/2013 13:13

08/11/2013 14:46

4.2.1

Bug

CLOUDSTACK-5095



est_project_limits.TestResourceLimitsProject.test_05_snapshots_per_pro
ject
fails to create snapshot

Unassigned

Girish Shilamkar

Blocker

Open

Unresolved

08/11/2013 04:21

17/12/2013 08:48

4.2.1

Bug

CLOUDSTACK-4192

AutoScaling: More VMs than Maximum are created

Unassigned

Francois Gaudreault

Blocker

Open

Unresolved

08/08/2013 15:45

08/08/2013 15:45

4.1.1

Bug

CLOUDSTACK-83

hitting exception when trying to take two consecutive snapshot on
same

volume

Unassigned

shweta agarwal

Blocker

Reopened

Unresolved

12/09/2012 12:44

02/09/2014 08:59

pre-4.0.0


Jira search URL:


https://issues.apache.org/jira/issues/?jql=project%20%3D%20CLOUDSTACK%
20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20%28Open%2C%20%22In
%20Progress%22%2C%20Reopened%2C%20Reviewable%29%20AND%20priority%20%3D
%20Blocker%20AND%20resolution%20%3D%20Unresolved%20AND%20affectedVersi
on%20in%20%284.0.0%2C%204.0.1%2C%204.0.2%2C%204.1.0%2C%204.1.1%2C%204.
2.0%2C%204.2.1%2C%204.3.0%2C%204.3

Re: access to Jenkins

2015-03-11 Thread Rajani Karuturi
Any help on jenkins is appreciated. created a user for you.
I tried to fix the master build jobs. But, I didnt see any issues with the
job as such. Failures are system failures.



~Rajani

On Thu, Mar 12, 2015 at 9:08 AM, Raja Pullela 
wrote:

> Hi,
>
> Can  someone please give me access to the http://jenkins.buildacloud.org/
> ?
> There is a build script that is having an issue and would like to check it
> out.
>
> Thanks,
> Raja
>
>


Re: Review Request 30821: CLOUDSTACK-8236: Automation test cases for storage migration test path

2015-03-11 Thread SrikanteswaraRao Talluri

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



test/integration/testpaths/testpath_storage_migration.py


fix the license text



test/integration/testpaths/testpath_storage_migration.py


on Vmware zwps and cwps can not exist at the same time.
Please change the comment.



test/integration/testpaths/testpath_storage_migration.py


good to check self.hypervisor.lower() 
correct all other instances


- SrikanteswaraRao Talluri


On March 2, 2015, 9:12 a.m., Ashutosh Kelkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30821/
> ---
> 
> (Updated March 2, 2015, 9:12 a.m.)
> 
> 
> Review request for cloudstack and SrikanteswaraRao Talluri.
> 
> 
> Bugs: CLOUDSTACK-8236
> https://issues.apache.org/jira/browse/CLOUDSTACK-8236
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Test cases for Storage Migration test path.
> 
> 
> Diffs
> -
> 
>   test/integration/testpaths/testpath_storage_migration.py PRE-CREATION 
>   tools/marvin/marvin/codes.py a7e8ec8 
>   tools/marvin/marvin/config/test_data.py 80e0abd 
>   tools/marvin/marvin/lib/base.py 7443373 
> 
> Diff: https://reviews.apache.org/r/30821/diff/
> 
> 
> Testing
> ---
> 
> Live migrate scenario log on Xen.
> 
> Test migrate Volume (root and data disk) ... === TestName: 
> test_01_migrate_root_and_data_disk_live | Status : SUCCESS ===
> ok
> 
> --
> Ran 1 test in 529.320s
> 
> OK
> 
> 
> Thanks,
> 
> Ashutosh Kelkar
> 
>



Re: build cloudstack in windows error

2015-03-11 Thread Yitao Jiang
paste more error details with run mvn  -rf :cloud-apidoc command.
BYW, maybe the error caused by python interpreter cannot find the gentoc.py
file, edit
build-apidoc.sh file, changeing code of  *python "$thisdir/gen_toc.py"
$(find . -type f)* of $thisdir
to the absolute directory of gen_toc.py exists. Note to the double \


---
Thanks,
Yitao(依涛 姜)
jiangyt.github.io

On Wed, Mar 11, 2015 at 6:15 PM, wangyuyang1...@163.com <
wangyuyang1...@163.com> wrote:

>
> i build cloudstack in windows with cygwin ,but get this error,who know why?
>
>
> [INFO] Apache CloudStack Test . SUCCESS [
> 3.018 s]
> [INFO] Apache CloudStack Developer Mode ... SUCCESS [
> 2.284 s]
> [INFO] Apache CloudStack Developer Tools .. SUCCESS [
> 2.054 s]
> [INFO] Apache CloudStack apidocs .. FAILURE [
> 13.904 s]
> [INFO] Apache CloudStack marvin ... SKIPPED
> [INFO] Apache CloudStack DevCloud . SKIPPED
> [INFO] Apache CloudStack DevCloud-KVM . SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 04:25 min
> [INFO] Finished at: 2015-03-11T18:12:11+08:00
> [INFO] Final Memory: 90M/715M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project
> cloud-apidoc: Command execution failed. Process exited with an error: 1
> (Exit value: 1) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :cloud-apidoc
>
>
>
> wangyuyang1...@163.com


  1   2   >