Re: Review Request 22197: CLOUDSTACK-6776: Removed hard coded vlan ids from BVT test_non_contiguous_vlan.py

2014-06-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22197/#review44801 --- Commit 96272f4cde4e1012da820264ff91c43a9ec255c4 in cloudstack's

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Amit Das
Hi Hieu, Will it be good to include bulk operation of this feature? In addition, does Xen support parallel execution of these operations ? Regards, Amit *CloudByte Inc.* http://www.cloudbyte.com/ On Thu, Jun 5, 2014 at 8:59 AM, Hieu LE hieul...@gmail.com wrote: Mike, Punith, Please review

[GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread ilya musayev
Looks like few patches that i've backported to 4.3.0-forward have been dropped (dont see my commits). i am now under impression i should have commited to 4.3.0 branch. Would someone please clarify the difference between the two and where to commit when i need to backport/cherry-pick a patch?

Re: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread sebgoa
On Jun 5, 2014, at 8:14 AM, ilya musayev ilya.mailing.li...@gmail.com wrote: Looks like few patches that i've backported to 4.3.0-forward have been dropped (dont see my commits). i am now under impression i should have commited to 4.3.0 branch. Would someone please clarify the difference

Re: [Proposal] NuageVsp Network Plugin

2014-06-05 Thread sebgoa
On Jun 5, 2014, at 6:08 AM, Suresh Ramamurthy suresh.ramamur...@nuagenetworks.net wrote: Hi Dev Team, Thanks for allowing us to submit NuageVsp Network Plugin support to CloudStack. I have added the design specification in the wiki. Please find the link below

Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-05 Thread Meghna Kale
Thanks Min and Prachi. Based on above, for your usecase, you can attach a new policy to one account to deny specific operations. So even if that account belongs to the group that allows All, the second policy has an explicit Deny, so this will deny the specific operations. Does that mean that a

Re: New Defects reported by Coverity Scan for cloudstack

2014-06-05 Thread Hugo Trippaers
Heya, Thanks for helping out with the coverity configuration. The coverity builds are run automagically from Jenkins every monday and friday. Based on our project size we can submit a maximum of two builds per week. The choices for monday and friday are arbitraty so if other days suit our

Re: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread Daan Hoogland
a forward branch is only valid during code freeze. In fact you could use your own branch to keep track off your changes during code freeze and rebase that on the release branch. After release the release branch is once again open territory and you can commit to it. I am not sure this way of

Re: Review Request 22226: Make set-eclipse-profile.sh work with bsd/mac sed

2014-06-05 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6/#review44803 --- Ship it! 95314ac4528163cae7df609e7d44779e4f90e904 - daan Hoogland

Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-05 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/ --- Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-05 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/ --- (Updated June 5, 2014, 8:20 a.m.) Review request for cloudstack, Devdeep

Cherry-pick request

2014-06-05 Thread Koushik Das
Hi Daan, Please cherry-pick the following commit to 4.4. Commit 025c143ac792905557794751118cf5319592 in cloudstack's branch refs/heads/4.4-forward from [~koushikd] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=025c143 ] Thanks, Koushik

RE: [marvin] deploydatacenter broken in master

2014-06-05 Thread Santhosh Edukulla
Going by the error, it seems installation of marvin is an issue on the setup. Please install the marvin available in master. For simple installation of marvin, build cloudstack first and then run python setup.py install inside tools/marvin folder. Regards, Santhosh

RE: Access console VM via custom portal

2014-06-05 Thread Anshul Gangwar
Have you verified the sessionkey which you are passing is correct? You can sso (single sign on) to automatically login into cloudstack and hence can access VM console. You can also use methods as described at http://www.cloudops.com/2013/01/working-with-the-cloudstack-api/. Regards, Anshul

[ACS4.4] cherry-pick request

2014-06-05 Thread Rajesh Battala
Hi Daan, Cherry pick two commits to 4.4 branch 1. 945e879bf221454cd42f1e7ef0a46e9a4aa6a156 CLOUDSTACK-6831 [Hyper-V] Improve the logging for VM snapshot failures as it is not supported. Right now it is throwing NPEs 2. 945e879bf221454cd42f1e7ef0a46e9a4aa6a156 CLOUDSTACK-6833

RE: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread Alex Hitchins
During code freeze, couldn't the branch be read-only with only the release manager able to make commits? Would we be opening ourselves up to a world of pain by trusting people to observe code freeze and not commit new features, just bug fixes? Alex Hitchins | 07788 423 969 | 01892 523 587

hackathon CCCEU14

2014-06-05 Thread Daan Hoogland
People, I added two more hackathon subjects at https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Collaboration+Conference+EU In doing so I saw no moderators on the hackathons that were already announced. We need moderators to have successful hackathons. If you feel a hackathon

Re: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread Daan Hoogland
well, we are putting your favorite release manager(s) in a world of hurt, yes. At the moment I watch the branch closely and review every cherry-pick request. I can not be responsible for every line in some big commits but I do watch for features creeping in, Also you will find that only my name

Re: Access console VM via custom portal

2014-06-05 Thread Yitao Jiang
Hi, For me, using httpclient (java) can access the VM console. Passed in vm id and setting CookieStore with GET method and paste returned url into browser and all works fine --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Wed, Jun 4, 2014 at 11:22 PM, dimas yoga pratama smid...@gmail.com wrote:

Review Request 22260: [Windows] Due to progress bar changes mysql bin path was not getting read from the Path environment variable, fixing the same

2014-06-05 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22260/ --- Review request for cloudstack, Abhinandan Prateek and Murali Reddy. Bugs:

Re: [ACS4.4] cherry-pick request

2014-06-05 Thread Daan Hoogland
one commit puled, looks like you are requesting the same pull twice. On Thu, Jun 5, 2014 at 11:50 AM, Rajesh Battala rajesh.batt...@citrix.com wrote: Hi Daan, Cherry pick two commits to 4.4 branch 1. 945e879bf221454cd42f1e7ef0a46e9a4aa6a156 CLOUDSTACK-6831 [Hyper-V] Improve the

RE: [ACS4.4] cherry-pick request

2014-06-05 Thread Rajesh Battala
Here is the commit id for another fix. commit ID : d59cc1ff8fa909d37609410e19142b158cecb2f3 CLOUDSTACK-6831 [Hyper-V] Improve the logging for VM snapshot failures as it is not supported. Right now it is throwing NPEs Thanks Rajesh Battala -Original Message- From: Daan Hoogland

Re: Cpu, cpu speed and memory in usage records

2014-06-05 Thread Olivier Lemasle
Hi, Thanks Harikrishna for your answer. I created a ticket for this (CLOUDSTACK-6880 [1]). I can submit a review request for this issue, but I cannot assign the issue to myself on Jira. -- Olivier [1] https://issues.apache.org/jira/browse/CLOUDSTACK-6850 On Wed, Jun 4, 2014 at 10:55 AM,

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Punith S
hi Hieu, after going through your Golden Primary Storage proposal , from my understanding you are creating a SSD golden PS for holding parent VDH(nothing but the template which go copied from secondary storage) and a normal primary storage for ROOT volumes(child VHD) for the corresponding vm's.

RE: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-05 Thread Santhosh Edukulla
Hi Min, We have seen this command, but not sure anybody has so far added a tag on template\iso (or) a purpose of adding a tag to template\iso (or) a wiki (or) a UI facilitation for the same. So, is the reason to inquire and confirm, if the user is aware of the command used earlier with its

Re: [ACS4.4] cherry-pick request

2014-06-05 Thread Daan Hoogland
On Thu, Jun 5, 2014 at 12:25 PM, Rajesh Battala rajesh.batt...@citrix.com wrote: d59cc1ff8fa909d37609410e19142b158cecb2f3 in -- Daan

Re: Cpu, cpu speed and memory in usage records

2014-06-05 Thread Harikrishna Patnala
Please go ahead and submit the review request and comment the same on the ticket. Write a separate mail thread about assignment problem for your account. -Harikrishna On 05-Jun-2014, at 4:59 pm, Olivier Lemasle olivier.lema...@apalia.netmailto:olivier.lema...@apalia.net wrote: Hi, Thanks

Re: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-05 Thread Gaurav Aradhye
This issue is being tracked here: https://issues.apache.org/jira/browse/CLOUDSTACK-6793 Regards, Gaurav On Thu, Jun 5, 2014 at 5:57 PM, Santhosh Edukulla santhosh.eduku...@citrix.com wrote: Hi Min, We have seen this command, but not sure anybody has so far added a tag on template\iso (or)

Re: [ACS4.4] [Issue] Unable to create a resource tag on ISO and Template resource

2014-06-05 Thread Namita Chaudhari
Thanks Gaurav. On Thu, Jun 5, 2014 at 6:44 PM, Gaurav Aradhye gaurav.arad...@clogeny.com wrote: This issue is being tracked here: https://issues.apache.org/jira/browse/CLOUDSTACK-6793 Regards, Gaurav On Thu, Jun 5, 2014 at 5:57 PM, Santhosh Edukulla santhosh.eduku...@citrix.com wrote:

Re: Review Request 20316: CLOUDSTACK-1466: Adding automation test cases for Primary Storage Limits

2014-06-05 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20316/ --- (Updated June 5, 2014, 7:03 p.m.) Review request for cloudstack, Girish

Re: Cherry-pick request

2014-06-05 Thread Daan Hoogland
On Thu, Jun 5, 2014 at 10:37 AM, Koushik Das koushik@citrix.com wrote: 025c143ac792905557794751118cf5319592 almost overlooked this. make sure to add [ACS44] so I give it some preference. -- Daan

bug in CLOUDSTACK-6784: partially implemented typeInfo breaks signing

2014-06-05 Thread Leo Simons
Hey folks, I had a fun day trying to follow https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+-+Testing+wit h+Python I¹m on the master branch. I believe that the recent change https://github.com/apache/cloudstack/commit/20a31b43d6c0b395c7f2c449ce2f486

[ACS44] our forward concerns as mentioned in other threads

2014-06-05 Thread Daan Hoogland
git cherry 4.4 4.4-forward | grep -e ^+ | wc 104 2084472 need I say more? Ok then: did anyone forget to mail me about cherry picks? -- Daan

Re: [ACS44] our forward concerns as mentioned in other threads

2014-06-05 Thread Chip Childers
On Thu, Jun 05, 2014 at 04:02:39PM +0200, Daan Hoogland wrote: git cherry 4.4 4.4-forward | grep -e ^+ | wc 104 2084472 need I say more? Ok then: did anyone forget to mail me about cherry picks? That certainly seems like a bit of a disconnect to me...

Re: UI Development

2014-06-05 Thread Matt Spurlin
I also added an entry in messages.properties as it appears that is being used for localization. I am still not seeing the additional field in my interface. Does anyone have any recommendations as to what could be happening? On Tue, Jun 3, 2014 at 4:13 PM, Matt Spurlin matt.spur...@appcore.com

RE: Unable to upload SSL certificate

2014-06-05 Thread Saksham Srivastava
Syed, The certificate in the mentioned call is already UTF-8 encoded of the raw plain-text certificate. To make the api work I had to doubly encode the cert and key . I guess it will be good to have this mentioned in the FS/docs as there is no UI for this and also a sample api call can help a

[ACS44] blocker issues?

2014-06-05 Thread Daan Hoogland
LS, Here is the resent list with blockers at the moment, sorted by last modified. CLOUDSTACK-6623;Register template does not work as expected, when deploying simulator and xen zones simultaneously on a single management server.;Bharat Kumar;edison su;22/May/14 CLOUDSTACK-6755;[OVS] Can't create

Re: [ACS44] our forward concerns as mentioned in other threads

2014-06-05 Thread Daan Hoogland
It is a lot of tests but I suspect some code as well. 104 commits is a lot to checking work. Not looking forward to it (pun accidental but left in on intention). On Thu, Jun 5, 2014 at 4:18 PM, Chip Childers chipchild...@apache.org wrote: On Thu, Jun 05, 2014 at 04:02:39PM +0200, Daan Hoogland

Re: Unable to upload SSL certificate

2014-06-05 Thread Wei ZHOU
To make it works on UI, I suggest to revert part of source code in this commit https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;h=b8a1cbe;hp=beb26237bceabfc3ebeae57431f9affb21d041e5 -Wei 2014-06-05 16:23 GMT+02:00 Saksham Srivastava saksham.srivast...@citrix.com : Syed,

RE: [ACS4.4] cherry-pick request

2014-06-05 Thread Rajesh Battala
Thanks -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Thursday, June 5, 2014 6:07 PM To: dev Subject: Re: [ACS4.4] cherry-pick request On Thu, Jun 5, 2014 at 12:25 PM, Rajesh Battala rajesh.batt...@citrix.com wrote:

Re: Review Request 21776: AWSAPI: cloudstack api on POST requests (instead GET), ssl enabling fixed

2014-06-05 Thread Dmitry Batkovich
On May 27, 2014, 6:55 p.m., Chiradeep Vittal wrote: In EC2engine.java, I still see code blocks such as if (foo) \n blargh() reformatted to if (foo) blargh Please add prachidamle as a reviewer Dmitry Batkovich wrote: In new review? https://reviews.apache.org/r/21936/

RE: [ACS5.0] IAM feature postponed from 4.4 to 5.0?

2014-06-05 Thread Prachi Damle
-Original Message- From: Meghna Kale [mailto:meghna.k...@sungardas.com] Sent: Wednesday, June 04, 2014 11:24 PM To: dev Cc: Daan Hoogland; Hugo Trippaers Subject: Re: [ACS5.0] IAM feature postponed from 4.4 to 5.0? Thanks Min and Prachi. Based on above, for your usecase, you can

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #168

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/168/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #169

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/169/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #170

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/170/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Merge Review Request 22270: Xen 2 XenServer refactoring

2014-06-05 Thread Tim Mackey
I've just submitted a review request which is essentially a merge of the xen2server feature branch back into master. Since this is a refactoring of the Xen plugin to make it more explicitly a XenServer plugin per the feature:

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #171

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/171/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #173

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/173/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Tim Mackey
Hieu, If I understand the objective correctly, you are trying to reduce the IO associated with a desktop start of day boot storm. In your proposal, you're effectively wanting to move the CloudStack secondary storage concept to include a locally attached storage device which is SSD based. While

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #174

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/174/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
Hi Hieu, Thanks for sending a link to your proposal. Some items we should consider: 1) We need to make sure that CloudStack does not delete your golden template in the background. As it stands today with XenServer, if a template resides on a primary storage and no VDI is referencing it, the

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
5) We need to understand how this new model impacts storage tagging, if at all. On Thu, Jun 5, 2014 at 12:50 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Hi Hieu, Thanks for sending a link to your proposal. Some items we should consider: 1) We need to make sure that CloudStack

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #175

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/175/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

RE: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread Animesh Chaturvedi
-Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, June 04, 2014 11:17 PM To: dev@cloudstack.apache.org Subject: Re: [GIT] 4.3.0 vs 4.3.0-forward - where to commit? On Jun 5, 2014, at 8:14 AM, ilya musayev ilya.mailing.li...@gmail.com wrote: Looks

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #176

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/176/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #177

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/177/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: Cpu, cpu speed and memory in usage records

2014-06-05 Thread sebgoa
On Jun 5, 2014, at 1:29 PM, Olivier Lemasle olivier.lema...@apalia.net wrote: Hi, Thanks Harikrishna for your answer. I created a ticket for this (CLOUDSTACK-6880 [1]). I can submit a review request for this issue, but I cannot assign the issue to myself on Jira. What's your jira id ?

Re: Cpu, cpu speed and memory in usage records

2014-06-05 Thread sebgoa
On Jun 5, 2014, at 9:20 PM, sebgoa run...@gmail.com wrote: On Jun 5, 2014, at 1:29 PM, Olivier Lemasle olivier.lema...@apalia.net wrote: Hi, Thanks Harikrishna for your answer. I created a ticket for this (CLOUDSTACK-6880 [1]). I can submit a review request for this issue, but I

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #178

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/178/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: Cpu, cpu speed and memory in usage records

2014-06-05 Thread Olivier Lemasle
Thanks Sebastien. On Thu, Jun 5, 2014 at 9:21 PM, sebgoa run...@gmail.com wrote: On Jun 5, 2014, at 9:20 PM, sebgoa run...@gmail.com wrote: On Jun 5, 2014, at 1:29 PM, Olivier Lemasle olivier.lema...@apalia.net wrote: Hi, Thanks Harikrishna for your answer. I created a ticket

Re: [marvin] deploydatacenter broken in master

2014-06-05 Thread Chiradeep Vittal
Santosh, this is not an installation. I am merely running it from the source base. This used to work just fine (and AFAIK, the only way to use marvin to setup a datacenter but not run any tests). From: Santhosh Edukulla santhosh.eduku...@citrix.commailto:santhosh.eduku...@citrix.com Reply-To:

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #179

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/179/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
To follow up on the storage tagging question I raised, I think it could work this way: The storage tag field could still be employed and it would be in reference to the primary storage that houses the root disks (and VM snapshots)...not in reference to the golden primary storage that is used to

RE: [ACS44] blocker issues?

2014-06-05 Thread Sudha Ponnaganti
Daan, - 1 on releasing with blockers - We have to get these fixed. People doesn’t get to blockers doesn’t make severity any less. - Also I did not see any upgrade validation done in community. Would be good if someone confirms that they have done it already. - Do you know if anyone is

RE: [marvin] deploydatacenter broken in master

2014-06-05 Thread Santhosh Edukulla
1. You can run deploy data center after installation of marvin, like below. It wont run any tests, it just deploys a datacenter. python marvin/marvin/deployDataCenter.py -i ../setup/dev/advanced.cfg 2. Here, it is trying to import function GetDetailExceptionInfo and it couldn't find it

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #180

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/180/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-e0d (cloudstack-buildslave-centos6) in workspace

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
Other than going through a for loop and deploying VM after VM, I don't think CloudStack currently supports a bulk-VM-deploy operation. It would be nice if CS did so at some point in the future; however, that is probably a separate proposal from Hieu's. On Thu, Jun 5, 2014 at 12:13 AM, Amit Das

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #181

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/181/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-83b (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #182

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/182/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-83b (cloudstack-buildslave-centos6) in workspace

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #183

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/183/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-83b (cloudstack-buildslave-centos6) in workspace

Re: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread ilya musayev
Sebastian, Lets start a separate thread on this. Regards ilya On 6/5/14, 12:07 PM, sebgoa wrote: On Jun 5, 2014, at 9:00 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Wednesday, June 04, 2014 11:17 PM

Build failed in Jenkins: cloudstack-4.3-forward-maven-build #184

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-forward-maven-build/184/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-83b (cloudstack-buildslave-centos6) in workspace

DevCloud installation

2014-06-05 Thread Seif Eddine Jemli
Hi all, I am trying to install DevCloud. I donwloaded the OVA, imported it to VirtualBox then started the VM up. It asked me to login. I used the login = root and thr Password= password It strangely refuses to accept this combination. What can be the problem ? (I am on Ubuntu 13.04). thanks

Re: Access console VM via custom portal

2014-06-05 Thread Will Stevens
Hey Demas, I am the person who wrote the article that Anshul mentioned. So here is your problem... There are two ways to 'connect' to CloudStack. 1. Using the API with your 'api_key' and 'secret_key'. 2. Using the API with your 'username' and 'password' (and then a cookie and sessionkey). When

RE: [GIT] 4.3.0 vs 4.3.0-forward - where to commit?

2014-06-05 Thread Animesh Chaturvedi
[Animesh] Edison had merged 4.3-forward into 4.3 yesterday and I deleted 4.3-forward branch this morning So was there a lot of bug fixes that went in 4.3 during the merge ? if yes we might want to release a 4.3.1 ? [Animesh] yes there were around 170 commits that came in with this

RE: DevCloud installation

2014-06-05 Thread Edison Su
Which devcloud ova are you using? -Original Message- From: Seif Eddine Jemli [mailto:seifeddineje...@gmail.com] Sent: Thursday, June 05, 2014 1:39 PM To: dev@cloudstack.apache.org Subject: DevCloud installation Hi all, I am trying to install DevCloud. I donwloaded the OVA,

Build failed in Jenkins: build-master #915

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/915/changes Changes: [Alena Prokharchyk] CLOUDSTACK-6853: Search for non-removed nics only when check if the running vm belongs to a certain network [Alena Prokharchyk] CLOUDSTACK-6676: cleanup ip address details on ip disassoc

Build failed in Jenkins: cloudstack-4.4-forward-build #194

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-forward-build/194/changes Changes: [Alena Prokharchyk] CLOUDSTACK-6853: Search for non-removed nics only when check if the running vm belongs to a certain network [Alena Prokharchyk] CLOUDSTACK-6676: cleanup ip address details on ip

Re: DevCloud installation

2014-06-05 Thread Mike Tutkowski
Hey Edison, Seif is using a copy of DevCloud named devcloud2.ova (908,991,488 bytes). It was downloaded back in August of last year. I don't use DevCloud much these days as I build this all myself using XenServer, ESX, and/or KVM (as the need dictates), but for Seif's GSoC project I thought it

[GitHub] cloudstack-docs-rn pull request: Add missing new features for 4.4

2014-06-05 Thread pdion891
GitHub user pdion891 opened a pull request: https://github.com/apache/cloudstack-docs-rn/pull/15 Add missing new features for 4.4 - add 4.4 new features to about.rst - change left section order - update fixed and known issues 4.4 release notes still remaining to

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
6) The copy_vhd_from_secondarystorage XenServer plug-in is not used when you're using XenServer + XS62ESP1 + XS62ESP1004. In that case, please refer to copyTemplateToPrimaryStorage(CopyCommand) method in the Xenserver625StorageProcessor class. On Thu, Jun 5, 2014 at 1:56 PM, Mike Tutkowski

Jenkins build is back to normal : cloudstack-4.4-forward-build #195

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-forward-build/195/changes

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

2014-06-05 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/916/changes

Re: Realhostip service extended till Sep 30th

2014-06-05 Thread Nitin Mehta
Please find wiki [1] containing the procedure to replace realhostip.com with Your own custom domain name. [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace +realhostip.com+with+Your+Own+Domain+Name Thanks, -Nitin On 05/06/14 4:23 PM, Animesh Chaturvedi

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Todd Pigram
Hieu, I assume you are using MCS for you golden image? What version of XD? Given you are using pooled desktops, have you thought about using a PVS BDM iso and mount it with in your 1000 VMs? This way you can stagger reboots via PVS console or Studio. This would require a change to your delivery

[ACS4.3.1][DISCUSS] Minor release of Apache CloudStack 4.3.1

2014-06-05 Thread ilya musayev
Creating a separate thread to see what community thinks on next minor release of CloudStack 4.3.1 There are more patches that need to be cherry-picked/backported - i can think of several for vmware-related ones that did not make it into 4.3 branch. How do we go about finding the ones that

Re: [ACS44] Cherry pick for CLOUDSTACK-6676 and CLOUDSTACK-6853

2014-06-05 Thread Alena Prokharchyk
And one more – fixing the unit test (sorry for that) commit 96bfa8a73f0054db42beaff6a8ba3af058d3d915 Author: Alena Prokharchyk alena.prokharc...@citrix.com Date: Thu Jun 5 18:20:33 2014 -0700 Fixed unittest -Alena. From: Alena Prokharchyk

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Hieu LE
Hi guys, Hm, lots of problems and questions, I will try to resolve one by one. On Fri, Jun 6, 2014 at 1:51 AM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: 5) We need to understand how this new model impacts storage tagging, if at all. On Thu, Jun 5, 2014 at 12:50 PM, Mike

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Hieu LE
Hi Tim, On Fri, Jun 6, 2014 at 1:39 AM, Tim Mackey tmac...@gmail.com wrote: Hieu, If I understand the objective correctly, you are trying to reduce the IO associated with a desktop start of day boot storm. In your proposal, you're effectively wanting to move the CloudStack secondary

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Hieu LE
Hi Todd, On Fri, Jun 6, 2014 at 9:17 AM, Todd Pigram t...@toddpigram.com wrote: Hieu, I assume you are using MCS for you golden image? What version of XD? Given you are using pooled desktops, have you thought about using a PVS BDM iso and mount it with in your 1000 VMs? This way you can

Re: [DISCUSS] Increasing VM IOPS by separating golden image in high IOPS partition in Xen Server ?

2014-06-05 Thread Mike Tutkowski
Hi Hieu, Would you be able to place these questions and answers in your design doc so that we can more easily track them? Thanks! Mike On Thu, Jun 5, 2014 at 9:55 PM, Hieu LE hieul...@gmail.com wrote: Hi Todd, On Fri, Jun 6, 2014 at 9:17 AM, Todd Pigram t...@toddpigram.com wrote: Hieu,

RE: Cherry-pick request

2014-06-05 Thread Koushik Das
Thanks, will add [ACS44] for any such request in future. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Thursday, 5 June 2014 7:23 PM To: dev Subject: Re: Cherry-pick request On Thu, Jun 5, 2014 at 10:37 AM, Koushik Das koushik@citrix.com wrote:

Re: Trouble with building cloudstack

2014-06-05 Thread Rajani Karuturi
you have to install java-1.7.0-openjdk-devel package to get javac http://openjdk.java.net/install/ once thats installed, if you do sudo update-alternatives --config javac , it should list both 1.6 and 1.7 and should allow you to select 1.7 as default. ~Rajani On 05-Jun-2014, at 11:40 pm,