Re: What are the new features in 4.2?

2013-08-06 Thread Wei ZHOU
Mike, I closed it. 2013/8/6 Mike Tutkowski mike.tutkow...@solidfire.com Hi Animesh, Upon seeing your e-mail here, I tried to go in and mark mine as Resolved, but the control for this is disabled. https://issues.apache.org/jira/browse/CLOUDSTACK-2778 On Tue, Aug 6, 2013 at 12:00 PM,

Re: What are the new features in 4.2?

2013-08-06 Thread Mike Tutkowski
Thanks! On Tue, Aug 6, 2013 at 12:42 PM, Wei ZHOU ustcweiz...@gmail.com wrote: Mike, I closed it. 2013/8/6 Mike Tutkowski mike.tutkow...@solidfire.com Hi Animesh, Upon seeing your e-mail here, I tried to go in and mark mine as Resolved, but the control for this is disabled.

RE: IP Address Allocation

2013-08-06 Thread Musayev, Ilya
Can this be done on system VMs as well? I see that its targeted for the guests, if there is a way to abstract and apply ip address on any component - it would certainly make ACS much more flexible than it is now. -Original Message- From: Soheil Eizadi [mailto:seiz...@infoblox.com]

RE: Is the simulator broken?

2013-08-06 Thread Ian Duffy
Eventually got it running. Still hangs during marvin.setup though. On 6 Aug 2013 18:55, Edison Su edison...@citrix.com wrote: Can you try: mvn -P developer,systemvm,simulator -D nonoss,simulator clean install -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent:

Documentation Question

2013-08-06 Thread Mike Tutkowski
Hi, I am working on documenting the SolidFire (storage) plug-in I developed for 4.2. I have plenty of documentation handy, but am not familiar with how I should document this for CloudStack. Would someone be able to point me to a template so I know how mine documentation should look and where

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
Agree that the IP Address allocation is different than the DHCP and DNS service offered by the NetworkElements. The third party NetworkGurus just reference the standard NetworkManager IP Address Allocation routines, either directly (e.g. _networkMgr.assignPublicIpAddress()) or by calling out

Re: What are the new features in 4.2?

2013-08-06 Thread Mike Tutkowski
Thanks again, Wei. It's silly what happened (just noticed). I thought I was logged in to JIRA, but it was another web system, so not being logged in is why that option was disabled. :) On Tue, Aug 6, 2013 at 12:44 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Thanks! On Tue, Aug

Re: Review Request 13237: Unable to resize disk with Zone wide storage

2013-08-06 Thread Rajesh Battala
On Aug. 5, 2013, 6:17 p.m., edison su wrote: engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java, line 77 https://reviews.apache.org/r/13237/diff/1/?file=334435#file334435line77 why not just use select s.scope from storage_pool s, volumes v where s.id = v.pool_id?

Re: [DISCUSS] Selectable UI list view rows

2013-08-06 Thread SuichII, Christopher
It's good to hear there is a demand for this. However, this is something that we could really use in our integrations targeted for 4.3. I have some spare cycles planned for contributing to CloudStack while working on our integrations if you're interested in talking more either online or off

Re: What are the new features in 4.2?

2013-08-06 Thread Wei ZHOU
:) 2013/8/6 Mike Tutkowski mike.tutkow...@solidfire.com Thanks again, Wei. It's silly what happened (just noticed). I thought I was logged in to JIRA, but it was another web system, so not being logged in is why that option was disabled. :) On Tue, Aug 6, 2013 at 12:44 PM, Mike

RE: IP Address Allocation

2013-08-06 Thread Soheil Eizadi
It is more a function of the networks that are managed, so any VM including SystemVMs would be managed. It would apply to both Public and Guest Networks. -Soheil From: Musayev, Ilya [imusa...@webmd.net] Sent: Tuesday, August 06, 2013 11:49 AM To:

Re: [VOTE] Update by-laws: non-technical decisions and other minor changes

2013-08-06 Thread Chip Childers
+1 On Mon, Aug 05, 2013 at 10:43:22PM +0100, Noah Slater wrote: Hi dev, I have some more by-law changes to propose. This is essentially round 2 for these changes. I incorporated feedback from the last thread. Per the by-laws, we're using a lazy majority for this vote. Please cast your

Re: [DISCUSS] Selectable UI list view rows

2013-08-06 Thread Chip Childers
On Tue, Aug 06, 2013 at 06:48:50PM +, SuichII, Christopher wrote: It's good to hear there is a demand for this. However, this is something that we could really use in our integrations targeted for 4.3. I have some spare cycles planned for contributing to CloudStack while working on our

Re: Is the simulator broken?

2013-08-06 Thread Chip Childers
On Tue, Aug 06, 2013 at 05:55:09PM +, Edison Su wrote: Can you try: mvn -P developer,systemvm,simulator -D nonoss,simulator clean install What changed that requires this now?

RE: [VOTE] Update by-laws: non-technical decisions and other minor changes

2013-08-06 Thread Musayev, Ilya
+1 -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Tuesday, August 06, 2013 1:58 PM To: dev@cloudstack.apache.org Subject: Re: [VOTE] Update by-laws: non-technical decisions and other minor changes +1 On 8/5/13 2:43 PM, Noah Slater

RE: Documentation Question

2013-08-06 Thread Musayev, Ilya
Hi Mike, We use publican for documentation. There is a section on wiki for docs, https://cwiki.apache.org/confluence/display/CLOUDSTACK/Doc+Writers Perhaps it will be helpful. Regards ilya -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Tuesday,

Re: Documentation Question

2013-08-06 Thread Mike Tutkowski
Great - thanks for the info! On Tue, Aug 6, 2013 at 1:05 PM, Musayev, Ilya imusa...@webmd.net wrote: Hi Mike, We use publican for documentation. There is a section on wiki for docs, https://cwiki.apache.org/confluence/display/CLOUDSTACK/Doc+Writers Perhaps it will be helpful. Regards

Re: Review Request 13237: Unable to resize disk with Zone wide storage

2013-08-06 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13237/ --- (Updated Aug. 6, 2013, 7:13 p.m.) Review request for cloudstack, Devdeep

RE: CONSOLE access via API

2013-08-06 Thread Musayev, Ilya
Antonio, Would you explain what the end goal is? Console access is token based and works directly with your browser and java plugin, I'm not certain what you would achieve by executing console access command in command line. Regards ilya -Original Message- From: Antonio

Re: [ACS411] 4.1.1 status

2013-08-06 Thread Chip Childers
This was a mistake in our release process, however instead of re-spinning a 4.1.2 release just for this issue, I've chosen to modify debian/changelog in the source release copy that I built the debs from. They are now correct in cloudstack.apt-get.eu. On Tue, Aug 06, 2013 at 06:59:15PM +,

Re: Review Request 13237: Unable to resize disk with Zone wide storage

2013-08-06 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13237/#review24736 --- Ship it! Ship It! - edison su On Aug. 6, 2013, 7:13 p.m.,

RE: api calls in 4.1.1

2013-08-06 Thread Musayev, Ilya
Daan, The commit CLOUDSTACK-3080 seems like the only change that was made - that would be related. I'm about to try this out and find it - if that's what broke it. Thanks ilya -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Monday, August 05, 2013 2:26

RE: IP Address Allocation

2013-08-06 Thread Alex Huang
I'll say it's a bad design. He he I designed it. :( We had to make some compromises due to time constraints. I always intended to move the ip allocation into NetworkGurus and actually attempted to several times but, at the end for various reasons, we just couldn't complete that task. I

RE: Documentation Question

2013-08-06 Thread Jessica Tomechak
Mike, Is this what you are looking for? https://cwiki.apache.org/confluence/display/CLOUDSTACK/Doc+Writers Jessica T. From: Mike Tutkowski [mike.tutkow...@solidfire.com] Sent: Tuesday, August 06, 2013 11:52 AM To: dev@cloudstack.apache.org Subject:

Re: Documentation Question

2013-08-06 Thread Mike Tutkowski
Yeah - thanks! :) On Tue, Aug 6, 2013 at 2:17 PM, Jessica Tomechak jessica.tomec...@citrix.com wrote: Mike, Is this what you are looking for? https://cwiki.apache.org/confluence/display/CLOUDSTACK/Doc+Writers Jessica T. From: Mike Tutkowski

Re: Documentation Question

2013-08-06 Thread Mike Tutkowski
It looks like I'll need to provide an XML file using certain tags and then link to it from another doc. I'm working on the content now. Thanks again On Tue, Aug 6, 2013 at 2:22 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Yeah - thanks! :) On Tue, Aug 6, 2013 at 2:17 PM,

Re: queryAsyncJobResult ISSUE on 4.1.0

2013-08-06 Thread Chiradeep Vittal
Is it possible that you actually called StartVm ? From: Antonio Petrocelli a.petroce...@netsons.commailto:a.petroce...@netsons.com Reply-To: dev@cloudstack.apache.orgmailto:dev@cloudstack.apache.org Date: Tuesday, August 6, 2013 6:50 AM To:

Re: queryAsyncJobResult ISSUE on 4.1.0

2013-08-06 Thread Alena Prokharchyk
Just tested for deployVm command, DeployVMCmd is returned in the response: queryasyncjobresultresponse cloud-stack-version=4.2.0-SNAPSHOT accountid26ffed14-feb8-11e2-aad9-664f5bd82b4f/accountid userid27002e0a-feb8-11e2-aad9-664f5bd82b4f/userid cmd

Re: Help needed with Cloudstack Setup

2013-08-06 Thread Chiradeep Vittal
Why would your primary (local) storage have a different IP than host-corporate-ip? There is also a flag system.vm.use.local.storage which tells CloudStack to use local storage for system vms. From: Sarath Chandra sarath.cloudst...@gmail.commailto:sarath.cloudst...@gmail.com Reply-To:

Re: please provide access to cwiki for my account

2013-08-06 Thread Chiradeep Vittal
I don't have the karma to do this, but I do notice there are 2 of you in Confluence. On 8/6/13 3:41 AM, Rajesh Battala rajesh.batt...@citrix.com wrote: After resetting the password also am still facing the issue. Please do the needful. Thanks Rajesh Battala -Original Message- From:

[DISCUSS] CSS framework for CloudStack UI

2013-08-06 Thread Brian Federle
Hey all, As part of the next release, I'm planning on doing a lot of cleanup of our massive heap of CSS code. As part of this, I want to start using SASS/SCSS (http://sass-lang.com/) to improve organization and maintainability. Particularly, this would allow: - Splitting CSS into multiple

Re: Help needed with Cloudstack Setup

2013-08-06 Thread Marcus Sorensen
Any reason why you aren't using the developer packages? I don't see any info regarding the agent install. Did you also set your KVM traffic labels for the various networks (I'm assuming cloubr0 and cloudbr1 are for management, public, guest bridges, but not sure which is which, management is

Re: Help needed with Cloudstack Setup

2013-08-06 Thread Marcus Sorensen
Also, what version are you deploying? 4.1.1? On Tue, Aug 6, 2013 at 2:48 PM, Marcus Sorensen shadow...@gmail.com wrote: Any reason why you aren't using the developer packages? I don't see any info regarding the agent install. Did you also set your KVM traffic labels for the various networks

RE: What are the new features in 4.2?

2013-08-06 Thread Animesh Chaturvedi
-Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Tuesday, August 06, 2013 11:55 AM To: dev@cloudstack.apache.org Subject: Re: What are the new features in 4.2? Thanks again, Wei. It's silly what happened (just noticed). I thought I was logged

Re: Help needed with Cloudstack Setup

2013-08-06 Thread Marcus Sorensen
4.2.0-SNAPSHOT -- this will require a newer system vm than the one you installed. see http://jenkins.cloudstack.org/view/master/job/build-systemvm-master/ On Tue, Aug 6, 2013 at 2:52 PM, Marcus Sorensen shadow...@gmail.com wrote: Also, what version are you deploying? 4.1.1? On Tue, Aug 6, 2013

Re: Review Request 13252: SHA256 timing attack and brute force attack fix

2013-08-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13252/#review24743 ---

Re: please provide access to cwiki for my account

2013-08-06 Thread David Nalley
Rajesh: I noticed you weren't listed in the confluence-users group. I have added your account to that group. Let me know if you have any problems. --David On Tue, Aug 6, 2013 at 5:44 AM, Rajesh Battala rajesh.batt...@citrix.com wrote: Hi , Am not able to view any page in cwiki after

Re: Review Request 13008: Fix usage of vm.instancename.flag when generating VM names on ESX hypervisor

2013-08-06 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13008/ --- (Updated Aug. 6, 2013, 9:10 p.m.) Review request for cloudstack, Alex Huang,

Re: api calls in 4.1.1

2013-08-06 Thread Daan Hoogland
H Ilya, I am not at the bottom of this yet. It seems the api no longer returns the full list hence a certain key can not be found in the result set. We are looking at it (between other work). If this is the case a test scenario would need a big set of VMs:( regards, On Tue, Aug 6, 2013 at 10:16

Re: Review Request 13252: SHA256 timing attack and brute force attack fix

2013-08-06 Thread Amogh Vasekar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13252/ --- (Updated Aug. 6, 2013, 9:51 p.m.) Review request for cloudstack and John

Re: Review Request 13252: SHA256 timing attack and brute force attack fix

2013-08-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13252/#review24757 --- Can you add tests to AuthenticatorTest.java 1.

Re: TEST or integration test?

2013-08-06 Thread Min Chen
For /engine/storage/integration-test, I know that those tests are TestNG test cases, requiring DB existence. Thanks -min On 8/6/13 2:59 PM, Alex Huang alex.hu...@citrix.com wrote: I noticed that some of our unit tests are run in integration-test stage of maven. Shouldn't that be in the test

Re: Review Request 13252: SHA256 timing attack and brute force attack fix

2013-08-06 Thread Demetrius Tsitrelis
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13252/#review24759 --- Ship it! Ship It! - Demetrius Tsitrelis On Aug. 6, 2013, 9:59

RE: api calls in 4.1.1

2013-08-06 Thread Musayev, Ilya
Daan, Take this back - the error was on my part it seems (I've used cloudmonkey with api/secret keys for another test user). Once I fixed the secret and api keys to a proper user that had vms, I would see the vms entitled to that user. If you do come around on specifics of this issue, please

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12849/#review24756 --- api/src/com/cloud/network/Networks.java

Re: Review Request 13323: if a failure occurs while adding VM to another network (this should be the first vm in the subnet). The ip alias created as a part of this process is not removed.

2013-08-06 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13323/#review24762 --- server/src/com/cloud/network/NetworkManager.java

Re: Review Request 12098: Add PCI Passthrough to CloudStack on KVM Hypervisor

2013-08-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12098/#review24763 --- Can you rebase against latest master? How does this apply to

[API][4.1.1] ALL VMs for ALL users, domains and projects

2013-08-06 Thread Musayev, Ilya
How do you go about seeing *all* vms for *all* users in *all* domains and projects? The admin user UI does not do it in 4.1.1 Thanks ilya

RE: [API][4.1.1] ALL VMs for ALL users, domains and projects

2013-08-06 Thread Musayev, Ilya
When I say it does not do it, I don't see all VMs under general instances tab, I have to drill down to specific project to see them. -Original Message- From: Musayev, Ilya [mailto:imusa...@webmd.net] Sent: Tuesday, August 06, 2013 8:15 PM To: dev@cloudstack.apache.org Subject:

Re: [DISCUSS] CSS framework for CloudStack UI

2013-08-06 Thread Ian Duffy
+1 to that definitely! The only problem I cannot handle is integrating the SASS compiler (which converts .scss-.css) into the UI build phase. I've found a maven plugin at https://github.com/Jasig/sass-maven-plugin, so if anyone wants to tackle that it would be awesome. Below is a meer

Question about GUI refresh logic

2013-08-06 Thread Mike Tutkowski
Hi, I'm curious when I should expect the GUI to refresh and when I should be expected to manually do so. For example, after I destroy a VM, the GUI refreshes to tell me the VM's in the destroyed state. However, to see when the VM is actually expunged, I have to refresh manually by clicking on

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Dave Cahill
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12849/#review24766 --- Replied to Sheng's comments.

Re: [API][4.1.1] ALL VMs for ALL users, domains and projects

2013-08-06 Thread Simon Weller
Ilya, This has been the status quo since 4.0. It would definitely be nice to be able to list all running VMs, rather than have to drill down to projects. - Si - Original Message - From: Ilya Musayev imusa...@webmd.net To: dev@cloudstack.apache.org Sent: Tuesday, August 6, 2013

Comment about Data Disk Offering when creating a VM from an ISO

2013-08-06 Thread Mike Tutkowski
Hi, I noticed while creating a VM from an ISO today that I am taken to a page in the wizard that talks about a Data Disk Offering. It seems a bit confusing to me because I don't actually get a data disk once the wizard has spun up the VM. This Data Disk Offering page is displayed to collect data

RE: TEST or integration test?

2013-08-06 Thread Alex Huang
So is the difference between test and integration-test is that the code access db? I've noticed a great deal of test code that's been disabled by hand as well. A proper test should just mock the db layer. To me it would make sense if we use an in memory db like derby for the unit tests.

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Sheng Yang
On Aug. 7, 2013, 1:10 a.m., Dave Cahill wrote: api/src/com/cloud/network/Networks.java, line 135 https://reviews.apache.org/r/12849/diff/5/?file=337785#file337785line135 Sheng, not sure if you caught the conversation around breaking backwards compatibility, but it explains these

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Sheng Yang
On Aug. 6, 2013, 11:40 p.m., Sheng Yang wrote: api/src/com/cloud/network/Networks.java, line 135 https://reviews.apache.org/r/12849/diff/5/?file=337785#file337785line135 I think by following the previous case, it should be URI(scheme,value.toString()) rather than null, null. It

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Dave Cahill
On Aug. 6, 2013, 11:40 p.m., Sheng Yang wrote: api/src/com/cloud/network/Networks.java, line 135 https://reviews.apache.org/r/12849/diff/5/?file=337785#file337785line135 I think by following the previous case, it should be URI(scheme,value.toString()) rather than null, null. It

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Sheng Yang
On Aug. 6, 2013, 11:40 p.m., Sheng Yang wrote: api/src/com/cloud/network/Networks.java, line 135 https://reviews.apache.org/r/12849/diff/5/?file=337785#file337785line135 I think by following the previous case, it should be URI(scheme,value.toString()) rather than null, null. It

Re: Review Request: Freshness Check for doc xml on section Storage Setup

2013-08-06 Thread Gavin Lee
Appreciate if someone can help to review this doc. Otherwise, it will be deferred to future release. Thanks. On Fri, Jul 26, 2013 at 7:23 AM, Jessica Tomechak jessica.tomec...@gmail.com wrote: Can anyone please review the newly added doc? Otherwise we have to decide whether to revert the

Re: Review Request 13365: fix local storage volume deployment

2013-08-06 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13365/#review24773 --- Ship it! Ship It! - Rajesh Battala On Aug. 6, 2013, 10:53 p.m.,

Re: Review Request 13237: Unable to resize disk with Zone wide storage

2013-08-06 Thread Rajesh Battala
On Aug. 6, 2013, 7:57 p.m., edison su wrote: Ship It! thanks for committing the patch - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13237/#review24736

Re: Review Request 13320: In case when all the vnets are deleted we are not logging a error message if there are vnets allocated.

2013-08-06 Thread Jayapal Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13320/#review24775 --- Ship it! Ship It! - Jayapal Reddy On Aug. 6, 2013, 11:18 a.m.,

Re: Review Request 13323: if a failure occurs while adding VM to another network (this should be the first vm in the subnet). The ip alias created as a part of this process is not removed.

2013-08-06 Thread bharat kumar
On Aug. 7, 2013, 12:03 a.m., Sheng Yang wrote: server/src/com/cloud/network/NetworkManagerImpl.java, line 2433 https://reviews.apache.org/r/13323/diff/1/?file=337776#file337776line2433 It's better to show the semantic of if this is the last nic in the subnet in code. Say, if

Re: TEST or integration test?

2013-08-06 Thread Prasanna Santhanam
The integration-test is a lifecycle in maven.[1] Surefire plugin provides a goal to maven where you can hook-in integration tests. The weird thing I find about maven calling it an 'integration test' is that it comes before the install phase. We only put together all our modules and generate the

Re: [DISCUSS] CSS framework for CloudStack UI

2013-08-06 Thread Amit Das
This is definitely a great idea. Will it be feasible to decouple the front-end build from server-side build as mentioned in the following link: http://addyosmani.com/blog/making-maven-grunt/ Regards, Amit Kumar Das *CloudByte Inc.* http://www.cloudbyte.com/ On Wed, Aug 7, 2013 at 5:48 AM, Ian

Review Request 13312: Add help docs for S3 secondary storage configuration.

2013-08-06 Thread Thomas O'Dowd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13312/ --- Review request for cloudstack. Repository: cloudstack-git Description

Re: Review Request 13237: Unable to resize disk with Zone wide storage

2013-08-06 Thread Rajesh Battala
On Aug. 5, 2013, 6:17 p.m., edison su wrote: engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java, line 77 https://reviews.apache.org/r/13237/diff/1/?file=334435#file334435line77 why not just use select s.scope from storage_pool s, volumes v where s.id = v.pool_id? if we

Re: Review Request 12934: Tests for egress firewall rules for advance zone

2013-08-06 Thread Jayapal Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12934/#review24701 --- Ship it! Ship It! - Jayapal Reddy On Aug. 6, 2013, 4:38 a.m.,

Re: [Discuss] Using XenServer 6.2's Clone-on-Boot feature on CloudStack

2013-08-06 Thread Nguyen Anh Tu
Hi Chiradeep, Exactly Intellicache. As I know, to use this, VDIs on XenServer/XCP must be set two params: + on-boot = persist (or reset). If persist, VM's data (except OS) will be keep when reboot. Otherwise, it will be destroy on local SR when setting to reset. + allow-caching = true. It enables

Re: [ACS411] 4.1.1 status

2013-08-06 Thread Wido den Hollander
Hi Chip, On 08/05/2013 08:01 PM, Chip Childers wrote: Hi all, Here's where we are: DEBs (oss) are loaded into the cloustack.apt-get.eu repo. The DEBs contain snapshot in their version number. I don't think that is correct, is it? Wido RPMs (nonoss) are being built now and will be

Re: Review Request 13312: CLOUDSTACK-3211 - Add help docs for S3 secondary storage configuration.

2013-08-06 Thread Thomas O'Dowd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13312/ --- (Updated Aug. 6, 2013, 4:10 p.m.) Review request for cloudstack. Changes

CONSOLE access via API

2013-08-06 Thread Antonio Petrocelli
Hello, Under CloudStack UI interface, the console link is: http://xx.xx.xx.xx:8080/client/console?cmd=accessvm=x I'm trying to use signiture under API, all other commands works, but I'm trying to get VM console, just not work:

Re: unable to view content of cwiki

2013-08-06 Thread Daan Hoogland
Rajesh, You must reside behind a proxy or firwall that prohibits you from working. I can access the page you linked us to. regards, Daan On Tue, Aug 6, 2013 at 5:24 AM, Rajesh Battala rajesh.batt...@citrix.com wrote: Am still not able to access any pages. Ex :

Re: Review Request 13312: CLOUDSTACK-3211 - Add help docs for S3 secondary storage configuration.

2013-08-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13312/#review24705 --- Commit a764cb91b30cb998aa391a1dc897cbafec26f34a in branch

Re: Review Request 13312: CLOUDSTACK-3211 - Add help docs for S3 secondary storage configuration.

2013-08-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13312/#review24706 --- Commit 7fd71d708a34556eb9ab168e52f4471a8c2acdc8 in branch

Re: Review Request 13312: CLOUDSTACK-3211 - Add help docs for S3 secondary storage configuration.

2013-08-06 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13312/#review24707 --- Ship it! Applied on 4.2 and master - Prasanna Santhanam On Aug.

Re: Breaking docs out

2013-08-06 Thread Daan Hoogland
one litle spark here; why does every thing need to go in its own repo. I would rather go for putting it all in one repo. not much of a flame but here you go. Daan On Tue, Aug 6, 2013 at 6:25 AM, Radhika Puthiyetath radhika.puthiyet...@citrix.com wrote: Make perfect sense. + 1 -Radhika

RE: unable to view content of cwiki

2013-08-06 Thread Rajesh Battala
Sorry the issue is not with the site. Issue is with my account. Can someone please provide permission to my account to access the content. My email rajesh.batt...@citrix.com Thanks Rajesh Battala -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Tuesday,

Re: upgrade path 4.1.1 - 4.2/master

2013-08-06 Thread Daan Hoogland
Thanks Harikrishna, it worked just fine On Thu, Aug 1, 2013 at 11:12 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: I did a 4.0 - 4.1.1 - master I can/will go back to 4.0 and report my findings tomorrow On Thu, Aug 1, 2013 at 8:02 PM, Harikrishna Patnala harikrishna.patn...@citrix.com

Re: Review Request 12934: Tests for egress firewall rules for advance zone

2013-08-06 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12934/#review24709 --- Ship it! Applied on master and 4.2 and some minor changes. Please

Review Request 13316: CLOUDSTACK-3723: System VM Template for XenServer has wrong guest OS type Information on the Database.

2013-08-06 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13316/ --- Review request for cloudstack, Abhinandan Prateek and Devdeep Singh. Bugs:

Review Request 13317: db upgrade 4.1.1 to master

2013-08-06 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13317/ --- Review request for cloudstack. Repository: cloudstack-git Description

Re: Review Request 12685: CLOUDSTACK-1532 added utility functions to scan URIs

2013-08-06 Thread Dave Cahill
Hi Daan / Alex, Sorry I missed this change at the time, but it looks problematic to me. The code is trying to check for a scheme part in the incoming value, and doesn't add a scheme if value already has one. Therefore, if the scheme check has a false positive (it thinks the value has a scheme,

Review Request 13318: Update documentation for LDAP authentication

2013-08-06 Thread Ian Duffy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13318/ --- Review request for cloudstack and Abhinandan Prateek. Repository:

Re: Review Request 13316: CLOUDSTACK-3723: System VM Template for XenServer has wrong guest OS type Information on the Database.

2013-08-06 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13316/ --- (Updated Aug. 6, 2013, 9:14 a.m.) Review request for cloudstack, Abhinandan

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12849/ --- (Updated Aug. 6, 2013, 9:16 a.m.) Review request for cloudstack, Chiradeep

Re: Review Request 12685: CLOUDSTACK-1532 added utility functions to scan URIs

2013-08-06 Thread Dave Cahill
Hi, Adding Daan's reply - I sent to the wrong dev@ first time around, so the reply went astray: On Tue, Aug 6, 2013 at 10:30 AM, Dave Cahill dcah...@midokura.com wrote: I'm pretty sure the current scheme check is invalid given the URI spec, but definitely shout if I'm off base. You are

please provide access to cwiki for my account

2013-08-06 Thread Rajesh Battala
Hi , Am not able to view any page in cwiki after login-in. Am getting permission denied for any page view. Here is my account email rajesh.batt...@citrix.commailto:rajesh.batt...@citrix.com Please provide access to my a/c. Thanks Rajesh Battala

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread Dave Cahill
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12849/#review24710 --- api/src/com/cloud/network/Networks.java

RE: [Doc] Adding Multiple IP Ranges is Ready

2013-08-06 Thread Radhika Puthiyetath
Thanks for the comments, Bharat. The comments have been incorporated. You can view them in the PDF attached at https://issues.apache.org/jira/browse/CLOUDSTACK-847 -Radhika From: Bharat Kumar Sent: Friday, August 02, 2013 11:07 AM To: Radhika Puthiyetath Subject: Re: [Doc] Adding Multiple IP

Re: IP Address Allocation

2013-08-06 Thread Murali Reddy
On 06/08/13 8:59 AM, Soheil Eizadi seiz...@infoblox.com wrote: One way to achieve this behavior is to have a call out in prepareNic() to the NetworkElements before the call to the NetworkGuru allowing the NetworkElement to update the Nic Profile. In this use case the Network Element would suggest

Re: Review Request 13223: (CLOUDSTACK-2729) use file lock to prevent concurrent refreshPool/deleteVolume on KVM shared storage pool

2013-08-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13223/#review24711 --- Commit 5cb090ed40816950d0c9dbb62135240a7c8b1e3d in branch

Re: Review Request 13223: (CLOUDSTACK-2729) use file lock to prevent concurrent refreshPool/deleteVolume on KVM shared storage pool

2013-08-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13223/#review24712 --- Commit c229244dabb5c5685fbb1aab84de9afdf199820b in branch

Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-08-06 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12849/ --- (Updated Aug. 6, 2013, 10:41 a.m.) Review request for cloudstack, Chiradeep

RE: please provide access to cwiki for my account

2013-08-06 Thread Rajesh Battala
After resetting the password also am still facing the issue. Please do the needful. Thanks Rajesh Battala -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Tuesday, August 6, 2013 3:14 PM To: dev@cloudstack.apache.org Subject: please provide access to

Re: database upgrade

2013-08-06 Thread Daan Hoogland
I did a submission, https://reviews.apache.org/r/13317/ On Mon, Aug 5, 2013 at 8:27 PM, Chip Childers chip.child...@sungard.com wrote: On Mon, Aug 05, 2013 at 08:23:48PM +0200, Daan Hoogland wrote: :) meaning now, i suppose. On Mon, Aug 5, 2013 at 7:12 PM, Chip Childers

Re: Review Request 13316: CLOUDSTACK-3723: System VM Template for XenServer has wrong guest OS type Information on the Database.

2013-08-06 Thread Jenkins Cloudstack.org
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13316/#review24713 --- Review 13316 failed the build test : FAILURE The url of build

Review Request 13320: In case when all the vnets are deleted we are not logging a error message if there are vnets allocated.

2013-08-06 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13320/ --- Review request for cloudstack and Jayapal Reddy. Bugs: Cloudstack-4105

Review Request 13319: [KVM] [PrimaryStorage] deleteStoragePool is not removing the storage pool information from KVM agent/host.

2013-08-06 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13319/ --- Review request for cloudstack, Devdeep Singh, edison su, and Ram Ganesh. Bugs:

  1   2   >