Re: Help In Launch instance Schedule policy

2013-11-26 Thread Prachi Damle
Hi Yitao, Which version of CloudStack are you working with? That will determine the configuration needed. The UserDispersing and UserConcentrated extend the FirstFit and just override the methods that decide the order of clusters to be considered for searching the resources, based on their res

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-26 Thread Koushik Das
I haven't tried in XS 6.1 but in 6.2 if a VM is marked as HA enabled (based on ha-restart-priority) in a HA enabled cluster then if the VM is not stopped using xapi then it is automatically re-started. I tried the following on XS 6.2 and it worked as expected: - Logged on to a guest VM marked as

Re: Help In Launch instance Schedule policy

2013-11-26 Thread Yitao Jiang
Hi, Prachi, I followed the directions of above link , and configure vm.allocation.algorithm to userconcentratedpod_random. But it seems does't work. Through the codes about the deployment plan, i found that the algorithms of UserDispersingPlanner and UserConcentratedPodPlanner all extends FirstFit

Re: JIRA 285

2013-11-26 Thread Mandar Barve
Thanks Daan for your inputs. It looks like I don't have permissions to assign or change bug state. What should I do to get these? Thanks, Mandar On Tue, Nov 26, 2013 at 2:29 PM, Daan Hoogland wrote: > Mandar, > > As you have updated the ticket, the reporter should have been notified > of your f

Re: JIRA 3061

2013-11-26 Thread Mandar Barve
Thanks Daan for your inputs. It looks like I don't have permissions to assign or change bug state. What should I do to get these? Thanks, Mandar On Tue, Nov 26, 2013 at 2:25 PM, Daan Hoogland wrote: > H Mandar, > > You can contact the reporter directly but that would only be to ask to > verify

[ACS4.3] Schedule reminder : 10 days to code freeze

2013-11-26 Thread Animesh Chaturvedi
Folks We are now 10 days from ACS 4.3 code freeze and our bug fix activity is very slow. If you have any issues assigned to you please try to resolve them ASAP and help close the unassigned issues. For detailed report visit the release dashboard [1] [1] https://issues.apache.org/jira/secure/Da

RE: ACS 4.2.1 - Multi-Zone vSphere Architecture

2013-11-26 Thread Sanjeev Neelarapu
Hi, It is not mandatory to use single dedicated vlan in a multi zone environment. It is possible to have a dedicated VLAN at each site for vCenter, ESXi console ports and the system VM's, and then have the ACS server sitting in a separate VLAN that can route between both networks. Thanks, Sanj

Re: edit access to cwiki

2013-11-26 Thread Chiradeep Vittal
done On 11/26/13 2:32 PM, "Chandan Purushothama" wrote: >May I request for edit access to cwiki please, > >Thank you, >Chandan. > >-Original Message- >From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >Sent: Monday, November 25, 2013 10:53 PM >To: dev >Subject: Re: edit access to cwik

Re: Getting error while adding Netscaler with the new 10.1 API

2013-11-26 Thread Chiradeep Vittal
That happens when you use a self-signed certificate. You can use EasySSLProtocolSocketFactory.java from utils On 11/26/13 4:28 PM, "Syed Ahmed" wrote: >Hi, > >I am trying to move the Netscaler to the 10.1 Nitro API and while using >the new API I am getting the following error when adding Netscal

Getting error while adding Netscaler with the new 10.1 API

2013-11-26 Thread Syed Ahmed
Hi, I am trying to move the Netscaler to the 10.1 Nitro API and while using the new API I am getting the following error when adding Netscaler device PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested tar

Re: HELP with CLOUDSTACK-5145 security issue

2013-11-26 Thread Marcus Sorensen
The bug was raised (CLOUDSTACK-5145), but not closed, so I assumed it was still open. On Tue, Nov 26, 2013 at 1:46 PM, Alena Prokharchyk wrote: > I believe this bug was raised in the community list before, and fixed by > Kishan. Kishan, please comment. > > -Alena. > From: Marcus Sorensen mailto:

Re: Some of the noredist plugin are not loading with 4.3 build

2013-11-26 Thread Syed Ahmed
I am working on master and Netscaler is loading fine on it. Haven't tested it on 4.3 branch though. This seems to be related to the spring changes that are going on right now. -Syed On Tue 26 Nov 2013 05:10:05 PM EST, Rayees Namathponnan wrote: Hi All, I am trying to use netscaler with 4.3 b

RE: edit access to cwiki

2013-11-26 Thread Chandan Purushothama
May I request for edit access to cwiki please, Thank you, Chandan. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Monday, November 25, 2013 10:53 PM To: dev Subject: Re: edit access to cwiki On Mon, Nov 18, 2013 at 7:36 AM, Shweta Agarwal wrote: > 'shwet

Some of the noredist plugin are not loading with 4.3 build

2013-11-26 Thread Rayees Namathponnan
Hi All, I am trying to use netscaler with 4.3 branch code; creating dev environment with below commands mvn -P developer,systemvm -Dnoredist clean install mvn -P developer -pl developer -Ddeploydb mvn -pl :cloud-client-ui jetty:run While trying to add NetScaler device, its failing with error

Re: [DISCUSS] Reporting tool for feeding back zone, pod and cluster information

2013-11-26 Thread Steve Wilson
I built something like this for products at Sun Microsystems. We embedded into nearly everything we built: The Java Runtime Environment Open Office Solaris MySQL Even things like Server LOMs (the list goes on) By default, when each of these products installed/first run, it would try to bring the

Re: file shuffling

2013-11-26 Thread Chiradeep Vittal
Been frustrating, I agree. History should not be lost and merges should not be squashed! On 11/22/13 7:37 PM, "Marcus Sorensen" wrote: >I just need to blow off some steam about the shifting sands of our >codebase. I went to look at the resizeVolume method today and found >that it has moved agai

Re: [DISCUSS] Reporting tool for feeding back zone, pod and cluster information

2013-11-26 Thread Chiradeep Vittal
+1. Of course we must ensure proper treatment of this data (anonymization, retention, removal, copyrights) On 11/23/13 11:01 AM, "Wido den Hollander" wrote: >Hi, > >I discussed this during CCCEU13 with David, Chip and Hugo and I promised >I put it on the ml. > >My idea is to come up with a repo

Re: persistence layer

2013-11-26 Thread Chiradeep Vittal
Hi Lukas, thanks for chiming in. I do agree that abstracting over NoSQL and SQL is not compelling. Both have their specific strengths and developers would be foolhardy to simply assume that swapping one for the other will magically work. On 11/26/13 3:57 AM, "Lukas Eder" wrote: >Dear CloudStack

Re: HELP with CLOUDSTACK-5145 security issue

2013-11-26 Thread Alena Prokharchyk
I believe this bug was raised in the community list before, and fixed by Kishan. Kishan, please comment. -Alena. From: Marcus Sorensen mailto:shadow...@gmail.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Tuesday, November 2

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-26 Thread Chiradeep Vittal
According to http://support.citrix.com/proddocs/topic/xencenter-61/xs-xc-pools-ha-about. html XS HA is about dealing with host failures. However CS HA also deals with individual VM failures ("fast restart"). I hope you are not removing fast VM restart. On 11/26/13 6:54 AM, "David Nalley" wrote:

Re: Review Request 15840: CLOUDSTACK-5206: Ability to control the external id of first class objects

2013-11-26 Thread Nitin Mehta
> On Nov. 26, 2013, 6:16 p.m., Chris Suich wrote: > > It looks like you commented out a version check in > > VirtualNetworkApplianceManagerImpl.java. Was that intentional? Thanks Chris for point this out. I realized it while committing it as well. I omitted the changes to VirtualNetworkApplianc

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-26 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/#review29445 --- api/src/org/apache/cloudstack/api/command/admin/systemvm/UpgradeSys

Re: Review Request 15840: CLOUDSTACK-5206: Ability to control the external id of first class objects

2013-11-26 Thread Chris Suich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15840/#review29448 --- It looks like you commented out a version check in VirtualNetworkAp

Re: Review Request 15840: CLOUDSTACK-5206: Ability to control the external id of first class objects

2013-11-26 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15840/#review29444 --- Ship it! Ship It! - Nitin Mehta On Nov. 25, 2013, 6:55 p.m., Nit

Re: Review Request 15840: CLOUDSTACK-5206: Ability to control the external id of first class objects

2013-11-26 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15840/#review29443 --- Commit 6bea532efa2e754407d33ac2f56cf56d1385eda0 in branch refs/heads

HELP with CLOUDSTACK-5145 security issue

2013-11-26 Thread Marcus Sorensen
Is there anyone who can help with CLOUDSTACK-5145? There's a security issue with 4.2+ due to the new ACL design. Anyone listing ACLs sees ALL ACLs in the system, and if a network has no ACLs then filtering by network also lists ALL ACLs. As you can imagine, this causes a lot of problems. I could

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-26 Thread David Nalley
Hi Koushik: Thanks for the reply - a few followup comments inline. I look forward to seeing this work. Other folks: please read the entire thread and the links from Koushik; there's a planned deprecation here. --David On Mon, Nov 25, 2013 at 2:38 AM, Koushik Das wrote: > Thanks for the comment

Re: S3 buckets yum.cloudstack.org and apt.cloudstack.org

2013-11-26 Thread David Nalley
Hey Hugo: I can get you creds there. See an off list email in just a few minutes. --David On Tue, Nov 26, 2013 at 2:42 AM, Hugo Trippaers wrote: > Heya, > > Would currently manages the S3 buckets yum.cloudstack.org and > apt.cloudstack.org? I want to finish setting up the jenkins build to pus

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

2013-11-26 Thread jenkins
See

Build failed in Jenkins: cloudstack-4.3-maven-build #5

2013-11-26 Thread jenkins
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on rpmbuilder in workspace

Re: Review Request 15647: Fixing coverity issues related to resource leak on FileInputStream being created anonymously.

2013-11-26 Thread Wilder Rodrigues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15647/ --- (Updated Nov. 26, 2013, 1:06 p.m.) Review request for cloudstack and Hugo Tripp

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15834/#review29431 --- Commit 8970c9515441c50a0249b9624b120d4e5348b5af in branch refs/heads

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread Koushik Das
> On Nov. 26, 2013, 11:58 a.m., Koushik Das wrote: > > master -> b2f0a0bce26e342f18da42a51ae19d51c238a762 4.3 -> 8970c9515441c50a0249b9624b120d4e5348b5af - Koushik --- This is an automatically generated e-mail. To reply, visit: https://

Re: Review Request 15505: Usage details are not getting populated when using dynamic offerings.

2013-11-26 Thread Koushik Das
> On Nov. 26, 2013, 9:12 a.m., Koushik Das wrote: > > master -> ef40e156ed376968fa9fd15078034d54b97deecc 4.3 -> 6af8021ef7188b8f2d92bc891b5108f0e3503284 - Koushik --- This is an automatically generated e-mail. To reply, visit: https://r

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15834/#review29429 --- Ship it! master -> b2f0a0bce26e342f18da42a51ae19d51c238a762 - Kous

Re: persistence layer

2013-11-26 Thread Lukas Eder
Dear CloudStack developers, This thread has caught my attention and I thought I might chime in and give you some background information about jOOQ, JDBC, RDBMS in general (I work for Data Geekery, the company behind jOOQ). I've already had the pleasure to talk to Darren on the jOOQ User Group and

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15834/#review29428 --- Commit b2f0a0bce26e342f18da42a51ae19d51c238a762 in branch refs/heads

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-26 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/ --- (Updated Nov. 26, 2013, 11:38 a.m.) Review request for cloudstack and Koushik D

Re: Review Request 15832: enable custom offering support for scalevm

2013-11-26 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15832/ --- (Updated Nov. 26, 2013, 11:37 a.m.) Review request for cloudstack and Koushik D

Re: Review Request 15834: CLOUDSTACK-4737: handling usage events for dynamic compute offering

2013-11-26 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15834/ --- (Updated Nov. 26, 2013, 11:28 a.m.) Review request for cloudstack and Koushik D

S3 buckets yum.cloudstack.org and apt.cloudstack.org

2013-11-26 Thread Hugo Trippaers
Heya, Would currently manages the S3 buckets yum.cloudstack.org and apt.cloudstack.org? I want to finish setting up the jenkins build to push the correct artifacts there. Cheers, Hugo

Jenkins build is back to normal : build-systemvm64-4.2 #99

2013-11-26 Thread jenkins
See

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

2013-11-26 Thread jenkins
See

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

2013-11-26 Thread jenkins
See Changes: [kishan] Fix listRouter by clusterId and upgradeRouterTemplate by clusterId [jessicawang] CLOUDSTACK-4793: UI > Virtual Routers > Advanced Search > add cluster dropdown since API now supports it.

Build failed in Jenkins: build-systemvm64-4.2 #98

2013-11-26 Thread jenkins
See -- [...truncated 328 lines...] ++ GREP_OPTIONS= ++ grep -v /home/jenkins/.rvm ++ builtin command -v ruby ++ GREP_OPTIONS= ++ grep '/home/jenkins/.rvm/bin/ruby$' ++ [[ -s /home/jenkins/.rvm/env

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

2013-11-26 Thread jenkins
See

Re: Review Request 15505: Usage details are not getting populated when using dynamic offerings.

2013-11-26 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15505/#review29427 --- Ship it! master -> ef40e156ed376968fa9fd15078034d54b97deecc - Kous

Re: [DISCUSS] Reporting tool for feeding back zone, pod and cluster information

2013-11-26 Thread Daan Hoogland
I'd say the opt in can be a check in the start-up wizard. You want to make sure enough people run it. Or even a intermediate page on the admin logins that would have to be disabled explicitly. I do not believe in data collected by optional inquiries. Would kvm users have more incentive to partici

Jenkins build is back to normal : build-4.2 #2

2013-11-26 Thread jenkins
See

Re: JIRA 285

2013-11-26 Thread Daan Hoogland
Mandar, As you have updated the ticket, the reporter should have been notified of your findings. I think resolving it is the proper way to go, and if the reporter doesn't close or reopen it withing a month or so, close it. regards On Mon, Nov 25, 2013 at 9:10 AM, Mandar Barve wrote: > Hi all, >

Re: JIRA 3061

2013-11-26 Thread Daan Hoogland
H Mandar, You can contact the reporter directly but that would only be to ask to verify in the newer version. This can be a hassle for small plants. So you could put to resolved with the right fix-version. regards, On Mon, Nov 25, 2013 at 9:00 AM, Mandar Barve wrote: > Hi all, > > Problem: JIR

Re: Resource Management/Locking [was: Re: What would be your ideal solution?]

2013-11-26 Thread Pierre-Yves Ritschard
Hi Everyone, First off, I'm really excited that there is an undergoing discussion on these issues. I agree with john that CAP provides a good "framework" for looking at the individual properties of the distributed system that cloudstack is, as a whole. The separation between an orchestration layer

Build failed in Jenkins: build-4.2 #1

2013-11-26 Thread jenkins
See -- [...truncated 23439 lines...] 1487/1616 KB 1491/1616 KB 1495/1616 KB 1499/1616 KB 1503/1616 KB 1507/1616 KB 1511/1616 KB 1515/1616 KB 1519/1616 KB 1523/1616 KB 1527/1616 K

Build failed in Jenkins: build-systemvm64-4.2 #97

2013-11-26 Thread jenkins
See Changes: [girish] CLOUDSTACK-5257: Fixed Network ACL issue related to Egress traffic [girish] CLOUDSTACK-5223: Fix hosttags. -- [...truncated 327 lines...] ++ GREP_OPTIONS= ++ grep -

Re: Review Request 15505: Usage details are not getting populated when using dynamic offerings.

2013-11-26 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15505/ --- (Updated Nov. 26, 2013, 8:42 a.m.) Review request for cloudstack, Kishan Kavala

Re: Review Request #15566 - CLOUDSTACK-4969

2013-11-26 Thread Daan Hoogland
Yichi, Can you update your patch? I will apply it but it doesn't apply to master now. regards On Fri, Nov 22, 2013 at 8:37 PM, Yichi Lu wrote: > -- Forwarded message -- > From: Yichi Lu > Date: Fri, Nov 22, 2013 at 9:38 AM > Subject: Review Request #15566 - CLOUDSTACK-4969 > To

[JENKINS] Disappearing jobs

2013-11-26 Thread Hugo Trippaers
Hey guys, Some of the main build jobs in 4.2 and 4.3 have disappeared. I’m restoring them now. I’ve removed the jobs for the 4.0 and 4.1 branches as no further releases will be done on those branches afaik. Cheers, Hugo

Re: Review Request 15746: Service Offering being created without host tags due to mismatch with base for test_vpc_vm_life_cycle.py.

2013-11-26 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15746/#review29426 --- Ship it! Ship It! - Girish Shilamkar On Nov. 21, 2013, 1:28 a.m.