Marketing and a "who uses it" list

2012-12-03 Thread Robyn Bergeron
Greetings. A quick bit of background, esp. as I'm effectively a "long time reader, first time poster" - I attended the collaboration conference over the past weekend, became involved in a discussion about ways to market an open source project, and subsequently volunteered myself to suggest/create

Re: XenServer & VM Snapshots

2012-12-03 Thread Marc Cirauqui
If I may, we've detected very poor performance executing snapshots. We think it's due to XenServer's API, I don't know how and why, but the API is very slow and runs one task at a time (if it is doing paralelization it's almost nothing). Do you know if there's a way to improve IO rates on XS side

Re: 'traditional' workload patches

2012-12-03 Thread Kelceydamage@bbits
This sounds great, I would certainly use these enhanced API services for persistent and semi-persistent infra. I can even see potential in elastic situations to at-will modify these instance parameters. Thanks in advance! I really hope these get added into master. Sent from my iPhone On Dec

RE: [ASF CS 4.0.1] 4.0.1 Builds to start testing

2012-12-03 Thread Sailaja Mada
Thanks Prasanna. RHEL build is failed . I will start using Ubuntu build. Regards, Sailaja.M -Original Message- From: Prasanna Santhanam [mailto:prasanna.santha...@citrix.com] Sent: Tuesday, December 04, 2012 11:23 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [ASF CS 4.0.1] 4.

RE: awsapi with new maven build

2012-12-03 Thread Likitha Shetty
Inline Thank you, Likitha -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Monday, December 03, 2012 6:51 PM To: cloudstack-dev@incubator.apache.org Subject: Re: awsapi with new maven build Likitha, Pardon my ignorance, but where do you see in the log

Re: [ASF CS 4.0.1] 4.0.1 Builds to start testing

2012-12-03 Thread Prasanna Santhanam
On Mon, Dec 03, 2012 at 09:51:41PM -0800, Prasanna Santhanam wrote: > On Mon, Dec 03, 2012 at 01:21:33AM -0500, Sailaja Mada wrote: > > This is regarding 4.0.1 Test Plan @ > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Cloudstack+4.0.1+Test+Plan > > > > We have planned to cover 4.0.1 F

Re: [ASF CS 4.0.1] 4.0.1 Builds to start testing

2012-12-03 Thread Prasanna Santhanam
On Mon, Dec 03, 2012 at 01:21:33AM -0500, Sailaja Mada wrote: > This is regarding 4.0.1 Test Plan @ > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Cloudstack+4.0.1+Test+Plan > > We have planned to cover 4.0.1 Fresh installation , Upgrade from 4.0 > to 4.0.1 . During 4.0 release, QA val

Re: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Roger Kari
Chiradeep Vittal wrote:

RE: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Alex Huang
> > Thanks all. > It's an honor and a responsibility at the same time. No plans for world > domination, but I'm keen on building great software. to dominate the world, I'm sure. Welcome! --Alex

Re: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Chiradeep Vittal
Thanks all. It's an honor and a responsibility at the same time. No plans for world domination, but I'm keen on building great software. > >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Sunday, December 02, 2012 9:37 AM >To: cloudstack-dev@incubator.ap

Re: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
No Arista switch.. we do have junipers. My solution for now is to add a ping to a gateway of CS into cloud-early-config. I will respond with network details tomorrow. Thank you for your help Ilya Chiradeep Vittal wrote: Is there an Arista switch in the path by any chance? On 12/3/12 2:44 PM,

Re: Router VM and Network Issue

2012-12-03 Thread Chiradeep Vittal
Is there an Arista switch in the path by any chance? On 12/3/12 2:44 PM, "Anthony Xu" wrote: >> What is the point of adding this extra route - if external routing >> handles that by default? >The extra route is added to make sure management server can talk to route >VM. > > >Can you share your s

Re: [ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-12-03 Thread David Nalley
On Mon, Dec 3, 2012 at 6:09 PM, Marcus Sorensen wrote: > I don't have access to edit other peoples requests, but I can create a > third one and tag it. Taken care of - that shouldn't be a problem going forward. --David

RE: [DISCUSS] releases going forward

2012-12-03 Thread Animesh Chaturvedi
Release early and release often is certainly the end goal. Release early does not mean releasing buggy software but limited in feature/function. But in order to release early we need to have a constant feedback loop through continuous integration and large automation test suites. I think we are

[DISCUSS] Refactoring ways for components to interact

2012-12-03 Thread Kelven Yang
This is a follow up email on the topic I posted before, I've already put in a skeleton implementation for things I mentioned in this discussion email. I'd like to update the community about one of the coding flavors that are supported in this implementation at RPC layer. Please feel free to commen

Re: For apache branch, what is port number you specify for debugging in eClipse?

2012-12-03 Thread Rohit Yadav
Troubleshooting and debugging, more: https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch#Howtobuildonmasterbranch-Runningaserverfortest%2Fdebugpurposes. On 03-Dec-2012, at 4:38 PM, Alex Huang wrote: > Dope! Sorry that was wrong. > > Change suspend=y to suspend=

Re: For apache branch, what is port number you specify for debugging in eClipse?

2012-12-03 Thread Min Chen
This is another approach I have used: 1) export MAVEN_OPTS="-Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" 2) mvn -pl :cloud-client-ui jetty:run (starting ms) 3) then in eclipse, set up remote java application to attach at port 8787. Thanks -min On 12/3/12 4:3

RE: For apache branch, what is port number you specify for debugging in eClipse?

2012-12-03 Thread Alex Huang
Dope! Sorry that was wrong. Change suspend=y to suspend=n. Don't change the server one. --Alex From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Monday, December 03, 2012 4:36 PM To: Jessica Wang Cc: cloudstack-dev@incubator.apache.org Subject: RE: For apache branch, what is port number yo

RE: For apache branch, what is port number you specify for debugging in eClipse?

2012-12-03 Thread Alex Huang
This is a really good question. I'm not good with maven but I'll attempt to answer this. To debug in the master branch, you have to do the following. Let's say you normally run with Mvn -pl client jetty:run Instead, you type the following mvndebug -pl client jetty:run This starts with the j

Re: [ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-12-03 Thread Joe Brockmeier
Oh - you should have access. No new ticket, pls. I'll put it in & ask one of the folks w/access to bump you up. (Sent from my phone. Please excuse typos/brevity.) On Dec 3, 2012, at 4:09 PM, Marcus Sorensen wrote: > I don't have access to edit other peoples requests, but I can create a > thir

[jira] [Commented] (CLOUDSTACK-577) CS4 System VMs not patching

2012-12-03 Thread Sudha Ponnaganti (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509312#comment-13509312 ] Sudha Ponnaganti commented on CLOUDSTACK-577: - Target is set to 4.0.1 for

[jira] [Updated] (CLOUDSTACK-577) CS4 System VMs not patching

2012-12-03 Thread Sudha Ponnaganti (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudha Ponnaganti updated CLOUDSTACK-577: Fix Version/s: 4.0.1 > CS4 System VMs not patching > --

[jira] [Updated] (CLOUDSTACK-460) Cloudstack 4.0 Cannot ssh into system vms

2012-12-03 Thread Sudha Ponnaganti (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudha Ponnaganti updated CLOUDSTACK-460: Fix Version/s: 4.0.1 > Cloudstack 4.0 Cannot ssh into system vms >

Re: [ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-12-03 Thread Marcus Sorensen
I don't have access to edit other peoples requests, but I can create a third one and tag it. On Dec 3, 2012 3:43 PM, "Joe Brockmeier" wrote: > On Dec 3, 2012, at 1:46 PM, Marcus Sorensen wrote: > > > If that's the case, I'd like to see commit > > 4da02c097176e3ccc41e6112f67e1edad8e528b9 on maste

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
> What is the point of adding this extra route - if external routing > handles that by default? The extra route is added to make sure management server can talk to route VM. Can you share your setup info? Zone setup, network type, Private IP range, public IP range, VLAN info. This issue might

Re: [ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-12-03 Thread Joe Brockmeier
On Dec 3, 2012, at 1:46 PM, Marcus Sorensen wrote: > If that's the case, I'd like to see commit > 4da02c097176e3ccc41e6112f67e1edad8e528b9 on master pushed as well > (CLOUDSTACK-460/CLOUDSTACK-577). It's just a dependency added to the debs > to fix an issue that seems to be tripping many people u

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
Let me retract this comment for now and do more thorough testing.. It appears it fixes the issue on 1 type of network and breaks on another... -Original Message- From: Musayev, Ilya [mailto:imusa...@webmd.net] Sent: Monday, December 03, 2012 4:43 PM To: cloudstack-dev@incubator.apache.or

[jira] [Commented] (CLOUDSTACK-577) CS4 System VMs not patching

2012-12-03 Thread Trevor Francis (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509107#comment-13509107 ] Trevor Francis commented on CLOUDSTACK-577: --- resolved by a apt-get install c

Re: [ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-12-03 Thread Marcus Sorensen
If that's the case, I'd like to see commit 4da02c097176e3ccc41e6112f67e1edad8e528b9 on master pushed as well (CLOUDSTACK-460/CLOUDSTACK-577). It's just a dependency added to the debs to fix an issue that seems to be tripping many people up. On Fri, Nov 30, 2012 at 5:40 AM, Joe Brockmeier wrote:

[jira] [Commented] (CLOUDSTACK-460) Cloudstack 4.0 Cannot ssh into system vms

2012-12-03 Thread Marcus Sorensen (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509079#comment-13509079 ] Marcus Sorensen commented on CLOUDSTACK-460: commit 4da02c097176e3ccc41e61

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
Anthony, I do have the code below, but my fix was to remove the extra route that is added by command "ip route add $MGMTNET via $LOCAL_GW dev eth1" from cloud-early-config Once I commented that part out - everything is working fine.. What is the point of adding this extra route - if external r

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
I checked the code in ./patches/systemvm/debian/config/etc/init.d/cloud-early-config # a hacking way to activate vSwitch under VMware ping -n -c 3 $GW & sleep 3 pkill ping if [ -n "$MGMTNET" -a -n "$LOCAL_GW" ] then ping -n -c 3 $LOCAL_GW & sleep 3 pkill ping fi

RE: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Animesh Chaturvedi
Congratulations Chiradeep -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Sunday, December 02, 2012 9:37 AM To: cloudstack-dev@incubator.apache.org Subject: New PPMC Member: Chiradeep Vittal The Podling Project Management Committee (PPMC) for Apache CloudS

Re: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread prasanna
Congratulations Chiradeep! On 2 December 2012 09:37, Chip Childers wrote: > The Podling Project Management Committee (PPMC) for Apache CloudStack > has asked Chiradeep to become a member of the PPMC and we are pleased to > announce that he has accepted. > > Please join me in congratulating Chirad

Re: Review Request: S3-backed Secondary Storage

2012-12-03 Thread Prasanna Santhanam
> On Nov. 30, 2012, 7:15 p.m., Rohit Yadav wrote: > > John, thanks for patch. Much better now. Can you check, why the code that > > configure db in the testclient is commented? > > tools/marvin/marvin/deployDataCenter.py > > For the actual functional review, Edison can help on storage and > >

[jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Musayev, Ilya (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509027#comment-13509027 ] Musayev, Ilya commented on CLOUDSTACK-563: -- Sorry wrong picture was attached

RE: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Musayev, Ilya
Sorry wrong picture was attached for #1: http://oi50.tinypic.com/2cr4mpz.jpg -Original Message- From: Musayev, Ilya (JIRA) [mailto:j...@apache.org] Sent: Monday, December 03, 2012 3:34 PM To: cloudstack-dev@incubator.apache.org Subject: [jira] [Commented] (CLOUDSTACK-563) Unable to create

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
Anthony, It does ping the local gateways and I can see that happening when router VM boots up. But the fix is to ping either CS Core or CS gateway - that truly addresses the issue. Any thoughts of how I can create this behavior in reproducible fashion for all new routers? Thanks ilya ---

[jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Musayev, Ilya (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509019#comment-13509019 ] Musayev, Ilya commented on CLOUDSTACK-563: -- Hi Brian, So I think there are 2

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
I remember we have a fix for this, when route VM boots up, it tries to ping default gateway to propagate its MAC to switch. Might be this fix is not checked into CS 4.0 Anthony > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Monday, December 03, 2012 10:59

Re: Router VM and Network Issue

2012-12-03 Thread Kelceydamage@bbits
I had a similar issue with KVM and CS on 3.0.2. Turns out the Debian squeeze routers/systemVMs were incompatible with the vIP HA method I was using upstream(ARP based HA-IPs). It's worth running tests against any physical or custom virtual routing equipment you might have in the network path. S

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
VM snapshot is a nice feature to have, but I think it has the same issue as volume snapshot when VM snapshot is backed up to secondary storage. It has a great room to improve VDI-copy, right now the slowness is not caused by coalesce. Right now vdi-copy goes through all layers of blk-tap2, The c

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
Marcus, I agree with you, except we don't drop any broadcast packets for sure on ESX. That would be very counter productive. Still puzzled - but you could be right - it has something to do with ARP. Regards ilya -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sen

[jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Brian Federle (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508975#comment-13508975 ] Brian Federle commented on CLOUDSTACK-563: -- Hi Ilya, You can provide the AJA

[jira] [Assigned] (CLOUDSTACK-579) Missing button to reload a ISO file (or file required for a template)

2012-12-03 Thread Sonny Chhen (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sonny Chhen reassigned CLOUDSTACK-579: -- Assignee: Pranav Saxena > Missing button to reload a ISO file (or file required

[jira] [Assigned] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Sonny Chhen (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sonny Chhen reassigned CLOUDSTACK-563: -- Assignee: Brian Federle > Unable to create guest network in UI for Advanced Zon

答复: XenServer & VM Snapshots

2012-12-03 Thread Mice Xia
Anthony, This is one of the reasons that Im working on VM snapshot on PS, (instead of volume snapshot) I don't think it's easy to improve vdi-copy, considering it needs to coalesce incremental snapshots and verify the result. mice -Original Message- From: Anthony Xu [mailto:xuefei...

Re: Router VM and Network Issue

2012-12-03 Thread Marcus Sorensen
I don't have a vsphere environment, but it sounds a bit like an ARP issue, where perhaps the bridge on the VMware host is filtering broadcast or something. Maybe a workaround could be added to the system VM to make sure things are more robust, but it sounds like something in your network is disabli

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
You are right, Vdi-copy is slow. we have reported this to XenServer team, they are working on this, but no time/road map is provided on this so far. Anthony > -Original Message- > From: Mice Xia [mailto:mice_...@tcloudcomputing.com] > Sent: Monday, December 03, 2012 11:05 AM > To: cloud

RE: XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Thank you Anthony! :) Cheers, Matthew Matthew Hartmann Systems Administrator | V: 812.378.4100 x 850 | E: mhartm...@tls.net TLS.NET, Inc. http://www.tls.net -Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: Monday, December 03, 2012 1:59 PM To: 'Cloudstack Dev

答复: XenServer & VM Snapshots

2012-12-03 Thread Mice Xia
It is slow to take volume snapshot if your volume is huge, the reason is vdi-copy, which is used to backup snapshot to SS, has performance problem. You can't speed it up much for a full snapshot, perhaps you can try increasing dom0 memory, or, adjust the ratio between full snapshot and increment

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
CS 3.0.2 is too old version. I'm pretty sure mount & copy on the same host in 3.0.4 and 3.0.5. If mount & copy might be on different hosts, the issue is very likely to happen. I didn't hear this issue from QA and users. I just checked vmopsSnapshot plug-in for XenServer, at /etc/xapi.d/plugins,

Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
So I hit a glitch where a router VM boots up but does not really pass any traffic unless I ping the gateway of the CS host from within the router VM. Once the gateway ping goes through, CS is able to SSH into a router VM and everything is fine and dandy.. But this behavior really puzzles me. Li

Re: Access to builds.apache.org

2012-12-03 Thread Prasanna Santhanam
Hi Olivier, Could you provide me with access as well, as I need to move a couple of jobs from jenkins.c.o to builds.a.o? Thanks, On Fri, Nov 23, 2012 at 06:24:32AM -0500, Olivier Lamy wrote: > Hi, > Done. ping me if it doesn't work. > > 2012/11/21 Chip Childers : > > Can someone with the approp

RE: XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Anthony: Thank you for the prompt and informative reply. > I'm pretty sure mount and copy are using the same XenServe host. The behavior I have witnessed with CS 3.0.2 is that it doesn't always do the mount & copy on the same host. Out of the 12 tests I've performed, only once was the mount & co

[jira] [Updated] (CLOUDSTACK-579) Missing button to reload a ISO file (or file required for a template)

2012-12-03 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Moulliard updated CLOUDSTACK-579: - Attachment: Screen Shot 2012-12-03 at 18.52.56 (2).png > Missing button t

[jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Musayev, Ilya (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508907#comment-13508907 ] Musayev, Ilya commented on CLOUDSTACK-563: -- David, I have a non source code

RE: [jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-12-03 Thread Musayev, Ilya
David, I have a non source code based RPM version of CS 4 so I cant really set the breakpoint and use IDE. Alternatively I can probably install IDE and compile for source - but this is a long shot and will take a bit of time - since I have to recreate the Advanced Network there and I don’t ha

[jira] [Created] (CLOUDSTACK-579) Missing button to reload a ISO file (or file required for a template)

2012-12-03 Thread Charles Moulliard (JIRA)
Charles Moulliard created CLOUDSTACK-579: Summary: Missing button to reload a ISO file (or file required for a template) Key: CLOUDSTACK-579 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-579

RE: XenServer & VM Snapshots

2012-12-03 Thread Anthony Xu
Hi Matthew, You analysis is correct except following, >I must mention that the same Compute Node that ran sparse_dd or mounted >Secondary Storage is not always the same. It appears the Management Server is >simply round-robining through the list of >Compute Nodes and using the first >one that

XenServer & VM Snapshots

2012-12-03 Thread Matthew Hartmann
Hello! I'm hoping someone can help me troubleshoot the following issue: I have a client who has a 960G data volume which contains their VM's Exchange Data Store. When starting a snapshot, I found that a process is started on one of my Compute Nodes titled "sparse_dd". I found that this process

Re: S3-backed Secondary Storage Enhancement

2012-12-03 Thread John Burwell
Chiradeep, Please see my responses in-line below. Thanks, -John On Nov 20, 2012, at 9:33 PM, Chiradeep Vittal wrote: > I must give kudos on the document > (https://cwiki.apache.org/confluence/display/CLOUDSTACK/S3-backed+Secondary > +Storage ). Quite complete > > If the intent is to make imm

Re: Review Request: S3-backed Secondary Storage

2012-12-03 Thread John Burwell
> On Nov. 30, 2012, 7:15 p.m., Rohit Yadav wrote: > > John, thanks for patch. Much better now. Can you check, why the code that > > configure db in the testclient is commented? > > tools/marvin/marvin/deployDataCenter.py > > For the actual functional review, Edison can help on storage and > >

Re: cloudmonkey name conflict

2012-12-03 Thread David Nalley
Just as a heads up to -dev. I moved this conversation to cloudstack-private and included trademarks@. --David On Mon, Dec 3, 2012 at 8:33 AM, Christine Hudson wrote: > Hi Rohit and the Apache CloudStack Team, > > > > We are writing to ask that you stop using "cloudmonkey" as a project name ( > h

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread Sebastien Goasguen
On Dec 3, 2012, at 10:02 AM, David Nalley wrote: > On Mon, Dec 3, 2012 at 4:00 AM, Sebastien Goasguen wrote: >> The 500 files is not really an issue, I think…but the file length might be. > > > Agreed - we could just iterate 500x - the file length is a different story. > > --David I found 5

cloudmonkey name conflict

2012-12-03 Thread Christine Hudson
Hi Rohit and the Apache CloudStack Team, We are writing to ask that you stop using "cloudmonkey" as a project name ( http://pypi.python.org/pypi/cloudmonkey, https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html). Gorilla Logic has a current application for trademark registration a

Re: awsapi with new maven build

2012-12-03 Thread Sebastien Goasguen
Likitha, Pardon my ignorance, but where do you see in the logs that the mgt server IP and port is not set ? It is set in the ec2.properties file to localhost and 8080. And I can access the gui at http://localhost:8080/client -Sebastien On Dec 3, 2012, at 1:45 PM, Likitha Shetty wrote: > Hi,

RE: awsapi with new maven build

2012-12-03 Thread Likitha Shetty
Hi, A restart should be fine. Thank you, Likitha -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Monday, December 03, 2012 6:13 PM To: cloudstack-dev@incubator.apache.org Subject: Re: awsapi with new maven build On Dec 3, 2012, at 1:04 PM, Likitha Shetty wr

Re: awsapi with new maven build

2012-12-03 Thread Sebastien Goasguen
On Dec 3, 2012, at 1:04 PM, Likitha Shetty wrote: > Hi Sebastien, > > From the logs it seems like the management-server ip and port value being > used by AWSAPI to connect to CloudStack is null. > Could you check if 'managementServer' and ' cloudAPIPort' configuration > values in ec2-service.

RE: awsapi with new maven build

2012-12-03 Thread Likitha Shetty
Hi Sebastien, >From the logs it seems like the management-server ip and port value being used >by AWSAPI to connect to CloudStack is null. Could you check if 'managementServer' and ' cloudAPIPort' configuration values in ec2-service.properties has been correctly set to the CloudStack management

[jira] [Commented] (CLOUDSTACK-192) XenServer updates notifications

2012-12-03 Thread Ram Ganesh (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508663#comment-13508663 ] Ram Ganesh commented on CLOUDSTACK-192: --- Was caught up with release schedules. w

RE: New DevCloud Appliance

2012-12-03 Thread Radhika Puthiyetath
Hi Charles, Here are the links to the documentation: http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/offerings.html http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Admin_Guide/primary-storage-add.html

Re: New DevCloud Appliance

2012-12-03 Thread Charles Moulliard
Hi Rohit, CloudStack Members Can you explain or point to documentation How to implement what you explain in the previous email : - Create a new offering with required capacities and local storage ? - Add a primary NFS and a host with no local sr ? Regards, Charles On Sun, Dec 2, 2012 at 6:13

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread David Nalley
On Mon, Dec 3, 2012 at 4:00 AM, Sebastien Goasguen wrote: > The 500 files is not really an issue, I think…but the file length might be. Agreed - we could just iterate 500x - the file length is a different story. --David

Re: New DevCloud Appliance

2012-12-03 Thread Charles Moulliard
Hi Rohit, What could be changed in the existing config to boost to startup on DevCloud2 (VB) and avoid those messages in the mngt server running on localhost ? INFO [cloud.vm.VirtualMachineManagerImpl] (consoleproxy-1:) Unable to contact resource. com.cloud.exception.AgentUnavailableException: R

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread Sebastien Goasguen
The 500 files is not really an issue, I think…but the file length might be. On Dec 3, 2012, at 9:53 AM, David Nalley wrote: > docs/en-US/cloudstack.ent > > Sebastien - I think that 'works' - but you'd need to iterate for every > resource (500+ of those), and it doesn't deal with filename length

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread David Nalley
docs/en-US/cloudstack.ent Sebastien - I think that 'works' - but you'd need to iterate for every resource (500+ of those), and it doesn't deal with filename length problem (or didn't last time I tried it)

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread Kelceydamage@bbits
I was unaware of the transifex tool. I can switch to .slice, can you provide me an example .ent file? Sent from my iPhone On Dec 3, 2012, at 12:29 AM, Sebastien Goasguen wrote: > Doesn't transifex client create the tx config file automatically based on the > op/pot files created by publican ?

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread Sebastien Goasguen
Doesn't transifex client create the tx config file automatically based on the op/pot files created by publican ? something like this: tx set --auto-local -r project.$resource "/$resource.po" --source-language=en --source-file "pot/$resource.pot" --execute http://help.transifex.com/features/clie

Re: Review Request: Utility for generating the .tx/config file

2012-12-03 Thread David Nalley
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8307/#review13963 --- I tested this and see at least one problem. It's looking for a '.' a

Re: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Abhinandan Prateek
Congrats Chiradeep ! On 03/12/12 10:57 AM, "Andy Gross" wrote: >Congrats, Chiraceep! > >Sent from my iPhone > >On Dec 2, 2012, at 9:10 PM, Rajesh Battala >wrote: > >> Congratulations Chiradeep. >> >> -Original Message- >> From: Chip Childers [mailto:chip.child...@sungard.com] >> Sent:

Re: About cloud-scripts-signature in System VM .

2012-12-03 Thread Tian ChunFeng
Chiradeep Vittal , Following your guide , I find it and got answers of my questions. thanks again. Tian ChunFeng -- Tian ChunFeng Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, November 30, 2012 at 10:02 AM, Chiradeep Vittal wrote: >