Re: long running async job

2015-02-06 Thread Daan Hoogland
vijay, these are global config settings we are talking about.
job.cancel.threshold.minutes, is used in AsyncJobManagerImpl as
Koushik describes.

On Fri, Feb 6, 2015 at 8:17 AM, vijay thompson  wrote:
> hi
>
> where is this job.expire.minutes located in cloudstack
>
> Thanks
>
> On Fri, Feb 6, 2015 at 12:35 PM, Koushik Das  wrote:
>
>> There is another config 'job.cancel.threshold.minutes' (defaulted to 60
>> mins) based on which async job is forcefully cancelled. Can you check if
>> this is cancelling the job?
>>
>> Also if you want to debug - checkout the GC code present in
>> AsyncJobManagerImpl.java
>>
>> -Koushik
>>
>> -Original Message-
>> From: Marcus [mailto:shadow...@gmail.com]
>> Sent: Friday, 6 February 2015 11:56
>> To: dev@cloudstack.apache.org
>> Subject: Re: long running async job
>>
>> I believe the job.expire.minutes is the cleanup (the only thing that
>> *should* be removing jobs from the table), that's 1440 min.
>>
>> On Thu, Feb 5, 2015 at 11:19 AM, Daan Hoogland 
>> wrote:
>> > there is a global setting called something like
>> > job.timeout.threshold.* . there also is a cleanup value. The timeout
>> > or cleanu don't kill the backecnd process!
>> >
>> > On Thu, Feb 5, 2015 at 6:53 PM, Marcus  wrote:
>> >> Hi,
>> >> I'm wondering if someone can refresh me on the limitations around
>> >> async jobs and how to tune them.  How long will they run for and
>> >> which global settings control that? As an aside, in one of my dev
>> >> environments running 4.3 I've found that a long running job will
>> >> simply disappear from the async_jobs table after about an hour. For
>> >> example if I make an async job that just does a shell 'sleep 7200'
>> >> and then poll for the async job the queryAsyncJobResult api call
>> >> works and then eventually throws an error saying that the job is not
>> >> found, around about the hour mark (within 10 minutes, haven't timed
>> exactly).
>> >> When this happens, I can clearly see that the job is still running by
>> >> doing a process list on the server, but the job entry has been purged
>> >> from the mysql table. My job.expire.minutes is 1440.
>> >
>> >
>> >
>> > --
>> > Daan
>>



-- 
Daan


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Rohit Yadav

Mike can you try by adding kvmclock.disable=true in your
agent.properties and test if it then works (this is a workaround).

On Friday 06 February 2015 01:31 AM, Mike Tutkowski wrote:

Hi everyone,

So, what do we want to do here? It seems that KVM doesn't work on CS 4.5
(due to this kvmclock issue).

How do we go about collecting enough data points in order to determine
if we can drop Ubuntu 12.04 from the supported list of environments with
regards to KVM on CS 4.5?

Thanks,
Mike

On Wed, Feb 4, 2015 at 10:58 AM, Mike Tutkowski
mailto:mike.tutkow...@solidfire.com>> wrote:

FYI: From what I observed, I could not get a user VM to start on
Ubuntu 12.04.1 using CloudStack 4.6. I think Marcus believes the
same issue would be present using CloudStack 4.5 with Ubuntu 12.04.1.

On Wed, Feb 4, 2015 at 6:29 AM, Rohit Yadav
mailto:rohit.ya...@shapeblue.com>> wrote:

Hi Wilder,

The issue I shared was related to KVM (based on Ubuntu 14.04), I
think
as user VMs Ubuntu 12.04 should run fine. Though you can help
test 4.4.2
to 4.5.0 (use latest 4.5 branch) as well.

I've spent last two weeks only on testing various components and
upgrade
scenarios but mostly with KVM, I think now the upgrade process
is pretty
smooth with fewer rough edges.

On Wednesday 04 February 2015 05:58 PM, Wilder Rodrigues wrote:

Hi there,

We are currently using 4.4.2 in our production environment
and we have
Ubuntu 12.04-5 VMs. That would be crucial to have support to
Ubuntu 12.04.

Is there any bug already created that we can have a look and
help to
fix? Not being able to upgrade from 4.4.2 to 4.5 wouldn’t be
cool.

Cheers,
Wilder


On 02 Feb 2015, at 08:53, Mike Tutkowski
mailto:mike.tutkow...@solidfire.com>
>> wrote:

Also, just as an FYI, after I upgraded Ubuntu from 12.04
to 14.04, I
was able to create a VM using CS 4.6 (as we expected
would be the case).

As Marcus mentioned, we should try to determine if
Ubuntu 12.04 should
be a supported platform for CS 4.5.

On Sun, Feb 1, 2015 at 7:12 PM, Mike Tutkowski
mailto:mike.tutkow...@solidfire.com>
>>
wrote:

 Thanks, Rohit

 As Marcus later commented, it's a compatibility
issue with Ubuntu
 12.04 (which is what I'm running).

 On Sun, Feb 1, 2015 at 6:30 PM, Rohit Yadav
 mailto:rohit.ya...@shapeblue.com>
>> wrote:

 Hi Mike,

 I’ve tested 4.5 branch with KVM/Ubuntu 14.04
and local storage
 seems to work for me. I’ve not tested it
thoroughly things
 like migration, attaching/detach localstorage
disks etc.

 > On 31-Jan-2015, at 1:10 pm, Mike Tutkowski
 mailto:mike.tutkow...@solidfire.com>
 >> wrote:
 >
 > Hi everyone,
 >
 > Any news on this?
 >
 > I am still having trouble creating a VM on
local storage on
 KVM (with or without kvmclock.disable=true in
agent.properties).
 >
 > I'm on Ubuntu 12.04.1.
 >
 > Thanks!
 > Mike
 >
 > On Sat, Jan 24, 2015 at 2:19 AM, Wilder Rodrigues
 mailto:wrodrig...@schubergphilis.com>
 >> wrote:
 > Okay, thanks for the clarification.
 >
 > I will test it over the weekend.
 >
 > Cheers,
 > Wilder
 >
 > On 22 Jan 2015, at 15:20, Rohit Yadav
 mailto:rohit.ya...@shapeblue.com>


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Rohit Yadav

Hi all,

I've been trying to fix few issues, the localstorage seems to work now
among other things. I've identified few more issues that I'll fix today,
after that and fixing such issues (kvmclock) etc let's request David to
spin up another RC.

On Friday 06 February 2015 12:21 PM, Mike Tutkowski wrote:

Sounds reasonable to me.

Would you be willing to put those changes in for 4.5 before we spin up
another RC, Marcus?

On Thursday, February 5, 2015, Marcus  wrote:


I think we can wrap this in a version check as we have many other
things, that way Ubuntu 12.04 users who leverage newer libvirt
packages (as I'm temped to believe the majority of actual deployments
do) can still see the benefit, and we don't have to worry about
targeting a specific release. This will have the negative side effect
of not allowing centos 6.x people from leveraging their backported
support since their version numbers are deceptive, but it's probably
the smartest, most compatible way to indroduce it.


On Thu, Feb 5, 2015 at 3:10 PM, Mike Tutkowski
 wrote:

OK - thanks, Andrei

Marcus - Do we want to put a plan in place to fix or remove kvmclock in
Ubuntu 12.04? CS 4.5 is not yet GA, so we should probably come up with a
plan of attack soon.

Technically this just impacts using KVM on Ubuntu 12.04 in CS 4.5 (and
4.6), I believe.

Thanks!

On Thu, Feb 5, 2015 at 4:05 PM, Andrei Mikhailovsky 
wrote:


I personally would compare Ubuntu 12.04 to Windows Server 2008R2 in

terms

of it's popularity compared with the next stable release. You do see
Windows 2012 servers about, but 2008R2 is still very popular. Same as
Ubuntu 14.04 and 12.04.

Andrei
- Original Message -


From: "Mike Tutkowski" 
To: dev@cloudstack.apache.org
Sent: Thursday, 5 February, 2015 10:29:19 PM
Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1



Thanks for the feedback, Andrei.



I personally don't have a good feel for how common or not 12.04 still
is,
so it's great to have your comments.



On Thu, Feb 5, 2015 at 3:07 PM, Andrei Mikhailovsky

wrote:



Mike, I think dropping Ubuntu 12.04 will not be taken kindly by the
community. I am not speaking for myself as I've upgraded to 14.04
already,
but there are still tons of 12.04 installs.

Andrei

- Original Message -


From: "Mike Tutkowski" 
To: "Rohit Yadav" 
Cc: "Wilder Rodrigues" ,
dev@cloudstack.apache.org, "int-toolkit"
, "int-cloud"

Sent: Thursday, 5 February, 2015 8:01:38 PM
Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1



Hi everyone,



So, what do we want to do here? It seems that KVM doesn't work on
CS
4.5
(due to this kvmclock issue).



How do we go about collecting enough data points in order to
determine if
we can drop Ubuntu 12.04 from the supported list of environments
with
regards to KVM on CS 4.5?



Thanks,
Mike



On Wed, Feb 4, 2015 at 10:58 AM, Mike Tutkowski <
mike.tutkow...@solidfire.com> wrote:



FYI: From what I observed, I could not get a user VM to start
on
Ubuntu
12.04.1 using CloudStack 4.6. I think Marcus believes the same
issue would
be present using CloudStack 4.5 with Ubuntu 12.04.1.

On Wed, Feb 4, 2015 at 6:29 AM, Rohit Yadav

wrote:


Hi Wilder,

The issue I shared was related to KVM (based on Ubuntu 14.04),
I
think
as user VMs Ubuntu 12.04 should run fine. Though you can help
test
4.4.2
to 4.5.0 (use latest 4.5 branch) as well.

I've spent last two weeks only on testing various components
and
upgrade
scenarios but mostly with KVM, I think now the upgrade process
is
pretty
smooth with fewer rough edges.

On Wednesday 04 February 2015 05:58 PM, Wilder Rodrigues
wrote:


Hi there,

We are currently using 4.4.2 in our production environment
and we
have
Ubuntu 12.04-5 VMs. That would be crucial to have support to
Ubuntu
12.04.

Is there any bug already created that we can have a look and
help
to
fix? Not being able to upgrade from 4.4.2 to 4.5 wouldn’t be
cool.

Cheers,
Wilder


On 02 Feb 2015, at 08:53, Mike Tutkowski
mailto:mike.tutkow...@solidfire.com>> wrote:

Also, just as an FYI, after I upgraded Ubuntu from 12.04 to
14.04, I

was able to create a VM using CS 4.6 (as we expected would
be
the case).

As Marcus mentioned, we should try to determine if Ubuntu
12.04
should
be a supported platform for CS 4.5.

On Sun, Feb 1, 2015 at 7:12 PM, Mike Tutkowski
mailto:mike.tutkow...@solidfire.com>>
wrote:

Thanks, Rohit

As Marcus later commented, it's a compatibility issue with
Ubuntu
12.04 (which is what I'm running).

On Sun, Feb 1, 2015 at 6:30 PM, Rohit Yadav
mailto:rohit.ya...@shapeblue.com>>
wrote:

Hi Mike,

I’ve tested 4.5 branch with KVM/Ubuntu 14.04 and local
storage
seems to work for me. I’ve not tested it thoroughly things
like migration, attaching/detach localstorage disks etc.


On 31-Jan-2015, at 1:10 pm, Mike Tutkowski

mailto:mike.tutkow...@solidfire.com>> wrote:


Hi everyone,

Any news on this?

I am still having trouble creating a VM on local storage
on

KVM (with or without kvmclock.disable=true in
agent.properties).


I'm on Ubuntu 12.04.1.

Re: Google Summer of Code 2015 is coming

2015-02-06 Thread Rohit Yadav

Tilak, I think you need to log in to see the filter. Nevertheless, here
are my proposed ideas:

Integration Infra: https://issues.apache.org/jira/browse/CLOUDSTACK-8208
Tooling: https://issues.apache.org/jira/browse/CLOUDSTACK-8207
Bhyve: https://issues.apache.org/jira/browse/CLOUDSTACK-8206
Docker: https://issues.apache.org/jira/browse/CLOUDSTACK-8205

If you're interested in work on them, we can discuss here or if you want
a mentor you need to propose an idea here and also create a ticket with
tag 'gsoc2015' under CloudStack project.

On Thursday 05 February 2015 09:41 PM, Tilak Raj Singh wrote:

@Rohit : Hi I just viewed the the link
https://issues.apache.org/jira/issues/?filter=12330309 and couldnt find any
projects. Did you add them somewhere else?

@All : I am a student and want a mentor for my project on Cloudstack
Community. Can I also post a project idea there?

Regards

On Wed, Feb 4, 2015 at 2:08 PM, Andrei Mikhailovsky 
wrote:


+1 for support of Ceph in Xenserver

Andrei
- Original Message -


From: "Erik Weber" 
To: "dev" 
Sent: Wednesday, 4 February, 2015 7:35:39 AM
Subject: Re: Google Summer of Code 2015 is coming



Pure Xen support would be nice :-)



(and Ceph in XenServer, but that's not really a CloudStack issue)



--
Erik



On Tue, Feb 3, 2015 at 9:42 AM, Sebastien Goasguen 
wrote:



GSoC 2015 is back.
Time to enter your project proposals in jira if you want to mentor.

Begin forwarded message:


From: Ulrich Stärk 
Subject: Google Summer of Code 2015 is coming
Date: February 2, 2015 5:44:52 PM EST
To: ment...@community.apache.org
Reply-To: ment...@community.apache.org
Reply-To: ment...@community.apache.org

Hello PMCs (incubator Mentors, please forward this email to your

podlings),


Google Summer of Code [1] is a program sponsored by Google
allowing

students to spend their summer

working on open source software. Students will receive stipends
for

developing open source software

full-time for three months. Projects will provide mentoring and
project

ideas, and in return have

the chance to get new code developed and - most importantly - to

identify and bring in new committers.


The ASF will apply as a participating organization meaning
individual

projects don't have to apply

separately.

If you want to participate with your project we ask you to do the

following things by no later than

2015-02-13 19:00 UTC (applications from organizations close a
week later)

1. understand what it means to be a mentor [2].

2. record your project ideas.

Just create issues in JIRA, label them with gsoc2015, and they
will show

up at [3]. Please be as

specific as possible when describing your idea. Include the
programming

language, the tools and

skills required, but try not to scare potential students away.
They are

supposed to learn what's

required before the program starts.

Use labels, e.g. for the programming language (java, c, c++,
erlang,

python, brainfuck, ...) or

technology area (cloud, xml, web, foo, bar, ...) and record them
at [5].

Please use the COMDEV JIRA project for recording your ideas if
your

project doesn't use JIRA (e.g.

httpd, ooo). Contact d...@community.apache.org if you need
assistance.

[4] contains some additional information (will be updated for
2015

shortly).


3. subscribe to ment...@community.apache.org; restricted to
potential

mentors, meant to be used as a

private list - general discussions on the public

d...@community.apache.org list as much as possible

please). Use a recognized address when subscribing (@apache.org
or one

of your alias addresses on

record).

Note that the ASF isn't accepted as a participating organization
yet,

nevertheless you *have to*

start recording your ideas now or we might not get accepted.

Over the years we were able to complete hundreds of projects

successfully. Some of our prior

students are active contributors now! Let's make this year a
success

again!


Cheers,

Uli

P.S.: Except for the private parts (label spreadsheet mostly),
this

email is free to be shared

publicly if you want to.

[1] http://www.google-melange.com/gsoc/homepage/google/gsoc2015
[2] http://community.apache.org/guide-to-being-a-mentor.html
[3] http://s.apache.org/gsoc2015ideas
[4] http://community.apache.org/gsoc.html
[5] http://s.apache.org/gsoclabels










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

Build failed in Jenkins: build-4.5 #329

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] DeployVmCmd: Fix NPE case

--
[...truncated 993 lines...]
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-console-proxy ---
[INFO] Compiling 58 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
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.719 sec

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack API 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Spring Life Cycle 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-api ---
[INFO] Deleting  
(includes = [**/*], excludes = [])
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-console-proxy ---
[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-console-proxy ---
[INFO] Compiling 1 source file to 

[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-spring-lifecycle ---
[INFO] Deleting 

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

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-spring-lifecycle ---
[INFO] Deleting  (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-spring-lifecycle ---
[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:compile (default-compile) @ 
cloud-framework-spring-lifecycle ---
[INFO] Compiling 11 source files to 

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


---
 T E S T S
--

Build failed in Jenkins: build-master #2223

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] DeployVmCmd: Fix NPE case

--
[...truncated 628 lines...]
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-db ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-db ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-db ---
[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:3.2:compile (default-compile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-db ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to 

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


---
 T E S T S
---
Running com.cloud.utils.DbUtilTest
log4j:WARN No appenders could be found for logger 
(com.cloud.utils.crypt.EncryptionSecretKeyChecker).
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: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.508 sec - in 
com.cloud.utils.DbUtilTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-config ---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-config ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconf

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Nux!
That's unfortunate, but I don't think many people will care.

Pretty much everyone in virt uses ntp religiously and am yet to hear complains 
about clock performance in VMs.

Having said that, could the feature be enforceable through agent.properties if 
desired? Something like Rohit is suggesting with kvmclock.disable=false?

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Marcus" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 6 February, 2015 06:45:14
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1

> I think we can wrap this in a version check as we have many other
> things, that way Ubuntu 12.04 users who leverage newer libvirt
> packages (as I'm temped to believe the majority of actual deployments
> do) can still see the benefit, and we don't have to worry about
> targeting a specific release. This will have the negative side effect
> of not allowing centos 6.x people from leveraging their backported
> support since their version numbers are deceptive, but it's probably
> the smartest, most compatible way to indroduce it.


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

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] DeployVmCmd: Fix NPE case

--
[...truncated 482 lines...]
2015-02-06 10:05:02,075 DEBUG [utils.script.Script] (main:) Classpath resource: 
null
2015-02-06 10:05:02,075 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:05:02,079 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 10:05:02,079 WARN  [utils.script.Script] (main:) Exception: 
/bin/bash -c echo 'hello world!' 
java.lang.IllegalArgumentException
at com.cloud.utils.ScriptTest$1.interpret(ScriptTest.java:107)
at com.cloud.utils.script.Script.execute(Script.java:219)
at 
com.cloud.utils.ScriptTest.executeWithOutputInterpreter(ScriptTest.java:103)
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:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2015-02-06 10:05:02,081 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c /not/existing/scripts/1423213502081 
2015-02-06 10:05:02,084 DEBUG [utils.script.Script] (main:) Exit value is 127
2015-02-06 10:05:02,085 DEBUG [utils.script.Script] (main:) /bin/bash: 
/not/existing/scripts/1423213502081: No such file or directory
2015-02-06 10:05:02,085 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:05:02,088 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 10:05:02,089 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:05:02,093 DEBUG [utils.script.Script] (main:) Execution is 
successful.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.043 sec - in 
com.cloud.utils.ScriptTest
Running com.cloud.utils.StringUtilsTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in 
com.cloud.utils.StringUtilsTest
Running org.apache.cloudstack.utils.auth.SAMLUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.656 sec - in 
org.apache.cloudstack.utils.auth.SAMLUtilsTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack-framework 
---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloudstack-framework ---
[INFO] 

Re: Review Request 28030: CLOUDSTACK-7911: Automation test cases for Usage test path

2015-02-06 Thread shweta agarwal

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



test/integration/testpaths/testpath_usage.py


need to check for acurate bytes
only > than will not help



test/integration/testpaths/testpath_usage.py


similar usage ned to be checked for isolated network as well



test/integration/testpaths/testpath_usage.py


not validating network usage for ip but for network offerings



test/integration/testpaths/testpath_usage.py


this is PF rule usage (type 12) i dont see usage type 12 created in this 
test case.



test/integration/testpaths/testpath_usage.py


testing usage for vpn user



test/integration/testpaths/testpath_usage.py


its vpn user usage



test/integration/testpaths/testpath_usage.py


not the right way to calculate network bytes send or receive in vpc 
networks.  The calulation is done per public gateway for all the eth.



test/integration/testpaths/testpath_usage.py


neeed to chane this as well no unknow in response



test/integration/testpaths/testpath_usage.py


not te right candidate for automation as we need to wt for 60 mins before 
usage records will be generated


- shweta agarwal


On Feb. 3, 2015, 12:24 p.m., Ashutosh Kelkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28030/
> ---
> 
> (Updated Feb. 3, 2015, 12:24 p.m.)
> 
> 
> Review request for cloudstack and SrikanteswaraRao Talluri.
> 
> 
> Bugs: CLOUDSTACK-7911
> https://issues.apache.org/jira/browse/CLOUDSTACK-7911
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Automation test cases for Usage test path. More test cases to follow. This is 
> first patch.
> 
> 
> Diffs
> -
> 
>   test/integration/testpaths/testpath_usage.py PRE-CREATION 
>   tools/marvin/marvin/config/test_data.py d5ed353 
>   tools/marvin/marvin/dbConnection.py 66c6cb1 
>   tools/marvin/marvin/lib/base.py e38c394 
>   tools/marvin/marvin/lib/utils.py 8788b3b 
> 
> Diff: https://reviews.apache.org/r/28030/diff/
> 
> 
> Testing
> ---
> 
> Yes.
> 
> 
> Thanks,
> 
> Ashutosh Kelkar
> 
>



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

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-8220: Let's have a separate XenServer 6.5 resource

--
[...truncated 482 lines...]
2015-02-06 10:16:19,487 DEBUG [utils.script.Script] (main:) Classpath resource: 
null
2015-02-06 10:16:19,488 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:16:19,491 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 10:16:19,491 WARN  [utils.script.Script] (main:) Exception: 
/bin/bash -c echo 'hello world!' 
java.lang.IllegalArgumentException
at com.cloud.utils.ScriptTest$1.interpret(ScriptTest.java:107)
at com.cloud.utils.script.Script.execute(Script.java:219)
at 
com.cloud.utils.ScriptTest.executeWithOutputInterpreter(ScriptTest.java:103)
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:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2015-02-06 10:16:19,493 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c /not/existing/scripts/1423214179493 
2015-02-06 10:16:19,497 DEBUG [utils.script.Script] (main:) Exit value is 127
2015-02-06 10:16:19,497 DEBUG [utils.script.Script] (main:) /bin/bash: 
/not/existing/scripts/1423214179493: No such file or directory
2015-02-06 10:16:19,497 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:16:19,501 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 10:16:19,501 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 10:16:19,505 DEBUG [utils.script.Script] (main:) Execution is 
successful.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.043 sec - in 
com.cloud.utils.ScriptTest
Running com.cloud.utils.StringUtilsTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in 
com.cloud.utils.StringUtilsTest
Running org.apache.cloudstack.utils.auth.SAMLUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.859 sec - in 
org.apache.cloudstack.utils.auth.SAMLUtilsTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack-framework 
---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloudstack-framework ---
[INFO]  

Build failed in Jenkins: build-master #2224

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-8220: Let's have a separate XenServer 6.5 resource

--
[...truncated 628 lines...]
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-db ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-db ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-db ---
[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:3.2:compile (default-compile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-db ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to 

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


---
 T E S T S
---
Running com.cloud.utils.DbUtilTest
log4j:WARN No appenders could be found for logger 
(com.cloud.utils.crypt.EncryptionSecretKeyChecker).
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: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.538 sec - in 
com.cloud.utils.DbUtilTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-config ---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-config ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.

Build failed in Jenkins: build-4.5 #330

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-8220: Let's have a separate XenServer 6.5 resource

--
[...truncated 993 lines...]
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-console-proxy ---
[INFO] Compiling 58 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-console-proxy ---
[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-console-proxy ---
[INFO] Compiling 1 source file to 

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack API 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Spring Life Cycle 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-api ---
[INFO] Deleting  
(includes = [**/*], excludes = [])
[INFO] Deleting  (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-api ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-spring-lifecycle ---
[INFO] Deleting 

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

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-spring-lifecycle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-spring-lifecycle ---
[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:compile (default-compile) @ 
cloud-framework-spring-lifecycle ---
[INFO] Compiling 11 source files to 

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


--

cloudstack ui plugin

2015-02-06 Thread Ramzi Youssefi
Hello everyone!

I'm trying to develop a UI plugin in javascript for cloudstack.
I have read a lot but I think the documentation for this purpose is very
little.
For instance, I'm trying to use tabs to divide the content of the plugin in
many parts. Each tab will show different data and so on.

What I have read until now is that you can either show the content through

show: function() {

}

or

listView: {

}

None of these methods allow me to place tabs.
Is there any alternative to do this? or even better, is there any
documentation on how to develop plugins? the existing documentation in
https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial
is not sufficient.

Thanks a lot!!

-- 
Ramzi Youssefi
Görlitzer Str. 49
01099 Dresden, Germany.
Cell: +49 173 1965465
Email: ryouss...@gmail.com


Build failed in Jenkins: build-4.5 #331

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] rc.local: add missing license header

[Rohit Yadav] CLOUDSTACK-5494: Fixed dns is open to public in VR

--
[...truncated 993 lines...]
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-console-proxy ---
[INFO] Compiling 58 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
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.639 sec

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack API 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Spring Life Cycle 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-api ---
[INFO] Deleting  
(includes = [**/*], excludes = [])
[INFO] Deleting  (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-api ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-spring-lifecycle ---
[INFO] Deleting 

 (includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-spring-lifecycle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-console-proxy ---
[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-console-proxy ---
[INFO] Compiling 1 source file to 

[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-spring-lifecycle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-spring-lifecycle ---
[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:compile (default-compile) @ 
cloud-framework-spring-lifecycle ---
[INFO] Compiling 11 source files to 

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


Build failed in Jenkins: build-master #2225

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-5494: Fixed dns is open to public in VR

--
[...truncated 628 lines...]
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-db ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-db ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-db ---
[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:3.2:compile (default-compile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-db ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-db ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to 

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


---
 T E S T S
---
Running com.cloud.utils.DbUtilTest
log4j:WARN No appenders could be found for logger 
(com.cloud.utils.crypt.EncryptionSecretKeyChecker).
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: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.525 sec - in 
com.cloud.utils.DbUtilTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Configuration 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-config ---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-config ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-config ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-config ---
[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-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-config ---
[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:3.2:testCompile (default-testCompile) @ 
cloud-framework-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to 

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


---
 T E S T S
---
Running org.apache.cloudstack.framework.config.impl.ConfigDepotAdminTest
log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.framework.config.impl.ConfigDepotImpl).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/

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

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] CLOUDSTACK-5494: Fixed dns is open to public in VR

--
[...truncated 482 lines...]
2015-02-06 11:11:44,860 DEBUG [utils.script.Script] (main:) Classpath resource: 
null
2015-02-06 11:11:44,860 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 11:11:44,864 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 11:11:44,864 WARN  [utils.script.Script] (main:) Exception: 
/bin/bash -c echo 'hello world!' 
java.lang.IllegalArgumentException
at com.cloud.utils.ScriptTest$1.interpret(ScriptTest.java:107)
at com.cloud.utils.script.Script.execute(Script.java:219)
at 
com.cloud.utils.ScriptTest.executeWithOutputInterpreter(ScriptTest.java:103)
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:606)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2015-02-06 11:11:44,865 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c /not/existing/scripts/1423217504865 
2015-02-06 11:11:44,869 DEBUG [utils.script.Script] (main:) Exit value is 127
2015-02-06 11:11:44,869 DEBUG [utils.script.Script] (main:) /bin/bash: 
/not/existing/scripts/1423217504865: No such file or directory
2015-02-06 11:11:44,869 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 11:11:44,872 DEBUG [utils.script.Script] (main:) Execution is 
successful.
2015-02-06 11:11:44,873 DEBUG [utils.script.Script] (main:) Executing: 
/bin/bash -c echo 'hello world!' 
2015-02-06 11:11:44,876 DEBUG [utils.script.Script] (main:) Execution is 
successful.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.04 sec - in 
com.cloud.utils.ScriptTest
Running com.cloud.utils.StringUtilsTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in 
com.cloud.utils.StringUtilsTest
Running org.apache.cloudstack.utils.auth.SAMLUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.367 sec - in 
org.apache.cloudstack.utils.auth.SAMLUtilsTest

Results :

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

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloudstack-framework 
---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloudstack-framework ---
[INFO] 

Jenkins build is back to normal : build-master #2226

2015-02-06 Thread jenkins
See 



Jenkins build is back to normal : build-master-simulator #1663

2015-02-06 Thread jenkins
See 



Jenkins build is back to normal : build-4.5 #334

2015-02-06 Thread jenkins
See 



Jenkins build is still unstable: simulator-singlerun #962

2015-02-06 Thread jenkins
See 



Jenkins build is back to normal : build-4.5 #338

2015-02-06 Thread jenkins
See 



Jenkins build is still unstable: simulator-4.5-singlerun #148

2015-02-06 Thread jenkins
See 



Jenkins build is still unstable: simulator-singlerun #963

2015-02-06 Thread jenkins
See 



Jenkins build is still unstable: simulator-4.5-singlerun #149

2015-02-06 Thread jenkins
See 



[GitHub] cloudstack pull request: Feature/systemvm persistent config 4

2015-02-06 Thread wilderrodrigues
GitHub user wilderrodrigues opened a pull request:

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

Feature/systemvm persistent config 4

More fixes!

checkSanity, routers state, checkrouter script, firewall issues


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

$ git pull https://github.com/schubergphilis/cloudstack 
feature/systemvm-persistent-config-4

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

https://github.com/apache/cloudstack/pull/73.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 #73


commit 454f3e445f5f3e8a6a9ea29f2929c98f73e19a89
Author: wilderrodrigues 
Date:   2015-02-06T12:21:09Z

Fix the checkrouter.sh script in order to report the routers state

commit 8ac18a714cbc98e827998ece48ff4db4aa99a5dc
Author: Ian Southam 
Date:   2015-02-06T12:53:08Z

Fixed password server, fixed more firewall issues
Fixed issues with real IP and not virtual (gateway) IP being opened on the 
firewall
DNS now works on the vms

commit 68ed379f4a97e2697a3a7510ddba8337de89de38
Author: Ian Southam 
Date:   2015-02-06T12:54:28Z

Merge branch 'feature/systemvm-persistent-config-4' of 
github.com:schubergphilis/cloudstack into feature/systemvm-persistent-config-4

commit 07052d399fb9ed823ce79cfdb8f666455e4eb63e
Author: wilderrodrigues 
Date:   2015-02-06T13:12:40Z

Fix checkSanity. We do not need to check the priority anymore.
   - It's taken care by VRRP.

wip: clean up where priority is still used.

commit a6d7db0970cc56ec0f1e0c5bb84f4ef227fab826
Author: wilderrodrigues 
Date:   2015-02-06T13:49:32Z

Removing trailing spaces




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


Jenkins build is still unstable: simulator-4.5-singlerun #150

2015-02-06 Thread jenkins
See 



Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Marcus
If a vm is pv enabled, it gets the kvmclock timer xml attribute,
regardless. Setting kvmclock.disable makes that timer xml explicitly
disable kvmclock, it doesn't remove it from the xml (You might be
thinking "why do we need a setting to enable it if we have to
explicitly disable it to make it go away?"... this is again due to
variations in version behavior, some versions make pv guests have
kvmclock regardless unless explicitly disabled). There were some
issues in certain kvm (kernel) versions that would cause problems with
live migration and kvmclock, so this option would fix that if someone
runs into it, but we can't leverage this agent option to remove the
xml that the ubuntu 12.04 libvirt version doesn't support.

Nux, some more background, at one point system vms were having various
issues because of clock drift. A few of the other hypervisor platforms
were leveraging their hypervisor to fix this. Running ntp in the
system vm was mentioned (and perhaps even implemented, I'd have to go
back and look), but some didn't like that solution, either, because
without a project to add ntp settings as a 'thing' in cloudstack it
would require internet access or an admin rolling their own system vm.
Network issues aside, f you look around at the greater KVM ecosystem
there is quite a bit of back and forth on whether kvmclock or NTP is
ideal, and the best option seems to be to have both.

So that, combined with the live migration issues, is what introduced
the kvmclock xml both to make it available to pv guests and to
explicitly disable it if there are issues.

I spoke to Mike about this last night, and hopefully we'll be seeing a
fix that simply acts like older CS versions if we detect the feature
is unsupported. So we'll automagically work on newer platforms like
Ubuntu 13+ and CentOS 7 and fail back correctly for old Ubuntu, with
the only downside being that CentOS users can't leverage kvmclock even
though their build supports it (the fault of RH backporting features
without changing versions).




On Fri, Feb 6, 2015 at 1:02 AM, Nux!  wrote:
> That's unfortunate, but I don't think many people will care.
>
> Pretty much everyone in virt uses ntp religiously and am yet to hear 
> complains about clock performance in VMs.
>
> Having said that, could the feature be enforceable through agent.properties 
> if desired? Something like Rohit is suggesting with kvmclock.disable=false?
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "Marcus" 
>> To: dev@cloudstack.apache.org
>> Sent: Friday, 6 February, 2015 06:45:14
>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1
>
>> I think we can wrap this in a version check as we have many other
>> things, that way Ubuntu 12.04 users who leverage newer libvirt
>> packages (as I'm temped to believe the majority of actual deployments
>> do) can still see the benefit, and we don't have to worry about
>> targeting a specific release. This will have the negative side effect
>> of not allowing centos 6.x people from leveraging their backported
>> support since their version numbers are deceptive, but it's probably
>> the smartest, most compatible way to indroduce it.


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Marcus
CentOS *6* users, that is...


On Fri, Feb 6, 2015 at 8:19 AM, Marcus  wrote:
> If a vm is pv enabled, it gets the kvmclock timer xml attribute,
> regardless. Setting kvmclock.disable makes that timer xml explicitly
> disable kvmclock, it doesn't remove it from the xml (You might be
> thinking "why do we need a setting to enable it if we have to
> explicitly disable it to make it go away?"... this is again due to
> variations in version behavior, some versions make pv guests have
> kvmclock regardless unless explicitly disabled). There were some
> issues in certain kvm (kernel) versions that would cause problems with
> live migration and kvmclock, so this option would fix that if someone
> runs into it, but we can't leverage this agent option to remove the
> xml that the ubuntu 12.04 libvirt version doesn't support.
>
> Nux, some more background, at one point system vms were having various
> issues because of clock drift. A few of the other hypervisor platforms
> were leveraging their hypervisor to fix this. Running ntp in the
> system vm was mentioned (and perhaps even implemented, I'd have to go
> back and look), but some didn't like that solution, either, because
> without a project to add ntp settings as a 'thing' in cloudstack it
> would require internet access or an admin rolling their own system vm.
> Network issues aside, f you look around at the greater KVM ecosystem
> there is quite a bit of back and forth on whether kvmclock or NTP is
> ideal, and the best option seems to be to have both.
>
> So that, combined with the live migration issues, is what introduced
> the kvmclock xml both to make it available to pv guests and to
> explicitly disable it if there are issues.
>
> I spoke to Mike about this last night, and hopefully we'll be seeing a
> fix that simply acts like older CS versions if we detect the feature
> is unsupported. So we'll automagically work on newer platforms like
> Ubuntu 13+ and CentOS 7 and fail back correctly for old Ubuntu, with
> the only downside being that CentOS users can't leverage kvmclock even
> though their build supports it (the fault of RH backporting features
> without changing versions).
>
>
>
>
> On Fri, Feb 6, 2015 at 1:02 AM, Nux!  wrote:
>> That's unfortunate, but I don't think many people will care.
>>
>> Pretty much everyone in virt uses ntp religiously and am yet to hear 
>> complains about clock performance in VMs.
>>
>> Having said that, could the feature be enforceable through agent.properties 
>> if desired? Something like Rohit is suggesting with kvmclock.disable=false?
>>
>> Lucian
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> - Original Message -
>>> From: "Marcus" 
>>> To: dev@cloudstack.apache.org
>>> Sent: Friday, 6 February, 2015 06:45:14
>>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1
>>
>>> I think we can wrap this in a version check as we have many other
>>> things, that way Ubuntu 12.04 users who leverage newer libvirt
>>> packages (as I'm temped to believe the majority of actual deployments
>>> do) can still see the benefit, and we don't have to worry about
>>> targeting a specific release. This will have the negative side effect
>>> of not allowing centos 6.x people from leveraging their backported
>>> support since their version numbers are deceptive, but it's probably
>>> the smartest, most compatible way to indroduce it.


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Nux!
Roger that.
Well, backports without version change is one of the main reasons I use (RH)EL, 
so depends you look at it.
Anyway, it does not seem like a big thing affecting users, so good job on 
finding a fix. Thanks.

Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Marcus" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 6 February, 2015 16:22:15
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1

> CentOS *6* users, that is...
> 
> 
> On Fri, Feb 6, 2015 at 8:19 AM, Marcus  wrote:
>> If a vm is pv enabled, it gets the kvmclock timer xml attribute,
>> regardless. Setting kvmclock.disable makes that timer xml explicitly
>> disable kvmclock, it doesn't remove it from the xml (You might be
>> thinking "why do we need a setting to enable it if we have to
>> explicitly disable it to make it go away?"... this is again due to
>> variations in version behavior, some versions make pv guests have
>> kvmclock regardless unless explicitly disabled). There were some
>> issues in certain kvm (kernel) versions that would cause problems with
>> live migration and kvmclock, so this option would fix that if someone
>> runs into it, but we can't leverage this agent option to remove the
>> xml that the ubuntu 12.04 libvirt version doesn't support.
>>
>> Nux, some more background, at one point system vms were having various
>> issues because of clock drift. A few of the other hypervisor platforms
>> were leveraging their hypervisor to fix this. Running ntp in the
>> system vm was mentioned (and perhaps even implemented, I'd have to go
>> back and look), but some didn't like that solution, either, because
>> without a project to add ntp settings as a 'thing' in cloudstack it
>> would require internet access or an admin rolling their own system vm.
>> Network issues aside, f you look around at the greater KVM ecosystem
>> there is quite a bit of back and forth on whether kvmclock or NTP is
>> ideal, and the best option seems to be to have both.
>>
>> So that, combined with the live migration issues, is what introduced
>> the kvmclock xml both to make it available to pv guests and to
>> explicitly disable it if there are issues.
>>
>> I spoke to Mike about this last night, and hopefully we'll be seeing a
>> fix that simply acts like older CS versions if we detect the feature
>> is unsupported. So we'll automagically work on newer platforms like
>> Ubuntu 13+ and CentOS 7 and fail back correctly for old Ubuntu, with
>> the only downside being that CentOS users can't leverage kvmclock even
>> though their build supports it (the fault of RH backporting features
>> without changing versions).
>>
>>
>>
>>
>> On Fri, Feb 6, 2015 at 1:02 AM, Nux!  wrote:
>>> That's unfortunate, but I don't think many people will care.
>>>
>>> Pretty much everyone in virt uses ntp religiously and am yet to hear 
>>> complains
>>> about clock performance in VMs.
>>>
>>> Having said that, could the feature be enforceable through agent.properties 
>>> if
>>> desired? Something like Rohit is suggesting with kvmclock.disable=false?
>>>
>>> Lucian
>>>
>>> --
>>> Sent from the Delta quadrant using Borg technology!
>>>
>>> Nux!
>>> www.nux.ro
>>>
>>> - Original Message -
 From: "Marcus" 
 To: dev@cloudstack.apache.org
 Sent: Friday, 6 February, 2015 06:45:14
 Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1
>>>
 I think we can wrap this in a version check as we have many other
 things, that way Ubuntu 12.04 users who leverage newer libvirt
 packages (as I'm temped to believe the majority of actual deployments
 do) can still see the benefit, and we don't have to worry about
 targeting a specific release. This will have the negative side effect
 of not allowing centos 6.x people from leveraging their backported
 support since their version numbers are deceptive, but it's probably
> >>> the smartest, most compatible way to indroduce it.


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Marcus
Sure, I agree. It just makes it tough to detect features when we're
targeting multiple platforms.

On Fri, Feb 6, 2015 at 8:49 AM, Nux!  wrote:
> Roger that.
> Well, backports without version change is one of the main reasons I use 
> (RH)EL, so depends you look at it.
> Anyway, it does not seem like a big thing affecting users, so good job on 
> finding a fix. Thanks.
>
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
>> From: "Marcus" 
>> To: dev@cloudstack.apache.org
>> Sent: Friday, 6 February, 2015 16:22:15
>> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1
>
>> CentOS *6* users, that is...
>>
>>
>> On Fri, Feb 6, 2015 at 8:19 AM, Marcus  wrote:
>>> If a vm is pv enabled, it gets the kvmclock timer xml attribute,
>>> regardless. Setting kvmclock.disable makes that timer xml explicitly
>>> disable kvmclock, it doesn't remove it from the xml (You might be
>>> thinking "why do we need a setting to enable it if we have to
>>> explicitly disable it to make it go away?"... this is again due to
>>> variations in version behavior, some versions make pv guests have
>>> kvmclock regardless unless explicitly disabled). There were some
>>> issues in certain kvm (kernel) versions that would cause problems with
>>> live migration and kvmclock, so this option would fix that if someone
>>> runs into it, but we can't leverage this agent option to remove the
>>> xml that the ubuntu 12.04 libvirt version doesn't support.
>>>
>>> Nux, some more background, at one point system vms were having various
>>> issues because of clock drift. A few of the other hypervisor platforms
>>> were leveraging their hypervisor to fix this. Running ntp in the
>>> system vm was mentioned (and perhaps even implemented, I'd have to go
>>> back and look), but some didn't like that solution, either, because
>>> without a project to add ntp settings as a 'thing' in cloudstack it
>>> would require internet access or an admin rolling their own system vm.
>>> Network issues aside, f you look around at the greater KVM ecosystem
>>> there is quite a bit of back and forth on whether kvmclock or NTP is
>>> ideal, and the best option seems to be to have both.
>>>
>>> So that, combined with the live migration issues, is what introduced
>>> the kvmclock xml both to make it available to pv guests and to
>>> explicitly disable it if there are issues.
>>>
>>> I spoke to Mike about this last night, and hopefully we'll be seeing a
>>> fix that simply acts like older CS versions if we detect the feature
>>> is unsupported. So we'll automagically work on newer platforms like
>>> Ubuntu 13+ and CentOS 7 and fail back correctly for old Ubuntu, with
>>> the only downside being that CentOS users can't leverage kvmclock even
>>> though their build supports it (the fault of RH backporting features
>>> without changing versions).
>>>
>>>
>>>
>>>
>>> On Fri, Feb 6, 2015 at 1:02 AM, Nux!  wrote:
 That's unfortunate, but I don't think many people will care.

 Pretty much everyone in virt uses ntp religiously and am yet to hear 
 complains
 about clock performance in VMs.

 Having said that, could the feature be enforceable through 
 agent.properties if
 desired? Something like Rohit is suggesting with kvmclock.disable=false?

 Lucian

 --
 Sent from the Delta quadrant using Borg technology!

 Nux!
 www.nux.ro

 - Original Message -
> From: "Marcus" 
> To: dev@cloudstack.apache.org
> Sent: Friday, 6 February, 2015 06:45:14
> Subject: Re: [VOTE] Apache CloudStack 4.5.0 RC1

> I think we can wrap this in a version check as we have many other
> things, that way Ubuntu 12.04 users who leverage newer libvirt
> packages (as I'm temped to believe the majority of actual deployments
> do) can still see the benefit, and we don't have to worry about
> targeting a specific release. This will have the negative side effect
> of not allowing centos 6.x people from leveraging their backported
> support since their version numbers are deceptive, but it's probably
>> >>> the smartest, most compatible way to indroduce it.


Build failed in Jenkins: build-4.5 #339

2015-02-06 Thread jenkins
See 

Changes:

[Rohit Yadav] appliance: make room for /var fix systemvm build

--
[...truncated 1156 lines...]
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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
Running org.apache.cloudstack.api.command.test.RegionCmdTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
Running org.apache.cloudstack.api.BaseCmdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec

Results :

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

[INFO] 
[INFO] 
[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Clustering 4.5.0-SNAPSHOT
[INFO] 
[INFO] Building Apache CloudStack Framework - IPC 4.5.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-ipc 
---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-framework-cluster ---
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 
(includes = [**/*], excludes = [])
[INFO] Deleting 
 (includes = 
[target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-cluster ---
[INFO] Deleting  
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-ipc ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-cluster ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-ipc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-cluster ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-ipc ---
[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-cluster ---
[INFO] Compiling 28 source files to 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-framework-ipc ---
[INFO] Compiling 55 source files to 

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

[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-cluster ---
[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-framework-cluster ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-framework-cluster ---
[INFO] Surefire report directory: 


---
 T E S T S
---

Results :

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

[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-framework-ipc 
---
[INFO] Tests are skipped.
[INFO]   

Jenkins build is back to normal : build-4.5 #340

2015-02-06 Thread jenkins
See 



Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Mike Tutkowski
Sure, Rohit, I can try that. I'm pretty sure I did put that property in
already, but let me try that again in case I spelled something wrong or
made some other data-entry error in the file that led to it not working for
me.

On Fri, Feb 6, 2015 at 1:25 AM, Rohit Yadav 
wrote:

> Mike can you try by adding kvmclock.disable=true in your
> agent.properties and test if it then works (this is a workaround).
>
> On Friday 06 February 2015 01:31 AM, Mike Tutkowski wrote:
>
>> Hi everyone,
>>
>> So, what do we want to do here? It seems that KVM doesn't work on CS 4.5
>> (due to this kvmclock issue).
>>
>> How do we go about collecting enough data points in order to determine
>> if we can drop Ubuntu 12.04 from the supported list of environments with
>> regards to KVM on CS 4.5?
>>
>> Thanks,
>> Mike
>>
>> On Wed, Feb 4, 2015 at 10:58 AM, Mike Tutkowski
>> mailto:mike.tutkow...@solidfire.com>>
>> wrote:
>>
>> FYI: From what I observed, I could not get a user VM to start on
>> Ubuntu 12.04.1 using CloudStack 4.6. I think Marcus believes the
>> same issue would be present using CloudStack 4.5 with Ubuntu 12.04.1.
>>
>> On Wed, Feb 4, 2015 at 6:29 AM, Rohit Yadav
>> mailto:rohit.ya...@shapeblue.com>> wrote:
>>
>> Hi Wilder,
>>
>> The issue I shared was related to KVM (based on Ubuntu 14.04), I
>> think
>> as user VMs Ubuntu 12.04 should run fine. Though you can help
>> test 4.4.2
>> to 4.5.0 (use latest 4.5 branch) as well.
>>
>> I've spent last two weeks only on testing various components and
>> upgrade
>> scenarios but mostly with KVM, I think now the upgrade process
>> is pretty
>> smooth with fewer rough edges.
>>
>> On Wednesday 04 February 2015 05:58 PM, Wilder Rodrigues wrote:
>>
>> Hi there,
>>
>> We are currently using 4.4.2 in our production environment
>> and we have
>> Ubuntu 12.04-5 VMs. That would be crucial to have support to
>> Ubuntu 12.04.
>>
>> Is there any bug already created that we can have a look and
>> help to
>> fix? Not being able to upgrade from 4.4.2 to 4.5 wouldn’t be
>> cool.
>>
>> Cheers,
>> Wilder
>>
>>
>> On 02 Feb 2015, at 08:53, Mike Tutkowski
>> > 
>> > >> wrote:
>>
>> Also, just as an FYI, after I upgraded Ubuntu from 12.04
>> to 14.04, I
>> was able to create a VM using CS 4.6 (as we expected
>> would be the case).
>>
>> As Marcus mentioned, we should try to determine if
>> Ubuntu 12.04 should
>> be a supported platform for CS 4.5.
>>
>> On Sun, Feb 1, 2015 at 7:12 PM, Mike Tutkowski
>> > 
>> > >>
>> wrote:
>>
>>  Thanks, Rohit
>>
>>  As Marcus later commented, it's a compatibility
>> issue with Ubuntu
>>  12.04 (which is what I'm running).
>>
>>  On Sun, Feb 1, 2015 at 6:30 PM, Rohit Yadav
>>  > 
>> > >> wrote:
>>
>>  Hi Mike,
>>
>>  I’ve tested 4.5 branch with KVM/Ubuntu 14.04
>> and local storage
>>  seems to work for me. I’ve not tested it
>> thoroughly things
>>  like migration, attaching/detach localstorage
>> disks etc.
>>
>>  > On 31-Jan-2015, at 1:10 pm, Mike Tutkowski
>>  > 
>>  > >> wrote:
>>  >
>>  > Hi everyone,
>>  >
>>  > Any news on this?
>>  >
>>  > I am still having trouble creating a VM on
>> local storage on
>>  KVM (with or without kvmclock.disable=true in
>> agent.properties).
>>  >
>>  > I'm on Ubuntu 12.04.1.
>>  >
>>  > Thanks!
>>  > Mike
>>  >
>>

Re: Major breakage in GUI after upgrade from 4.3.2 to 4.4.2

2015-02-06 Thread Marcus
See if the info I posted to that bug helps at all. I'm guessing it
will lead to a fix for some (commands just disappearing), but perhaps
not everything.

On Thu, Feb 5, 2015 at 10:08 PM, Rajani Karuturi  wrote:
> Hi Andrei,
> you might be hitting https://issues.apache.org/jira/browse/CLOUDSTACK-7907
>
> As per the comment from ilya, looks like its an issue with tomcat (
> https://issues.apache.org/jira/browse/CLOUDSTACK-7907?focusedCommentId=14290012
> )
>
>
> ~Rajani
>
> On Thu, Feb 5, 2015 at 1:11 AM, Mike Tutkowski > wrote:
>
>> Thanks, Daan
>>
>> On Wed, Feb 4, 2015 at 12:25 PM, Daan Hoogland 
>> wrote:
>>
>> > Andrei, Mike,
>> >
>> > Today I noticed that when adding a target to a loadbalancing rule, the
>> > ui frooze. It was an incident as it later succeeded but another issue
>> > was that the added row was not complete until a refresh.
>> >
>> > Doesn't sound related but I thought I'd mention.
>> >
>> >
>> >
>> > On Wed, Feb 4, 2015 at 7:05 PM, Andrei Mikhailovsky 
>> > wrote:
>> > > That would be very useful to find out!
>> > >
>> > > I am running Ubuntu 14.04 on the management server and hosts and I am
>> > running Ubuntu 14.10 on the client that accesses the GUI.
>> > >
>> > > Thanks
>> > >
>> > > Andrei
>> > >
>> > > - Original Message -
>> > >
>> > >> From: "Mike Tutkowski" 
>> > >> To: dev@cloudstack.apache.org
>> > >> Sent: Wednesday, 4 February, 2015 6:00:43 PM
>> > >> Subject: Re: Major breakage in GUI after upgrade from 4.3.2 to 4.4.2
>> > >
>> > >> Thanks, Andrei
>> > >
>> > >> I wonder, has anyone else out there had this issue when upgrading
>> > >> from
>> > >> 4.3.2 to 4.4.2? It would be nice to know if this is a shared issue or
>> > >> perhaps something in your environment.
>> > >
>> > >> What OS is your management server running on and what OS are you
>> > >> running
>> > >> Firefox and Chrome from? Thanks!
>> > >
>> > >> On Tue, Feb 3, 2015 at 12:41 PM, Andrei Mikhailovsky
>> > >> 
>> > >> wrote:
>> > >
>> > >> > Mike, i've tried logging off/on, tried restarting both the
>> > >> > management
>> > >> > server and the client and also tried changing the language. Nothing
>> > >> > works
>> > >> > regarding minor issue #2. The tabs are still showing as
>> > >> > label.
>> > >> > and also some of the buttons.
>> > >> >
>> > >> > Andrei
>> > >> > - Original Message -
>> > >> >
>> > >> > > From: "Mike Tutkowski" 
>> > >> > > To: dev@cloudstack.apache.org
>> > >> > > Sent: Tuesday, 3 February, 2015 6:39:04 PM
>> > >> > > Subject: Re: Major breakage in GUI after upgrade from 4.3.2 to
>> > >> > > 4.4.2
>> > >> >
>> > >> > > With regards to your #2 Minor issue:
>> > >> >
>> > >> > > I've noticed this before, as well. Usually logging out and
>> > >> > > logging
>> > >> > > back in
>> > >> > > solves the problem. I think one of our GUI people had commented
>> > >> > > at
>> > >> > > some
>> > >> > > point about a fix for this (but that might have been in 4.5).
>> > >> >
>> > >> > > On Mon, Feb 2, 2015 at 12:23 PM, Andrei Mikhailovsky
>> > >> > > 
>> > >> > > wrote:
>> > >> >
>> > >> > > > Hi guys,
>> > >> > > >
>> > >> > > > Sorry for duplicating the message from the user list. I've not
>> > >> > > > got
>> > >> > > > anywhere there.
>> > >> > > >
>> > >> > > > I've recently upgraded my ASC from version 4.3.2 to version
>> > >> > > > 4.4.2.
>> > >> > > > The
>> > >> > > > upgrade process went well without any setbacks or issues. I've
>> > >> > > > not
>> > >> > > > seen any
>> > >> > > > errors in the log files. All looks good apart from the GUI
>> > >> > > > issues.
>> > >> > > > I've
>> > >> > > > tried to clear browser caches and pressed force refresh as
>> > >> > > > well.
>> > >> > > > This
>> > >> > > > happens in Firefox as well as Chrome.
>> > >> > > >
>> > >> > > > The following major issue that i've identified so far:
>> > >> > > >
>> > >> > > > 1. I can no longer create new instances. Regardless of if I am
>> > >> > > > doing it
>> > >> > > > from the ISO or existing Templates. After following the Add
>> > >> > > > Instance wizard
>> > >> > > > and clicking on the Launch button nothing happens. The wizard
>> > >> > > > window
>> > >> > > > becomes shaded and the spinning circle appears. I've left it
>> > >> > > > for
>> > >> > > > hours
>> > >> > > > without any change. When the Launch button is pressed, the
>> > >> > > > management
>> > >> > > > server does not receive an API call to create an instance.
>> > >> > > > There
>> > >> > > > are
>> > >> > > > actually nothing in the logs after the button is pressed.
>> > >> > > > However,
>> > >> > > > I can
>> > >> > > > successfully create new instances by using the CloudMonkey
>> > >> > > > clie.
>> > >> > > > 2. There is no Delete button for Templates and ISOs. The Edit
>> > >> > > > and
>> > >> > > > Download
>> > >> > > > buttons are there, but not the Delete button.
>> > >> > > >
>> > >> > > > The following minor issues that i've seen so far:
>> > >> > > >
>> > >> > > > 1. The elements in the Dashboard screen are no

Re: Serious (ajax) GUI issues sometimes

2015-02-06 Thread Marcus
See the comments on

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

Regarding tomcat bug

On Fri, Nov 14, 2014 at 12:14 AM, Andrija Panic  wrote:
> Yes, but I would not call it annoying  - I would say - my clients gets
> confused and pissed off :) Not so funny, when you are in the middle of the
> demo with potenital client - and it doesn't work. Because we are using ACS
> for public cloud - for our own use, it's annoying but not critical.
>
> I just feel bad, that I can not help directly, since I'm not developer...
>
> Best
>
> On 14 November 2014 02:39, ilya musayev 
> wrote:
>
>> Hi Andrija
>>
>> I notice both of these issues as well. Truly annoying is the first one,
>> i've seen this in earlier versions as well, i.e. 3.0.6..
>>
>> Seems to be browser independent and happens on all browsers.
>>
>> Regards
>> ilya
>>
>> On 11/13/14, 8:11 AM, Andrija Panic wrote:
>>
>>> Hi Mike,
>>>
>>> thanks for responding. Here is the ticket:
>>> https://issues.apache.org/jira/browse/CLOUDSTACK-7907
>>>
>>> Not sure if it makes any sense to report other bugs/improvements - no
>>> sorting, random sorting(seem to me) on TimeZones (completely
>>> unusable/frustrating), etc...
>>>
>>> Thanks again,
>>>
>>> On 13 November 2014 16:55, Mike Tutkowski 
>>> wrote:
>>>
>>>  Hi Andrija,

 Thanks for the feedback...very useful.

 I wonder if you'd be willing to open up JIRA tickets for these and mark
 them as UI related? That way the people who work on the UI regularly will
 have easy access to your comments.


 https://issues.apache.org/jira/browse/CLOUDSTACK/?
 selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel

 Thanks again!
 Mike

 On Wed, Nov 12, 2014 at 12:41 AM, Andrija Panic >>> >
 wrote:

  Hi team,
>
> is anybody of you aware of the GUI issues when connected to some i.e.
> wireless with somewhat big latencies or it sometimes happen even on more
> than good internet connection:
>
> i.e:
> 1)
> (A serious one, that we encounter pretty often):
>
> Issue: I start new VM deloyment wizard, choose template etc at the
>
 end

> when I click the finish, when the job should be sent to MGMT server -
> simply nothing happens - so ajax does't get executed at all, no litle
> circle spinning etc - no logs in mgmt server, simply ajax doesn't get
> executed...Same behaviour sometimes happen when I click on "Configure"
> on
> the VPC.
>
> I confirmed behaviour in acs 4.3.0 and I'm still checking in 4.4.1.
>
> OR
>
> 2)
> (not a big issue, however very annoying):
> I filter instances by some account/domain, then click on some instance
> (view it's properties or whatever), than in the breadcrumb I click back
>
 on

> "instances", and instead of being show the page with all the filtered
> instances, I get back to the home page of ACS...
>
> So it doesn't really happens always, but randomly, with different
>
 browsers,

> clearing all cache etc...
> The issue here is that nothing get's logged to MGMT log at all...
>
> Please let me know if anybody get similar issues, or if this is
> something
> on my side...
>
> Thanks,
>
>
> --
>
> Andrija Panić
>
>

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


>>>
>>>
>>
>
>
> --
>
> Andrija Panić
> --
>   http://admintweets.com
> --


Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Marcus
No, it won't help. It won't remove the kvmclock xml, just generate xml
that explicitly disables kvmclock. See my email above.

On Fri, Feb 6, 2015 at 10:53 AM, Mike Tutkowski
 wrote:
> Sure, Rohit, I can try that. I'm pretty sure I did put that property in
> already, but let me try that again in case I spelled something wrong or
> made some other data-entry error in the file that led to it not working for
> me.
>
> On Fri, Feb 6, 2015 at 1:25 AM, Rohit Yadav 
> wrote:
>
>> Mike can you try by adding kvmclock.disable=true in your
>> agent.properties and test if it then works (this is a workaround).
>>
>> On Friday 06 February 2015 01:31 AM, Mike Tutkowski wrote:
>>
>>> Hi everyone,
>>>
>>> So, what do we want to do here? It seems that KVM doesn't work on CS 4.5
>>> (due to this kvmclock issue).
>>>
>>> How do we go about collecting enough data points in order to determine
>>> if we can drop Ubuntu 12.04 from the supported list of environments with
>>> regards to KVM on CS 4.5?
>>>
>>> Thanks,
>>> Mike
>>>
>>> On Wed, Feb 4, 2015 at 10:58 AM, Mike Tutkowski
>>> mailto:mike.tutkow...@solidfire.com>>
>>> wrote:
>>>
>>> FYI: From what I observed, I could not get a user VM to start on
>>> Ubuntu 12.04.1 using CloudStack 4.6. I think Marcus believes the
>>> same issue would be present using CloudStack 4.5 with Ubuntu 12.04.1.
>>>
>>> On Wed, Feb 4, 2015 at 6:29 AM, Rohit Yadav
>>> mailto:rohit.ya...@shapeblue.com>> wrote:
>>>
>>> Hi Wilder,
>>>
>>> The issue I shared was related to KVM (based on Ubuntu 14.04), I
>>> think
>>> as user VMs Ubuntu 12.04 should run fine. Though you can help
>>> test 4.4.2
>>> to 4.5.0 (use latest 4.5 branch) as well.
>>>
>>> I've spent last two weeks only on testing various components and
>>> upgrade
>>> scenarios but mostly with KVM, I think now the upgrade process
>>> is pretty
>>> smooth with fewer rough edges.
>>>
>>> On Wednesday 04 February 2015 05:58 PM, Wilder Rodrigues wrote:
>>>
>>> Hi there,
>>>
>>> We are currently using 4.4.2 in our production environment
>>> and we have
>>> Ubuntu 12.04-5 VMs. That would be crucial to have support to
>>> Ubuntu 12.04.
>>>
>>> Is there any bug already created that we can have a look and
>>> help to
>>> fix? Not being able to upgrade from 4.4.2 to 4.5 wouldn’t be
>>> cool.
>>>
>>> Cheers,
>>> Wilder
>>>
>>>
>>> On 02 Feb 2015, at 08:53, Mike Tutkowski
>>> >> 
>>> >> >> wrote:
>>>
>>> Also, just as an FYI, after I upgraded Ubuntu from 12.04
>>> to 14.04, I
>>> was able to create a VM using CS 4.6 (as we expected
>>> would be the case).
>>>
>>> As Marcus mentioned, we should try to determine if
>>> Ubuntu 12.04 should
>>> be a supported platform for CS 4.5.
>>>
>>> On Sun, Feb 1, 2015 at 7:12 PM, Mike Tutkowski
>>> >> 
>>> >> >>
>>> wrote:
>>>
>>>  Thanks, Rohit
>>>
>>>  As Marcus later commented, it's a compatibility
>>> issue with Ubuntu
>>>  12.04 (which is what I'm running).
>>>
>>>  On Sun, Feb 1, 2015 at 6:30 PM, Rohit Yadav
>>>  >> 
>>> >> >> wrote:
>>>
>>>  Hi Mike,
>>>
>>>  I’ve tested 4.5 branch with KVM/Ubuntu 14.04
>>> and local storage
>>>  seems to work for me. I’ve not tested it
>>> thoroughly things
>>>  like migration, attaching/detach localstorage
>>> disks etc.
>>>
>>>  > On 31-Jan-2015, at 1:10 pm, Mike Tutkowski
>>>  >> 
>>>  >> >> wrote:
>>>  >
>>>  > Hi everyone,
>>>  >
>>>  > Any news on this?
>>>  >
>>>  > I am still having trouble creating a VM on
>>> local storage on
>>>  KVM (with or 

Re: Google Summer of Code 2015 is coming

2015-02-06 Thread Tilak Raj Singh
Hi,

I posted my project idea for the same above in this thread. Have also
created a ticket for the same.
Link is https://issues.apache.org/jira/browse/CLOUDSTACK-8227

On Fri, Feb 6, 2015 at 2:01 PM, Rohit Yadav 
wrote:

> Tilak, I think you need to log in to see the filter. Nevertheless, here
> are my proposed ideas:
>
> Integration Infra: https://issues.apache.org/jira/browse/CLOUDSTACK-8208
> Tooling: https://issues.apache.org/jira/browse/CLOUDSTACK-8207
> Bhyve: https://issues.apache.org/jira/browse/CLOUDSTACK-8206
> Docker: https://issues.apache.org/jira/browse/CLOUDSTACK-8205
>
> If you're interested in work on them, we can discuss here or if you want
> a mentor you need to propose an idea here and also create a ticket with
> tag 'gsoc2015' under CloudStack project.
>
>
> On Thursday 05 February 2015 09:41 PM, Tilak Raj Singh wrote:
>
>> @Rohit : Hi I just viewed the the link
>> https://issues.apache.org/jira/issues/?filter=12330309 and couldnt find
>> any
>> projects. Did you add them somewhere else?
>>
>> @All : I am a student and want a mentor for my project on Cloudstack
>> Community. Can I also post a project idea there?
>>
>> Regards
>>
>> On Wed, Feb 4, 2015 at 2:08 PM, Andrei Mikhailovsky 
>> wrote:
>>
>>  +1 for support of Ceph in Xenserver
>>>
>>> Andrei
>>> - Original Message -
>>>
>>>  From: "Erik Weber" 
 To: "dev" 
 Sent: Wednesday, 4 February, 2015 7:35:39 AM
 Subject: Re: Google Summer of Code 2015 is coming

>>>
>>>  Pure Xen support would be nice :-)

>>>
>>>  (and Ceph in XenServer, but that's not really a CloudStack issue)

>>>
>>>  --
 Erik

>>>
>>>  On Tue, Feb 3, 2015 at 9:42 AM, Sebastien Goasguen 
 wrote:

>>>
>>>  GSoC 2015 is back.
> Time to enter your project proposals in jira if you want to mentor.
>
> Begin forwarded message:
>
>  From: Ulrich Stärk 
>> Subject: Google Summer of Code 2015 is coming
>> Date: February 2, 2015 5:44:52 PM EST
>> To: ment...@community.apache.org
>> Reply-To: ment...@community.apache.org
>> Reply-To: ment...@community.apache.org
>>
>> Hello PMCs (incubator Mentors, please forward this email to your
>>
> podlings),
>
>>
>> Google Summer of Code [1] is a program sponsored by Google
>> allowing
>>
> students to spend their summer
>
>> working on open source software. Students will receive stipends
>> for
>>
> developing open source software
>
>> full-time for three months. Projects will provide mentoring and
>> project
>>
> ideas, and in return have
>
>> the chance to get new code developed and - most importantly - to
>>
> identify and bring in new committers.
>
>>
>> The ASF will apply as a participating organization meaning
>> individual
>>
> projects don't have to apply
>
>> separately.
>>
>> If you want to participate with your project we ask you to do the
>>
> following things by no later than
>
>> 2015-02-13 19:00 UTC (applications from organizations close a
>> week later)
>>
>> 1. understand what it means to be a mentor [2].
>>
>> 2. record your project ideas.
>>
>> Just create issues in JIRA, label them with gsoc2015, and they
>> will show
>>
> up at [3]. Please be as
>
>> specific as possible when describing your idea. Include the
>> programming
>>
> language, the tools and
>
>> skills required, but try not to scare potential students away.
>> They are
>>
> supposed to learn what's
>
>> required before the program starts.
>>
>> Use labels, e.g. for the programming language (java, c, c++,
>> erlang,
>>
> python, brainfuck, ...) or
>
>> technology area (cloud, xml, web, foo, bar, ...) and record them
>> at [5].
>>
>> Please use the COMDEV JIRA project for recording your ideas if
>> your
>>
> project doesn't use JIRA (e.g.
>
>> httpd, ooo). Contact d...@community.apache.org if you need
>> assistance.
>>
>> [4] contains some additional information (will be updated for
>> 2015
>>
> shortly).
>
>>
>> 3. subscribe to ment...@community.apache.org; restricted to
>> potential
>>
> mentors, meant to be used as a
>
>> private list - general discussions on the public
>>
> d...@community.apache.org list as much as possible
>
>> please). Use a recognized address when subscribing (@apache.org
>> or one
>>
> of your alias addresses on
>
>> record).
>>
>> Note that the ASF isn't accepted as a participating organization
>> yet,
>>
> nevertheless you *have to*
>
>> start recording your ideas now or we might not get accepted.
>>
>> Over the years we were able to complete hundreds of projects
>>
> successfully. Some of our prior
>
>> st

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-02-06 Thread Mike Tutkowski
Thanks, Marcus

I responded to Rohit's e-mail and then later read yours. :)

On Fri, Feb 6, 2015 at 12:02 PM, Marcus  wrote:

> No, it won't help. It won't remove the kvmclock xml, just generate xml
> that explicitly disables kvmclock. See my email above.
>
> On Fri, Feb 6, 2015 at 10:53 AM, Mike Tutkowski
>  wrote:
> > Sure, Rohit, I can try that. I'm pretty sure I did put that property in
> > already, but let me try that again in case I spelled something wrong or
> > made some other data-entry error in the file that led to it not working
> for
> > me.
> >
> > On Fri, Feb 6, 2015 at 1:25 AM, Rohit Yadav 
> > wrote:
> >
> >> Mike can you try by adding kvmclock.disable=true in your
> >> agent.properties and test if it then works (this is a workaround).
> >>
> >> On Friday 06 February 2015 01:31 AM, Mike Tutkowski wrote:
> >>
> >>> Hi everyone,
> >>>
> >>> So, what do we want to do here? It seems that KVM doesn't work on CS
> 4.5
> >>> (due to this kvmclock issue).
> >>>
> >>> How do we go about collecting enough data points in order to determine
> >>> if we can drop Ubuntu 12.04 from the supported list of environments
> with
> >>> regards to KVM on CS 4.5?
> >>>
> >>> Thanks,
> >>> Mike
> >>>
> >>> On Wed, Feb 4, 2015 at 10:58 AM, Mike Tutkowski
> >>> mailto:mike.tutkow...@solidfire.com>>
> >>> wrote:
> >>>
> >>> FYI: From what I observed, I could not get a user VM to start on
> >>> Ubuntu 12.04.1 using CloudStack 4.6. I think Marcus believes the
> >>> same issue would be present using CloudStack 4.5 with Ubuntu
> 12.04.1.
> >>>
> >>> On Wed, Feb 4, 2015 at 6:29 AM, Rohit Yadav
> >>> mailto:rohit.ya...@shapeblue.com>>
> wrote:
> >>>
> >>> Hi Wilder,
> >>>
> >>> The issue I shared was related to KVM (based on Ubuntu 14.04),
> I
> >>> think
> >>> as user VMs Ubuntu 12.04 should run fine. Though you can help
> >>> test 4.4.2
> >>> to 4.5.0 (use latest 4.5 branch) as well.
> >>>
> >>> I've spent last two weeks only on testing various components
> and
> >>> upgrade
> >>> scenarios but mostly with KVM, I think now the upgrade process
> >>> is pretty
> >>> smooth with fewer rough edges.
> >>>
> >>> On Wednesday 04 February 2015 05:58 PM, Wilder Rodrigues wrote:
> >>>
> >>> Hi there,
> >>>
> >>> We are currently using 4.4.2 in our production environment
> >>> and we have
> >>> Ubuntu 12.04-5 VMs. That would be crucial to have support
> to
> >>> Ubuntu 12.04.
> >>>
> >>> Is there any bug already created that we can have a look
> and
> >>> help to
> >>> fix? Not being able to upgrade from 4.4.2 to 4.5 wouldn’t
> be
> >>> cool.
> >>>
> >>> Cheers,
> >>> Wilder
> >>>
> >>>
> >>> On 02 Feb 2015, at 08:53, Mike Tutkowski
> >>>  >>> 
> >>>  >>> >> wrote:
> >>>
> >>> Also, just as an FYI, after I upgraded Ubuntu from
> 12.04
> >>> to 14.04, I
> >>> was able to create a VM using CS 4.6 (as we expected
> >>> would be the case).
> >>>
> >>> As Marcus mentioned, we should try to determine if
> >>> Ubuntu 12.04 should
> >>> be a supported platform for CS 4.5.
> >>>
> >>> On Sun, Feb 1, 2015 at 7:12 PM, Mike Tutkowski
> >>>  >>> 
> >>>  >>> >>
> >>> wrote:
> >>>
> >>>  Thanks, Rohit
> >>>
> >>>  As Marcus later commented, it's a compatibility
> >>> issue with Ubuntu
> >>>  12.04 (which is what I'm running).
> >>>
> >>>  On Sun, Feb 1, 2015 at 6:30 PM, Rohit Yadav
> >>>   >>> 
> >>>  >>> >> wrote:
> >>>
> >>>  Hi Mike,
> >>>
> >>>  I’ve tested 4.5 branch with KVM/Ubuntu 14.04
> >>> and local storage
> >>>  seems to work for me. I’ve not tested it
> >>> thoroughly things
> >>>  like migration, attaching/detach localstorage
> >>> disks etc.
> >>>
> >>>  > On 31-Jan-2015, at 1:10 pm, Mike Tutkowski
> >>>   >>> 
> >>>   >>>  

Jenkins build is still unstable: simulator-4.5-singlerun #151

2015-02-06 Thread jenkins
See 



Re: cloudstack ui plugin

2015-02-06 Thread Mike Tutkowski
I've CCed a couple people who commonly develop GUI code for CloudStack.

Hopefully one or both can help you out, Ramzi.

On Fri, Feb 6, 2015 at 2:41 AM, Ramzi Youssefi  wrote:

> Hello everyone!
>
> I'm trying to develop a UI plugin in javascript for cloudstack.
> I have read a lot but I think the documentation for this purpose is very
> little.
> For instance, I'm trying to use tabs to divide the content of the plugin in
> many parts. Each tab will show different data and so on.
>
> What I have read until now is that you can either show the content through
>
> show: function() {
>
> }
>
> or
>
> listView: {
>
> }
>
> None of these methods allow me to place tabs.
> Is there any alternative to do this? or even better, is there any
> documentation on how to develop plugins? the existing documentation in
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/UI+Plugin+Tutorial
> is not sufficient.
>
> Thanks a lot!!
>
> --
> Ramzi Youssefi
> Görlitzer Str. 49
> 01099 Dresden, Germany.
> Cell: +49 173 1965465
> Email: ryouss...@gmail.com
>



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