Build failed in Jenkins: simulator-singlerun #1114

2015-04-16 Thread jenkins
See Changes: [Gaurav Aradhye] CLOUDSTACK-8236-Test-case-storage-migration-test-path --Adding missing changes from storage migration testpath in codes.py -- [...truncated 10435 lines...]

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Nux!
Daan, I'll test shortly. Can you confirm no sysvm upgrade is required going forward from 4.4.1? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Daan Hoogland" > To: "dev" > Sent: Wednesday, 15 April, 2015 23:02:55 > Subject: [VOTE]

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Nux!
https://dist.apache.org/repos/dist/dev/cloudstack/4.4/ does not exist. I guess the valid one is either https://dist.apache.org/repos/dist/dev/cloudstack/4.4.3/ OR simply https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=e9441d47867104505ef260c1857549f93df96aba;sf=tgz -- Sent

No response received when trying to login

2015-04-16 Thread Erik Weber
I have a Cloudstack 4.3.2 installation, where most apis work with cloudmonkey, but I'm unable to login to the UI. Looking at developer tools I can see the request going, and in the ACS log I can see that the user is authenticated, but the HTTP request does not get any response (neither headers nor

Re: No response received when trying to login

2015-04-16 Thread Rajani Karuturi
Can you check if its blocked on raising the login event? probably activemq is down or the events table is full.. ~Rajani On Thu, Apr 16, 2015 at 1:35 PM, Erik Weber wrote: > I have a Cloudstack 4.3.2 installation, where most apis work with > cloudmonkey, but I'm unable to login to the UI. > > L

Re: No response received when trying to login

2015-04-16 Thread Nux!
Might sound silly, but have you tried in another browser or in a private browsing session (ie without any prior cache, cookies etc)? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Erik Weber" > To: us...@cloudstack.apache.or

Re: No response received when trying to login

2015-04-16 Thread Erik Weber
On Thu, Apr 16, 2015 at 10:21 AM, Rajani Karuturi wrote: > Can you check if its blocked on raising the login event? probably activemq > is down or the events table is full.. > > Thanks for the suggestion, how would I go forward to check that? I've restarted cloudstack-management multiple times i

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Nux!
Ok, I can't even build it, it stops at: [INFO] [INFO] Building Apache CloudStack Plugin - Hypervisor KVM 4.4.3 [INFO] Downloading: http://libvirt.org/m

Re: listUsageRecord only for Admins? Why?

2015-04-16 Thread Ramzi Youssefi
Thank you very much guys for your help! This is very useful! Regards, On Wed, Apr 15, 2015 at 7:26 PM, Somesh Naidu wrote: > As a workaround, we could just update the permissions for the API in the > commands.properties to allow normal users to make that API call. > > Default Contents: > u

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Nux!
Looks like there is a pom here http://repo1.maven.org/maven2/com/github/K0zka/libvirt/0.5.1/ What file needs to be modified to point the build process there? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Nux!" > To: dev@cloudstack.

[GitHub] cloudstack pull request: CLOUDSTACK-8308-Adding-automation-test-ca...

2015-04-16 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/170#discussion_r28493161 --- Diff: test/integration/testpaths/testpath_snapshot_limits.py --- @@ -0,0 +1,341 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308-Adding-automation-test-ca...

2015-04-16 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/170#discussion_r28493150 --- Diff: test/integration/testpaths/testpath_snapshot_limits.py --- @@ -0,0 +1,341 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308-Adding-automation-test-ca...

2015-04-16 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/170#discussion_r28493223 --- Diff: test/integration/testpaths/testpath_snapshot_limits.py --- @@ -0,0 +1,341 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308-Adding-automation-test-ca...

2015-04-16 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/170#discussion_r28493238 --- Diff: tools/marvin/marvin/codes.py --- @@ -132,3 +132,9 @@ Switch Type ''' VMWAREDVS = "vmwaredvs" + + +''' +Snaps

Re: No response received when trying to login

2015-04-16 Thread Rajani Karuturi
If you configured RabbitMQ service, check logs on the Rabbitmq hosts. check the size of the events table and see if an insert is taking time. You could try the login and then show full processlist at the mysql prompt to see any slow queries. ~Rajani On Thu, Apr 16, 2015 at 1:57 PM, Erik Weber

Re: [SOLVED] No response received when trying to login

2015-04-16 Thread Erik Weber
Thank you Rajani, it was rabbitmq problems. All solved, and I can log in again :-) -- Erik On Thu, Apr 16, 2015 at 10:54 AM, Rajani Karuturi wrote: > If you configured RabbitMQ service, check logs on the Rabbitmq hosts. > > check the size of the events table and see if an insert is taking tim

Re: [SOLVED] No response received when trying to login

2015-04-16 Thread Nux!
Erik, Can you share more details about how you solved this? What did you have to do exactly? Just thinking it may come it handy to some poor soul in the future. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Erik Weber" > To: "dev

Re: [SOLVED] No response received when trying to login

2015-04-16 Thread Erik Weber
Since I don't really use the feature, but merely tested it, I removed the rabbitmq bean I previously set up. I guess the proper solution is to figure out why rabbitmq barks, probably due to something being full.. -- Erik On Thu, Apr 16, 2015 at 12:40 PM, Nux! wrote: > Erik, > > Can you share

RE: {HELP-NEEDED] Replace Root CA etc, for CPVM and SSVM

2015-04-16 Thread Suresh Sadhu
Good to hear. If you feel documentation is not clear then please raise the doc bug for the same. Regards Sadhu -Original Message- From: Andrija Panic [mailto:andrija.pa...@gmail.com] Sent: 15 April 2015 16:39 To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: Re: {

RE: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-16 Thread Suresh Sadhu
Congratulations Gaurav! Regards Sadhu > On Tue, Apr 14, 2015 at 1:35 AM, Erik Weber wrote: > >> On Mon, Apr 13, 2015 at 9:43 PM, Daan Hoogland >> >> wrote: >> >>> The Project Management Committee (PMC) for Apache CloudStack has >>> asked Gaurav Aradhya to become a committer and we are plea

Build failed in Jenkins: simulator-singlerun #1115

2015-04-16 Thread jenkins
See Changes: [talluri] modified the test tags to not to run on simulator -- [...truncated 10435 lines...] > Running query: drop database if exists `cloud_usage` >

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Ian Southam
Change ceph.com to eu.ceph.com in ./plugins/hypervisors/kvm/pom.xml then it will compile again. — Grts! Ian On 16 Apr 2015, at 10:37, Nux! wrote: > Looks like there is a pom here > http://repo1.maven.org/maven2/com/github/K0zka/libvirt/0.5.1/ > > What file needs to be modified to point the bu

Downloading pom from ceph.com fails

2015-04-16 Thread Gaurav Aradhye
Changed subject to not spam original post. I encountered this issue in building latest master also. Ian, should this change be committed? Regards, Gaurav Aradhye On Apr 16, 2015, at 6:07 PM, Ian Southam wrote: > Change ceph.com to eu.ceph.com in ./plugins/hypervisors/kvm/pom.xml then it > wi

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-16 Thread Gaurav Aradhye
Thanks Somesh, Sadhu! Regards, Gaurav Aradhye On Apr 16, 2015, at 6:01 PM, Suresh Sadhu wrote: > Congratulations Gaurav! > > Regards > Sadhu > >> On Tue, Apr 14, 2015 at 1:35 AM, Erik Weber wrote: >> >>> On Mon, Apr 13, 2015 at 9:43 PM, Daan Hoogland >>> >>> wrote: >>> The Project M

RE: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-16 Thread Giles Sirett
Congratulations Gaurav - well deserved Kind Regards Giles D: +44 20 3603 0541 | M: +44 796 111 2055 giles.sir...@shapeblue.com > -Original Message- > From: Somesh Naidu [mailto:somesh.na...@citrix.com] > Sent: 14 April 2015 18:16 > To: dev@cloudstack.apache.org > Subject: RE: [ANNOUNC

Re: Downloading pom from ceph.com fails

2015-04-16 Thread Ian Southam
Hi, Probably a good idea to commit but I confess it is a “works on my laptop” change ;). — Ian On 16 Apr 2015, at 14:41, Gaurav Aradhye wrote: > Changed subject to not spam original post. > > I encountered this issue in building latest master also. Ian, should this > change be committed? >

Build failed in Jenkins: simulator-singlerun #1116

2015-04-16 Thread jenkins
See Changes: [Rohit Yadav] vmware: support vmfs as local storage pool type [Rohit Yadav] server: NPE checks and improved case checking [Rohit Yadav] kvm: fallback to eu.ceph.com mvn repo as ceph.com is down [talluri] Correct

Re: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye

2015-04-16 Thread Nux!
Congrats :) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Daan Hoogland" > To: "dev" > Sent: Monday, 13 April, 2015 20:43:30 > Subject: [ANNOUNCE] New committer: Gaurav Nandkumar Aradhye > The Project Management Committee (PMC) fo

[GitHub] cloudstack pull request: use eu.ceph.com as ceph.com is down

2015-04-16 Thread NuxRo
GitHub user NuxRo opened a pull request: https://github.com/apache/cloudstack/pull/175 use eu.ceph.com as ceph.com is down Same change as in https://github.com/apache/cloudstack/commit/05e4ba7350e7da36e3b9511d5e987c84b0be7ab5 You can merge this pull request into a Git repository by

Re: {HELP-NEEDED] Replace Root CA etc, for CPVM and SSVM

2015-04-16 Thread Andrija Panic
Suresh, not sure if I miss something, but on: http://cloudstack-administration.readthedocs.org/en/4.4/systemvm.html#changing-the-console-proxy-ssl-certificate-and-domain I dont see any mentioning of ROOT CA, and Intermediate CA. The only page I found that references these, is: https://cwiki.apach

Re: Downloading pom from ceph.com fails

2015-04-16 Thread Nux!
Ok, did a pull request for 4.4 branch. In the meanwhile EL6 RPMs here: http://tmp.nux.ro/acs443/el6/ -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Ian Southam" > To: dev@cloudstack.apache.org > Sent: Thursday, 16 April, 2015 14:01:

[GitHub] cloudstack-docs-admin pull request: Update templates.rst

2015-04-16 Thread andrijapanic
Github user andrijapanic closed the pull request at: https://github.com/apache/cloudstack-docs-admin/pull/25 --- 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

Re: Downloading pom from ceph.com fails

2015-04-16 Thread Gaurav Aradhye
Thanks nux! Should it be cherry picked to master also? I have observed failure on master too. On Apr 16, 2015 7:13 PM, "Nux!" wrote: > Ok, did a pull request for 4.4 branch. > > In the meanwhile EL6 RPMs here: > http://tmp.nux.ro/acs443/el6/ > > -- > Sent from the Delta quadrant using Borg techno

[GitHub] cloudstack pull request: use eu.ceph.com as ceph.com is down

2015-04-16 Thread K0zka
Github user K0zka commented on the pull request: https://github.com/apache/cloudstack/pull/175#issuecomment-93740908 LGTM [CLOUDSTACK-8335](https://issues.apache.org/jira/browse/CLOUDSTACK-8335) should solve issues like this for the future, it just takes time to go through the pro

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

2015-04-16 Thread jenkins
See

RE: CloudStack agent for HyperV

2015-04-16 Thread Somesh Naidu
+ devs Somesh CloudPlatform Escalations Citrix Systems, Inc. -Original Message- From: mvs babu [mailto:mvsbabu0...@outlook.com] Sent: Thursday, April 16, 2015 10:15 AM To: cloudusersusers Subject: CloudStack agent for HyperV Hi All, I am trying to build CloudStack Agent for HyperV fro

Re: CloudStack agent for HyperV

2015-04-16 Thread mvs babu
Hi Jeff, I have installed mono. I also followed same URL to build the agent. Thank you, Suneel. Sent from Windows Mail From: Somesh Naidu Sent: ‎Thursday‎, ‎April‎ ‎16‎, ‎2015 ‎7‎:‎58‎ ‎PM To: cloudusersusers Cc: dev@cloudstack.apache.org + devs Somesh CloudPlatform Esca

Re: Downloading pom from ceph.com fails

2015-04-16 Thread Nux!
No need, Rohit did the master afaik. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Gaurav Aradhye" > To: dev@cloudstack.apache.org > Sent: Thursday, 16 April, 2015 14:51:23 > Subject: Re: Downloading pom from ceph.com fails > Thank

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Daan Hoogland
sorry guys, for ignoring you all about this all day so far. Do we thinks this warrants yet another RC? (implied no from me, is real) On Thu, Apr 16, 2015 at 7:37 AM, Ian Southam wrote: > Change ceph.com to eu.ceph.com in ./plugins/hypervisors/kvm/pom.xml then it > will compile again. > > — > Grt

Build failed in Jenkins: simulator-singlerun #1117

2015-04-16 Thread jenkins
See Changes: [talluri] fixed the tags in the testpaths -- [...truncated 10324 lines...] > Running query: create database `cloud` > Running query: GRANT ALL ON clo

Build failed in Jenkins: simulator-singlerun #1118

2015-04-16 Thread jenkins
See -- [...truncated 10435 lines...] > Running query: drop database if exists `cloud_usage` > Running query: create database `cloud_usage` > Running query: GRA

RE: OVM3 test failures

2015-04-16 Thread Raja Pullela
the builds are failing due to ovm3 audit failures. https://builds.apache.org/job/cloudstack-marvin/1723/console Daan, not sure if the change you were planning to do will address this issue? Raj -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Friday, March

Re: OVM3 test failures

2015-04-16 Thread Funs Kessen
Hi Raja, It seems there is no relation between what Daan was talking about and this problem as far as I can see. If you revert your last commit I suspect that everything is ok, so we need to figure out what your commit triggers that causes it to fail I guess as prior to that stuff seemed to wo

Re: OVM3 test failures

2015-04-16 Thread Daan Hoogland
Funs,Raja, I did some more investigation. The issue has no relation to the change mentioned by e indeed but neither to the latest commits. It runs on my laptop (TM) so I suspect a problem on the jenkins slave or an false assumption about the slaves in the tests. We'll need to investigate further.

Re: OVM3 test failures

2015-04-16 Thread Funs Kessen
Daan, I did the same, but noticed it’s the cloudstack-marvin plugin, so am doing it again to figure out what’s going on there to see if I didn’t jump the gun with my comment. Cheers, Funs > On 16 Apr 2015, at 21:35, Daan Hoogland wrote: > > Funs,Raja, > > I did some more investigation. The

Re: OVM3 test failures

2015-04-16 Thread Funs Kessen
Daan, I can confirm that a fresh checkout of master and a build of marvin after the apidoc works for me too. Cheers, Funs > On 16 Apr 2015, at 21:46, Funs Kessen wrote: > > Daan, > > I did the same, but noticed it’s the cloudstack-marvin plugin, so am doing it > again to > figure out what’

Re: [VOTE] Apache Cloudstack 4.4.3

2015-04-16 Thread Nux!
No, that's ok, though we definitely need to fix it in the next one. +1 from me, the product seems functional from the testing I did on CentOS6/KVM/Adv+SG Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Daan Hoogland" > To: "

Re: OVM3 test failures

2015-04-16 Thread Daan Hoogland
Funs, so you were not jumping a canon. The problem seems to me to be in the jenkins job in context of the marvin module. The tests from ovm3 themselves do pass. I did some tinkering with jenkins.bac.o and wil keep at it to get the red removed from the report page. I saw similar problems in jenkins.

[GitHub] cloudstack-docs-admin pull request: Update systemvm.rst

2015-04-16 Thread andrijapanic
GitHub user andrijapanic opened a pull request: https://github.com/apache/cloudstack-docs-admin/pull/29 Update systemvm.rst Added notes on common mistakes for custom sertificate (Root CA and Intermediate CA uploads...) You can merge this pull request into a Git repository by runnin

Re: {HELP-NEEDED] Replace Root CA etc, for CPVM and SSVM

2015-04-16 Thread Andrija Panic
updated main docs, created pull request... Thanks On 16 April 2015 at 15:40, Andrija Panic wrote: > Suresh, > > not sure if I miss something, but on: > http://cloudstack-administration.readthedocs.org/en/4.4/systemvm.html#changing-the-console-proxy-ssl-certificate-and-domain > I dont see any me

Re: Support for SecurityGroup in OpenVSwitch mode in Xenserver

2015-04-16 Thread Suresh Ramamurthy
Hi Jayapal, Thanks a lot for the response. >From what you explained, looks like SG for KVM also expects Bridge module. Correct me if I am wrong. Thanks, Suresh On Wed, Apr 15, 2015 at 11:36 PM, Jayapal Reddy Uradi < jayapalreddy.ur...@citrix.com> wrote: > Hi Suresh, > > Yes, for security grou

[DISCUSS] 4.6 release management

2015-04-16 Thread Pierre-Luc Dion
Today during the CloudStackdays we did a round table about Release management targeting the next 4.6 releases. Quick bullet point discussions: ideas to change release planning - Plugin contribution is complicated because often a new plugin involve change on the core: - ex: storage

Re: [SOLVED] No response received when trying to login

2015-04-16 Thread Yiping Zhang
I am using RabbitMQ feature, and I did notice that the UI become noticeably slower for some operations, such as VM create / destroy actions. When the RabbitMQ server is down, the login process become unresponsive. Yiping On 4/16/15, 3:42 AM, "Erik Weber" wrote: >Since I don't really use the fe

[GitHub] cloudstack-docs-admin pull request: Update systemvm.rst

2015-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-admin/pull/29 --- 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 f

Re: [DISCUSS] 4.6 release management

2015-04-16 Thread Marcus
"storage plugin involve changes on Hypervisor code" I know this is just an example, but at least on KVM side this is no longer true. Previously you had to implement a KVM-specific 'StorageAdaptor' that would run on the hypervisor, and register that with the agent code, but Mike and I added some re