[GitHub] cloudstack pull request: CLOUDSTACK-8550 - Attempt to delete alrea...

2015-06-11 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/385 CLOUDSTACK-8550 - Attempt to delete already deleted VM in tearDownClass() You can merge this pull request into a Git repository by running: $ git pull https://github.com/pritisarap12/

Re: Third party VR / L2 support

2015-06-11 Thread Keerthiraja SJ
Below are the router we can choose for the cloudstack integration. https://cloudrouter.org/ http://sourceforge.net/projects/rcp100/?source=directory On Tue, Jun 9, 2015 at 1:57 PM, Paul Angus wrote: > Hi Christian, > > This is a feature put forward by myself. As a non-developer I can come up

Re: Third party VR / L2 support

2015-06-11 Thread Erik Weber
Cloudrouter seems to be GPL2-ish. -- Erik On Thu, Jun 11, 2015 at 9:03 AM, Keerthiraja SJ wrote: > Below are the router we can choose for the cloudstack integration. > > https://cloudrouter.org/ > > http://sourceforge.net/projects/rcp100/?source=directory > > > On Tue, Jun 9, 2015 at 1:57 PM,

Build failed in Jenkins: build-master-slowbuild #1543

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

AW: Problem Upload Windows volume to ACS 4.5.1

2015-06-11 Thread Jochim, Ingo
What if you remove the file extension? -Ursprüngliche Nachricht- Von: Andrija Panic [mailto:andrija.pa...@gmail.com] Gesendet: Mittwoch, 10. Juni 2015 10:06 An: us...@cloudstack.apache.org Cc: dev@cloudstack.apache.org Betreff: Re: Problem Upload Windows volume to ACS 4.5.1 Marcus, Sinc

[GitHub] cloudstack pull request: UDSTACK-8549:Update test_concurrent_snaps...

2015-06-11 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/386 UDSTACK-8549:Update test_concurrent_snapshots_limits.py asesrt statement Update test_concurrent_snapshots_limits.py to check if the output(config value) is list or not only if it is not Nul

[GitHub] cloudstack pull request: CLOUDSTACK-8553:Unable to launch VM from ...

2015-06-11 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/387 CLOUDSTACK-8553:Unable to launch VM from template because of permission issue Non-root user failed to create VM from a template created by Root user You can merge this pull request into a

[GitHub] cloudstack pull request: Fixed CLOUDSTACK-8551 Findbugs warning in...

2015-06-11 Thread karuturi
GitHub user karuturi opened a pull request: https://github.com/apache/cloudstack/pull/388 Fixed CLOUDSTACK-8551 Findbugs warning in LdapCreateAccountCmd.java byte[].toString() would give reference to the array (ex: [B@6c521576 ) but not the original string. used new String() to

Re: Not found CS 4.5.1 RHEL packages on apt-get.eu

2015-06-11 Thread Daan Hoogland
Paul, I am very happy with your comment. (I could have just +1:) Mirroring Apache is always a good way to go as the foundation is not the richest around, albeit on purpose. This of course does not impede ShapeBlue or any party to publish extra packages along side Apache's. regards, On Tue, Jun 9

Re: Travis-ci test cases getting timed out

2015-06-11 Thread Rajani Karuturi
Hi Abhi, The last four jobs always complete within secs and doesnt run anyof the tests listed for those jobs. If they are not required, can you please remove them? ~Rajani On Thu, Jun 11, 2015 at 12:10 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > It appears travis timed ou

camping hack

2015-06-11 Thread Daan Hoogland
http://www.buzzfeed.com/peggy/camping-hacks-that-are-borderline-genius#.ejJljxYDv -- Daan

Re: Travis-ci test cases getting timed out

2015-06-11 Thread Abhinandan Prateek
They run once in 6 times (or 7 times, it is configurable). This is to make an average travis run fast, but still be able to run the full test once in a while. I think we should be increasing the number of such additional tests, but probably not run them overtime. On 11-Jun-2015, at 3:04 pm, Raja

Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
Hi, I'm trying to run the awsapi server on the 4.5 branch from Maven. Normally we work with 4.2 and a deployed version of awsapi, so this is the first time I'm trying it from mvn. I'm using this command: mvn -Pawsapi -pl :cloud-awsapi jetty:run I have a few errors: 1. java.sql.SQLException: No s

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Rohit Yadav
Use this: https://github.com/apache/cloudstack-ec2stack Avoid using awsapi. > On 11-Jun-2015, at 1:32 pm, Jeff Hair wrote: > > Hi, > > I'm trying to run the awsapi server on the 4.5 branch from Maven. Normally > we work with 4.2 and a deployed version of awsapi, so this is the first > time I'm t

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
Hi, Unfortunately that's not an option at the moment. I'm aware that CS is moving away from awsapi (and so are we), but at the moment I need to get it running on 4.5. On Thu, Jun 11, 2015 at 10:41 AM, Rohit Yadav wrote: > Use this: > https://github.com/apache/cloudstack-ec2stack > > Avoid using

VHD root disks and VM start-up process at XenServer

2015-06-11 Thread Vadim Kimlaychuk
Hello friends, I would like to understand how CloudStack creates/runs VM on XenServer host? What source files contain process of VM start-up? I want to repeat this process manually on dedicated host, but it seems XAPI does not work with VHD disk images. I can’t start VM

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
Some progress: by adding the MySQL connector dependency to the awsapi POM, the MySQL error was solved. I suspect it's something similar for the XML library problem. On Thu, Jun 11, 2015 at 10:32 AM, Jeff Hair wrote: > Hi, > > I'm trying to run the awsapi server on the 4.5 branch from Maven. Norm

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Rohit Yadav
Cool, after you can make it work - send a PR. Cheers. > On 11-Jun-2015, at 2:01 pm, Jeff Hair wrote: > > Some progress: by adding the MySQL connector dependency to the awsapi POM, > the MySQL error was solved. I suspect it's something similar for the XML > library problem. > > On Thu, Jun 11, 20

Build failed in Jenkins: build-master-slowbuild #1544

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: camping hack

2015-06-11 Thread Daan Hoogland
not intended for this list (but for dev@somethingelse ;) On Thu, Jun 11, 2015 at 11:39 AM, Daan Hoogland wrote: > http://www.buzzfeed.com/peggy/camping-hacks-that-are-borderline-genius#.ejJljxYDv > > -- > Daan -- Daan

ACS 4.5.1 mgmt DB HA - not working - invalid load balancing strategy

2015-06-11 Thread Andrija Panic
Hi, I'm trying the DB HA setup, by chaning 3 lines in db.properties file (enable HA, define slaves for cloud, define slaves for usage DB) After restart, mgmt server doesn start with folowing error, as it seems invalid load balancing strategy variable... Any clues on this ? mysql setup is galera

Re: ACS 4.5.1 mgmt DB HA - not working - invalid load balancing strategy

2015-06-11 Thread Andrija Panic
Actually, on another ACS installation, there is file: /usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-database-mysqlha-4.3.2.jar (acs 4.3.2 :) ) But on this 4.5.1 there is no such file. Is it possible that we didnt compile 4.5.1 in appropriate way ? Thanks, Andrija On

Build failed in Jenkins: build-master-slowbuild #1545

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: ACS 4.5.1 mgmt DB HA - not working - invalid load balancing strategy

2015-06-11 Thread Marcus
When I build CloudStack RPMs on 4.5 branch I get mysql ha RPMs. Looking at the specfile: %if "%{_ossnoss}" == "noredist" %package mysql-ha Summary: Apache CloudStack Balancing Strategy for MySQL Requires: mysql-connector-java Requires: %{_tomcatversion} Group: System Environmnet/Libraries %d

Re: VHD root disks and VM start-up process at XenServer

2015-06-11 Thread Mike Tutkowski
Hi, I recommend you take a look at CitrixResourceBase. This is the "server resource" for XenServer and is where commands such as "start VM" are dispatched to. Talk to you later, Mike On Thu, Jun 11, 2015 at 4:49 AM, Vadim Kimlaychuk wrote: > Hello friends, > > I would like to under

Re: ACS 4.5.1 mgmt DB HA - not working - invalid load balancing strategy

2015-06-11 Thread Andrija Panic
HI Marcus, yes I'm familiar with that, that was my guess, based on some other ML thread :( Thx for confirmation... On 11 June 2015 at 17:03, Marcus wrote: > When I build CloudStack RPMs on 4.5 branch I get mysql ha RPMs. Looking at > the specfile: > > %if "%{_ossnoss}" == "noredist" > > %packag

[GitHub] cloudstack pull request: Allow EC2 to be run from Maven properly

2015-06-11 Thread ProjectMoon
GitHub user ProjectMoon opened a pull request: https://github.com/apache/cloudstack/pull/389 Allow EC2 to be run from Maven properly This pull request adds two runtime dependencies to the POM for awsapi so the [developer guide instructions](http://docs.cloudstack.apache.org/en/late

Re: Trying to Run awsapi on 4.5 from Maven

2015-06-11 Thread Jeff Hair
The pull request has been submitted: https://github.com/apache/cloudstack/pull/389 On Thu, Jun 11, 2015 at 11:17 AM, Rohit Yadav wrote: > Cool, after you can make it work - send a PR. > > Cheers. > > > On 11-Jun-2015, at 2:01 pm, Jeff Hair wrote: > > > > Some progress: by adding the MySQL conne

[GitHub] cloudstack pull request: Fixed CLOUDSTACK-8551 Findbugs warning in...

2015-06-11 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/388#issuecomment-84803 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

DB not updated after moving volume from Qcow2 to RAW(CEPH)

2015-06-11 Thread Andrija Panic
Hi team, we noticed (4.3.2 and 4.5.1 so far): - If you deploy VM (root volume) from template that was uploaded to ACS as Qcow2 - to CEPH - volume is converted to RAW (since on CEPHnow...), but DB cloud.volumes/format column is not updated with "raw" value, instead it's "qcow2". - Same thing with

Re: 4.6

2015-06-11 Thread John Burwell
All, Why are we averse to cutting a release stabilization branch? In the past, we have cut release stabilization branches to ensure that the flow contributions was not interrupted. For committers, it is not a big deal since they can manage their branches in the cloudstack repo. However, for

Re: [ANNOUNCE] New PMC member: Bruno Demion aka Milamber

2015-06-11 Thread John Burwell
Congrats, Bruno. Thanks, -John From: Somesh Naidu Sent: Monday, June 8, 2015 10:49 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New PMC member: Bruno Demion aka Milamber Congratulations Bruno! Regards, Somesh -Original Message- From

Build failed in Jenkins: build-master-slowbuild #1546

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: How do I contribute to ACS documentation?

2015-06-11 Thread Rajsekhar K
Hi, Daan, Sebastien, Thanks for your help. I have completed the initial setup. I hope I can start contributing to the ACS documentation. Thanks, Rajsekhar On Mon, Jun 8, 2015 at 3:46 PM, Sebastien Goasguen wrote: > Check the README at: > > https://github.com/apache/cloudstack-docs > https://g

Build failed in Jenkins: build-master-slowbuild #1547

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: 4.6

2015-06-11 Thread Sebastien Goasguen
> On Jun 11, 2015, at 6:43 PM, John Burwell wrote: > > All, > > Why are we averse to cutting a release stabilization branch? In the past, we > have cut release stabilization branches to ensure that the flow contributions > was not interrupted. I disagree. We have cut branches that way beca

Re: [ANNOUNCE] New PMC member: Bruno Demion aka Milamber

2015-06-11 Thread Pierre-Luc Dion
Congrats Bruno! Le jeudi 11 juin 2015, John Burwell a écrit : > Congrats, Bruno. > > Thanks, > -John > > > From: Somesh Naidu > > Sent: Monday, June 8, 2015 10:49 AM > To: dev@cloudstack.apache.org > Subject: RE: [ANNOUNCE] New PMC member: Bruno Demion a

Build failed in Jenkins: build-master-slowbuild #1548

2015-06-11 Thread jenkins
See -- [...truncated 27262 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Build failed in Jenkins: build-master-slowbuild #1549

2015-06-11 Thread jenkins
See -- [...truncated 27269 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

RE: Third party VR / L2 support

2015-06-11 Thread Koushik Das
Agree to what Funs mentioned. The current network service model is flexible, there is option to select a provider for a given service by means of network offering. About using 3rd party VR, there are 2 possibilities: - Fully replace the existing VR with 3rd party VR - Both co-exist and complement

Build failed in Jenkins: build-master-slowbuild #1550

2015-06-11 Thread jenkins
See -- [...truncated 27259 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: CLOUDSTACK-8547: Modify hypervisor check ...

2015-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/378 --- 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

RE: Third party VR / L2 support

2015-06-11 Thread Paul Angus
Hi Koushik (and Funs), It isn't sustainable to keep adding plugins to the core code for 3rd party devices which the community then has to support and maintain and (more importantly) can't test as the vast majority of 'testers' won't have access to the hardware. A well implemented driver model

Build failed in Jenkins: simulator-singlerun #1228

2015-06-11 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 2046 originally caused by: Started by an SCM change Started by upstream project "build-master" build number 2370 origin

[GitHub] cloudstack pull request: CLOUDSTACK-8550 - Attempt to delete alrea...

2015-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/385 --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-8553:Unable to launch VM from ...

2015-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/387 --- 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

Build failed in Jenkins: simulator-singlerun #1229

2015-06-11 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 2047 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely o

Build failed in Jenkins: simulator-singlerun #1230

2015-06-11 Thread jenkins
See -- Started by upstream project "build-master-simulator" build number 2048 originally caused by: Started by upstream project "build-master" build number 2371 originally caused by: Started

[GitHub] cloudstack pull request: CLOUDSTACK-8554: Fixed string conversion ...

2015-06-11 Thread gauravaradhye
GitHub user gauravaradhye opened a pull request: https://github.com/apache/cloudstack/pull/390 CLOUDSTACK-8554: Fixed string conversion issue in few netscaler test cases Fixed issue "Exception object is directly converted to lower without converting it to string." Logs