Re: documentation/wiki is a mess

2013-09-05 Thread Marty Sweet
My view is that when a feature is added the developer should give a short overview of how to use all of the items which have been added, a doc contributor can then write this up in a user friendly manner which is similar to the whole style of the rest of the documentation. Example description of d

Review Request 14010: CLOUDSTACK-4531: Fixed indent problem with the patch

2013-09-05 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14010/ --- Review request for cloudstack, venkata swamy babu budumuru and Prasanna Santhan

RE: maven storage plugin project creation

2013-09-05 Thread Likitha Shetty
See if this helps - https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development . Thanks, Likitha >-Original Message- >From: Amit Das [mailto:amit@cloudbyte.com] >Sent: Thursday, September 05, 2013 7:17 PM >To: dev@cloudstack.apache.org >Subject: maven storage

Re: tip for applicationContext.xml in eclipse

2013-09-05 Thread Darren Shepherd
IntelliJ The idea of paying for development tools makes me sad (but I'm sure you got an open source project license). Spring support is not in the open source version of IntellijIDEA. Darren On Sep 5, 2013, at 9:42 PM, Prasanna Santhanam wrote: > Odd that eclipse detects the .xml to und

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Amit Das
+1 for "*If we wish to do async stuff it should be based off of java 5 futures or guava's ListenableFutures. Those APIs and libraries are far more natural to java devs in the wild. Or we can get inspiration from scala and akka on how to do async well in java. In short, if we have a real use

Re: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Marcus Sorensen
I didn't have it. I ran across it this afternoon, but wasn't sure if it did all of the proper setup or if it was the equivalent of enabling the provider (which as mentioned wasn't enough when I tried manually). Thanks for confirming, I'll commit it. On Thu, Sep 5, 2013 at 10:45 PM, Prasanna Santha

Re: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Prasanna Santhanam
Yes, that is all that is required. This doesn't enable the internal lb provider for you? On Thu, Sep 05, 2013 at 10:41:02PM -0600, Marcus Sorensen wrote: > So this look right to you? > > diff --git a/tools/devcloud-kvm/devcloud-kvm-advanced.cfg > b/tools/devcloud-kvm/devcloud-kvm-advanced.cfg > i

Re: tip for applicationContext.xml in eclipse

2013-09-05 Thread Prasanna Santhanam
Odd that eclipse detects the .xml to understand the file is xml and not the XML header in the file. I can autocomplete the spring beans in IntelliJIdea without issue. On Thu, Sep 05, 2013 at 06:08:09PM -0700, Darren Shepherd wrote: > So if you have the Spring IDE (or STS) installed in your Eclipse

Re: KVM Assistance

2013-09-05 Thread Marcus Sorensen
Yes, so if you set up just one bridge as the mgmt network, and can still ping/ssh into the vm from the host, you should be able to add it and have things work, so long as you set the traffic labels for public/guest as mentioned. On Thu, Sep 5, 2013 at 10:37 PM, Mike Tutkowski wrote: > Hey Marcus,

Re: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Marcus Sorensen
So this look right to you? diff --git a/tools/devcloud-kvm/devcloud-kvm-advanced.cfg b/tools/devcloud-kvm/devcloud-kvm-advanced.cfg index 45bdfce..8e77809 100644 --- a/tools/devcloud-kvm/devcloud-kvm-advanced.cfg +++ b/tools/devcloud-kvm/devcloud-kvm-advanced.cfg @@ -47,6 +47,10 @@

Re: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Prasanna Santhanam
On Thu, Sep 05, 2013 at 05:06:02PM -0600, Marcus Sorensen wrote: > Thanks. It must be the marvin deployment then that's causing me grief. > I haven't manually filled out the UI in awhile. Marvin handles internallbvm deployment as well. Your providers should now look like below.Then sync marvin and

Re: KVM Assistance

2013-09-05 Thread Mike Tutkowski
Hey Marcus, Thanks for all the detail. Yeah, I'm running the CSMS on my host OS, which is Mac OS X 10.8.3. I have VMware Fusion running Ubuntu 12.04.1 with KVM and am able to run VMs from Virtual Machine Manager. I have not yet tried adding this KVM host to CS because I was afraid my network set

Re: KVM Assistance

2013-09-05 Thread Marcus Sorensen
make sure all of the traffic labels are set to the name of the bridge... this is the 'edit' button under the round network icons during setup. On Thu, Sep 5, 2013 at 10:23 PM, Marcus Sorensen wrote: > Well, you sort of have to know what you want to do, that is decide > where management, guest, pu

Re: KVM Assistance

2013-09-05 Thread Marcus Sorensen
Well, you sort of have to know what you want to do, that is decide where management, guest, public traffic is going to go. You don't really need working public traffic just to run vms, and guest traffic will stay local to the vm, so that leaves management traffic, which also doesn't really need to

Re: KVM Assistance

2013-09-05 Thread Mike Tutkowski
So, I'm trying to follow the directions here on updating my interfaces file on Ubuntu 12.04.1: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Installation_Guide/hypervisor-kvm-install-flow.html I am running Ubuntu in a VMware Fusion VM with using what Fusion calls a "custom

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Darren Shepherd
Yeah, I understand the timing aspect. If there's already a lot in progress, then I'd rather not step in front of that train. So as long as we agree going forward we look to guava or something, then we can figure out how to get there. Regarding the storage framework, can Edison or Min chime

Re: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-05 Thread Nguyen Anh Tu
Hi guys, The problem is clearer now. I logged to SSVM and CPVM and saw that they didn't receive IP addresses. Log on MS show that: http://pastebin.com/n2H4Givm Any hint? Thanks for any help :-) 2013/9/6 Musayev, Ilya > Tuna, > > Instead of SSH, have you considered launching a console and log

tip for applicationContext.xml in eclipse

2013-09-05 Thread Darren Shepherd
So if you have the Spring IDE (or STS) installed in your Eclipse you get really nice autocompletion in spring config files. So ctrl+space in the class="" will pop up all the classes. Or name="" on the will autocomplete bean properties. Really really useful, as typing class names by hand is

Re: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-05 Thread Nguyen Anh Tu
2013/9/6 Musayev, Ilya > Instead of SSH, have you considered launching a console and logging in as > root? Password for root is 6m1ll10n > > Thanks Musayev. It's really helpful. I didn't know about the root password > In the future, when posting errors, try including 20 -30 lines above the > ac

CallContext and others

2013-09-05 Thread Darren Shepherd
In order to manage the database context at the bottom of the stack I'm having to create a small framework that does stuff as the code enters the managed context and leaves. So the easiest way to use the framework is if you have new Runnable() { public void run() {} } in your code

Re: which are the "managed" JVMs

2013-09-05 Thread Kelven Yang
For removing @DB, that's pretty much it. The only other place is those JUnit tests that have physical DB calls in their test-runs Kelven On 9/5/13 4:28 PM, "Darren Shepherd" wrote: >Since I'm changing the nature of the @DB annotation (removing it >really). I want to know besides the managemen

RE: Questions about 4.2 RC

2013-09-05 Thread Marcus Sorensen
Yes, preferably we skip the initial template copy altogether and go straight to the clone with the template info and new destination disk. Sorry, shouldn't have hijacked the thread :) On Sep 5, 2013 5:38 PM, "Edison Su" wrote: > > > > -Original Message- > > From: Marcus Sorensen [mailto:

RE: [DISCUSS] OOM killer and Routing/System VM's = :(

2013-09-05 Thread Alex Huang
If I recall correctly, oom actually prints something into syslog so a cron job that watches syslog and simply just shuts down the vm should work. --Alex > -Original Message- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: Thursday, September 5, 2013 12:48 PM > To: d

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Kelven Yang
To tell the truth, I don't like the use of cglib in this case either, it is per-request of making callback input available to IDE's intelli-sense editing and be friendly to automatic code-refactoring through IDE (Eclipse) which we do all the time. I'm fine with us to go with other standard approac

RE: Questions about 4.2 RC

2013-09-05 Thread Edison Su
> -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Thursday, September 05, 2013 3:34 PM > To: Animesh Chaturvedi > Cc: dev@cloudstack.apache.org > Subject: Re: Questions about 4.2 RC > > So I guess I need to figure out of that is broken, or if it's marvin,

RE: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers

2013-09-05 Thread Jessica Wang
Marcus, > list internalloadbalancerelements > configure internalloadbalancerelement enabled=true > id=de5f3495-6a48-4451-bd2f-e9cb9a7f6fbf > enable the InternalLbVM provider, If you create an Advanced zone through cloudStack UI, you don't need to do anything above. cloudstack UI will do them au

Re: Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Marcus Sorensen
Thanks. It must be the marvin deployment then that's causing me grief. I haven't manually filled out the UI in awhile. On Thu, Sep 5, 2013 at 4:01 PM, Jessica Wang wrote: > Marcus, > > Internal load balancing is NOT supported in Basic zone. > > Therefore, if you create a Basic zone through clouds

which are the "managed" JVMs

2013-09-05 Thread Darren Shepherd
Since I'm changing the nature of the @DB annotation (removing it really). I want to know besides the management server, what other runtimes should I be looking at to ensure everything is working properly. I'm thinking it is just AWSAPI and UsageServer only. Are there an other java applicatio

RE: Template Problem

2013-09-05 Thread Soheil Eizadi
Great, I'm glad you were able to fix it. Next time I sync up with master I will retry it and report on this thread. Thanks, -Soheil From: Min Chen [min.c...@citrix.com] Sent: Thursday, September 05, 2013 2:58 PM To: dev@cloudstack.apache.org Subject: Re: Te

RE: Questions about 4.2 RC

2013-09-05 Thread Animesh Chaturvedi
> -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Thursday, September 05, 2013 2:15 PM > To: dev@cloudstack.apache.org > Cc: Animesh Chaturvedi > Subject: Re: Questions about 4.2 RC > > More questions... I've been going down the rabbithole in figuring out

Re: Questions about 4.2 RC

2013-09-05 Thread Marcus Sorensen
So I guess I need to figure out of that is broken, or if it's marvin, and if it's marvin, how to fix it. Now that I've gotten past that, I see the storage refactor has broken CLVM. I'll file a bug, but it looks like the process is doing something like: copy template to primary storage, then creat

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Ian Duffy
Well done Ilya! :-) Thank you for all your help. On 5 September 2013 21:42, Musayev, Ilya wrote: > Thank you all.. > > > -Original Message- > > From: Ahmad Emneina [mailto:aemne...@gmail.com] > > Sent: Thursday, September 05, 2013 2:52 PM > > To: dev@cloudstack.apache.org > > Subject: R

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Kelcey Jamison Damage
Congrats! - Original Message - From: "Ilya Musayev" To: dev@cloudstack.apache.org, aemne...@gmail.com Sent: Thursday, September 5, 2013 1:42:43 PM Subject: RE: [ANNOUNCE] New PMC member: Ilya Musayev Thank you all.. > -Original Message- > From: Ahmad Emneina [mailto:aemne...@gma

RE: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Musayev, Ilya
Thank you all.. > -Original Message- > From: Ahmad Emneina [mailto:aemne...@gmail.com] > Sent: Thursday, September 05, 2013 2:52 PM > To: dev@cloudstack.apache.org > Subject: Re: [ANNOUNCE] New PMC member: Ilya Musayev > > Congrats Mr Musayev! > > > On Wed, Sep 4, 2013 at 11:51 PM, sebg

Questions about 4.2 RC - internal-load-balancing-between-vpc-tiers (2)

2013-09-05 Thread Jessica Wang
Marcus, Internal load balancing is NOT supported in Basic zone. Therefore, if you create a Basic zone through cloudstack UI, cloudstack UI will NOT do them automatically: > list internalloadbalancerelements > configure internalloadbalancerelement enabled=true > id=de5f3495-6a48-4451-bd2f-e9cb9

Re: HA redundant virtual router

2013-09-05 Thread Sheng Yang
Here is the doc. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Redundant+Virtual+Router+Functional+Spec It's not extremely detail, but describe today's design generally. --Sheng On Thu, Aug 29, 2013 at 8:17 AM, Daan Hoogland wrote: > ok, > > let's postpone the discussion till you are

RE: Could not find corresponding resource manager for VMware

2013-09-05 Thread Musayev, Ilya
Maybe try pastebin.com then? Whats is your vmware.root.disk.controller set to in global settings? > -Original Message- > From: Michael Phillips [mailto:mphilli7...@hotmail.com] > Sent: Thursday, September 05, 2013 5:55 PM > To: dev@cloudstack.apache.org > Subject: RE: Could not find corr

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Darren Shepherd
Kelvin, I really have some concerns about the entire async framework that was put into place as part of the ipc framework. I don't know what VM sync is so I can't really comment too much on that. Basically my concern with the async framework is that it's yet another custom ACS thing. The use

Re: Template Problem

2013-09-05 Thread Min Chen
Thanks Soheil. From your description, I just realized that you are working on master branch. You may have mentioned in your earlier email, but I have missed that. In master branch, we reused state column of db table vm_template to indicate whether a template is active or not active, but we missed o

RE: Could not find corresponding resource manager for VMware

2013-09-05 Thread Michael Phillips
Pretty sure it's not an appliance issue. BTW, I am not using the appliance version of cloudsand, I built from source which was on github. Looks like paste.cloudstack.org might be down... > From: imusa...@webmd.net > To: dev@cloudstack.apache.org > Subject: RE: Could not find corresponding resour

RE: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-05 Thread Musayev, Ilya
Tuna, Instead of SSH, have you considered launching a console and logging in as root? Password for root is 6m1ll10n In the future, when posting errors, try including 20 -30 lines above the actual exception as there maybe (and usually are) the pointers to the issue. Regards ilya > -Origina

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Kelven Yang
New VM sync and job flow handling are moving towards event-driven model which is async natural. Not sure about the details on how storage framework is using async mechanism, but argument on callback to assume memory state does not stand as strong as it might be, since arguments in any regular call

create ubuntu 12.04 template from snapshot,then create new vm from this template and the new vm failed to start!!!

2013-09-05 Thread William Jiang
Hi, I use cloudstack 4.1.1 and xenserver 6.1. The issue scenario as following: 1.set up concurring snapshots for a Ubuntu 12.04 VM (hourly snapshot for testing) 2. Create a template from generated snapshot 3. create a new instance from the template 4. start the vm and getting blackscreen, the vm f

Re: [DISCUSS] OOM killer and Routing/System VM's = :(

2013-09-05 Thread Chiradeep Vittal
Maintaining a custom kernel is a big hassle, even if it is a few lines of code change. Can we do something in userspace? What about the software watchdog that is available? Along the lines of: http://goo.gl/oO3Lzr http://linux.die.net/man/8/watchdog On 9/5/13 7:13 AM, "Funs Kessen" wrote: > >>

RE: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Musayev, Ilya
I'll cut the speech short, but I do evangelize it in NYC, we will add a new big user soon, cant disclose the name just yet, but its well known :) > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Thursday, September 05, 2013 6:54 AM > To: dev > Subject: R

RE: Could not find corresponding resource manager for VMware

2013-09-05 Thread Musayev, Ilya
So not an Appliance issue, but general cloudstack issue if I read this right. Can you paste the management-server.log in paste.cloudstack.org and respond with a link? > -Original Message- > From: Michael Phillips [mailto:mphilli7...@hotmail.com] > Sent: Thursday, September 05, 2013 5:18

Re: Questions about 4.2 RC

2013-09-05 Thread Marcus Sorensen
More questions... I've been going down the rabbithole in figuring out how to deploy VPCs. Part of this might be a missing marvin config in my zone deploy, I still have no idea yet, but after reviewing https://cwiki.apache.org/CLOUDSTACK/internal-load-balancing-between-vpc-tiers.html, I found that I

RE: Could not find corresponding resource manager for VMware

2013-09-05 Thread Michael Phillips
Ilya, I was testing out the cloudsand version, and I noticed the following error: When creating an instance from a template, the instance ends with an error state "Error Core:530 Unable to start instance 'name' {GUID}, see mgmt server for details. This error is also logged in the mgmt servers l

RE: Questions about 4.2 RC

2013-09-05 Thread Edison Su
> -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: Thursday, September 05, 2013 1:22 AM > To: dev@cloudstack.apache.org; Animesh Chaturvedi > Subject: Questions about 4.2 RC > > Hi, > > I followed the testing procedure for the 4.2 RC, I am ready to vote +1 but I > hav

RE: Questions about 4.2 RC

2013-09-05 Thread Animesh Chaturvedi
> Hi, > > I followed the testing procedure for the 4.2 RC, I am ready to vote +1 but I > have questions (hence the new thread, don't want to hijack the VOTE). > > 1. the CHANGES file points to the release notes, but where are the release > notes ? I know that no-one really stepped up on the RN

RE: Template Problem

2013-09-05 Thread Soheil Eizadi
Hi Min, Your timing is good, today I worked on this setup some more and figured out what is going on with it. I made some changes to it and so it is not exactly what I documented before but the problem is still there. I removed the Secondary Storage from my system and installed a new secondary

Re: [DISCUSS] Remove async APIs from storage framework

2013-09-05 Thread Chiradeep Vittal
+1 for removing complexity especially if the sync pattern is being used on top of the async pattern. I see this behavior in the AgentManager.send as well -- even thought the AM is capable of async, practically nobody uses it as such. But I guess the question will arise : what if I do want more th

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Ahmad Emneina
Congrats Mr Musayev! On Wed, Sep 4, 2013 at 11:51 PM, sebgoa wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Ilya Musayev to join the PMC and we are pleased to announce that they have > accepted. > > Join me in congratulating Ilya, > > -The CloudStack PMC

Re: Template Problem

2013-09-05 Thread Min Chen
Do you have contents of template_view and vm_templates? Thanks -min On 8/30/13 9:25 AM, "Soheil Eizadi" wrote: >It was in the original email, here it is by itself: > >mysql> select * from template_store_ref; >++--+-+-+- >++

Re: Review Request 13877: CIFS Secondary Storage

2013-09-05 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13877/#review25940 --- Ok for me. - edison su On Aug. 28, 2013, 8:58 p.m., Donal Laffert

Re: Review Request 13992: (CLOUDSTACK-4405) additional patch for bridge name and firewall rules issues after KVM upgrade to 4.2

2013-09-05 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13992/#review25939 --- Thanks for your fix on iptables, patch is OK for me. - edison su

Re: documentation/wiki is a mess

2013-09-05 Thread Darren Shepherd
On 09/05/2013 07:56 AM, David Nalley wrote: On Thu, Sep 5, 2013 at 7:00 AM, Daan Hoogland wrote: -1 on no docs no submits. Docs are important to people that need a contribution they didn't write themselves. The first ones are the ones to write docs where missing. You contribute because you nee

Re: documentation/wiki is a mess

2013-09-05 Thread David Nalley
On Thu, Sep 5, 2013 at 7:00 AM, Daan Hoogland wrote: > -1 on no docs no submits. > > Docs are important to people that need a contribution they didn't > write themselves. The first ones are the ones to write docs where > missing. You contribute because you need code, not because you need > docs on

Re: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-05 Thread Nguyen Anh Tu
Ah. Finally error happens: 2013-09-05 22:10:05,748 WARN [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Exception while trying to start secondary storage vm com.cloud.exception.AgentUnavailableException: Resource [Host:1] is unreachable: Host 1: Unable to start instance due to

[GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-05 Thread Nguyen Anh Tu
Hi guys, I'm using an unofficial version ACS 4.1 (sdnextensions branch). I build my own cloud-agent package and install successfully into a kvm host and add this host success with two NICs: cloudbr0 (Management, Storage) and cloudbr1 (Guest, Public). I use openvswitch, follow Hugo's guide here: ht

RE: [DISCUSS] OOM killer and Routing/System VM's = :(

2013-09-05 Thread Funs Kessen
> Well, you can't as far as I've looked in the source of panic.c. So I'm > thinking of > investigating of adding -1 as an option and seeing if I can push halt in, > let's hope > the guys that do kernel stuff find this useful too. > So it seems the patch, I conjured up for panic.c, is seen

Re: Password prompt like nine times

2013-09-05 Thread Mike Tutkowski
Thanks, everyone! On Thu, Sep 5, 2013 at 7:10 AM, Tracy Phillips wrote: > On Thu, Sep 5, 2013 at 3:05 AM, sebgoa wrote: > > > > > On Sep 5, 2013, at 1:30 AM, Kelven Yang wrote: > > > > > You need to make sudo-ers no-password required > > > > > > > bad idea, someone compromises your account an

maven storage plugin project creation

2013-09-05 Thread Amit Das
Hi folks, I am in the process of creating a new storage plugin maven module & need help in doing so. Do we follow any maven based archetype for such maven module creation ? Are there any links that prescribe the required steps ? I was looking at some of the pom files of default, sample & solidfi

Re: Review Request 13964: CLOUDSTACK-4203: Adding a test for migrating volumes of stopped vms to test_stopped_vm.py

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13964/#review25932 --- Commit 883b9802d4a58633ae9bc75023e063751282783a in branch refs/heads

Re: Review Request 13964: CLOUDSTACK-4203: Adding a test for migrating volumes of stopped vms to test_stopped_vm.py

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13964/#review25931 --- Commit dfee47e3b6c35d08cba7f28433b9e1bce12b4078 in branch refs/head

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-05 Thread Ove Ewerlid
+1 Testing done in OEL64*/KVM environment using a small foot print OEL64 VM image with userdata and reporting to central server to verify that VMs comes up properly. KVM hosts are 32 core / 256 GByte RAM / 1GBit / localstorage on fast RAID (8x600G;RAID5). Manager runs in VirtualBox with local

Re: Password prompt like nine times

2013-09-05 Thread Tracy Phillips
On Thu, Sep 5, 2013 at 3:05 AM, sebgoa wrote: > > On Sep 5, 2013, at 1:30 AM, Kelven Yang wrote: > > > You need to make sudo-ers no-password required > > > > bad idea, someone compromises your account and he is root. > > > True. But they are on your box unauthorized, its just a matter of time be

Re: Password prompt like nine times

2013-09-05 Thread Tracy Phillips
>From my /etc/sudoers (btw, use visudo to edit with) cloud ALL =NOPASSWD : ALL In my /etc/sudoers.d/cloudstack cloud ALL =NOPASSWD : ALL Seems redundant but that was what the install script put in. T On Thu, Sep 5, 2013 at 3:05 AM, sebgoa wrote: > > On Sep 5, 2013, at 1:30 AM, Kelven Yan

Review Request 13992: (CLOUDSTACK-4405) additional patch for bridge name and firewall rules issues after KVM upgrade to 4.2

2013-09-05 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13992/ --- Review request for cloudstack and edison su. Bugs: CLOUDSTACK-4405 Repository

Re: documentation/wiki is a mess

2013-09-05 Thread Daan Hoogland
-1 on no docs no submits. Docs are important to people that need a contribution they didn't write themselves. The first ones are the ones to write docs where missing. You contribute because you need code, not because you need docs on it. On Thu, Sep 5, 2013 at 9:25 AM, Giles Sirett wrote: > +1 o

Re: Questions about 4.2 RC

2013-09-05 Thread Daan Hoogland
On Thu, Sep 5, 2013 at 10:21 AM, sebgoa wrote: > Hi, > > I followed the testing procedure for the 4.2 RC, I am ready to vote +1 but I > have questions (hence the new thread, don't want to hijack the VOTE). > > 1. the CHANGES file points to the release notes, but where are the release > notes ? I

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Daan Hoogland
At it Ilya, how about a 'speech' on your take on the future of cloudstack? congrats, Daan On Thu, Sep 5, 2013 at 11:15 AM, Saksham Srivastava wrote: > Congratulations Ilya. > > Regards, > Saksham > > -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: Thursday, September

RE: Change network functionality?

2013-09-05 Thread Saksham Srivastava
In 4.2, UI functionality for adding/removing and updating default NIC has been added. You may find it in the NIC tab of an instance. I haven't explicitly tried the APIs on 4.1.1, but the APIs should be present there also. Thanks, Saksham -Original Message- From: France [mailto:mailingl

FYI, issue in Portable IP feature

2013-09-05 Thread Girish Shilamkar
Hello, We found an issue while automating testcases for Portable IP. Suppose I have existing public IP range with a VLAN, and I use this range (or subset of this range) for creating a new portable IP range, portable IP range gets created successfully, but if you try to associate a portable IP to

Re: Change network functionality?

2013-09-05 Thread France
Thank you for your response Chiradeep. I have not tried to use API (yet). Even if i can use something like cloudmonkey to use API from CLI, my users can not. So my question still stands, when it will be or if it's already possible to change network(s) using CS web GUI? And additional question:

Review Request 13991: Made misc changes in test_multiple_ip_ranges.py

2013-09-05 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13991/ --- Review request for cloudstack, venkata swamy babu budumuru, SrikanteswaraRao Ta

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13889/#review25930 --- Commit 8b5cb374b93a1821216f8fba9fd5e908905a3ce8 in branch refs/heads

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13889/#review25929 --- Commit c1ea61a0e736ce626c0d1f21e90cf9aaf7f89964 in branch refs/head

Re: Review Request 13889: CLOUDSTACK-4487: Add Netscaler service provider if not already present

2013-09-05 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13889/#review25928 --- Ship it! Ship It! - venkata swamy babu budumuru On Aug. 28, 201

Re: cpvm and ssvm but no host entries

2013-09-05 Thread Prasanna Santhanam
On Thu, Sep 05, 2013 at 02:21:24AM -0700, Darren Shepherd wrote: > On 09/05/2013 01:14 AM, Prasanna Santhanam wrote: > > > >If you are looking for the SecondaryStorage nfs host entry (that > >usually would go into Alert state soon as it was added), it no more > >goes into the host table. There is n

RE: SystemVM downloading

2013-09-05 Thread Rajesh Battala
Thanks Donal, I had gone through your blog its very informative. Once the KVP daemon is running inside linux guest then we should be able to transfer/exchange data between hosts and linux guest right.! Thanks Rajesh Battala -Original Message- From: Donal Lafferty [mailto:donal.laffe...@

Re: Review Request 13701: Automation Tests for HA Proxy Stickiness

2013-09-05 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13701/#review25925 --- test/integration/component/test_haproxy.py

Re: cpvm and ssvm but no host entries

2013-09-05 Thread Darren Shepherd
On 09/05/2013 01:14 AM, Prasanna Santhanam wrote: If you are looking for the SecondaryStorage nfs host entry (that usually would go into Alert state soon as it was added), it no more goes into the host table. There is no 'discovery' process for storage. Also the AddSecondaryStorageCmd is now dep

RE: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Saksham Srivastava
Congratulations Ilya. Regards, Saksham -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Thursday, September 05, 2013 12:22 PM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New PMC member: Ilya Musayev The Project Management Committee (PMC) for Apache CloudStack has as

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Jayapal Reddy Uradi
Congratulations! On 05-Sep-2013, at 12:21 PM, sebgoa wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked Ilya > Musayev to join the PMC and we are pleased to announce that they have > accepted. > > Join me in congratulating Ilya, > > -The CloudStack PMC

RE: SystemVM downloading

2013-09-05 Thread Donal Lafferty
The daemon involved in KVP transfer is mentioned here http://dlafferty.blogspot.co.uk/2013/07/installing-hyper-v-pv-drivers-for-linux.html I'll write an update discussing how to use it to pass system VM settings. DL > -Original Message- > From: Rajesh Battala [mailto:rajesh.batt...@ci

RE: SystemVM downloading

2013-09-05 Thread Rajesh Battala
Donal, Great to know that you would be doing changes to systemvm template. I am curious to know how the host data will be passed to the systemvm's running in hyperv. In my initial investigation I figured out with Integration Services installed in the Linux, we can get the guest details like (ve

Re: Review Request 13922: Minimal Hyper-V Plugin

2013-09-05 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13922/ --- (Updated Sept. 5, 2013, 8:29 a.m.) Review request for cloudstack, Alex Huang, C

Re: Review Request 13922: Minimal Hyper-V Plugin

2013-09-05 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13922/ --- (Updated Sept. 5, 2013, 8:29 a.m.) Review request for cloudstack, Alex Huang, C

Re: Review Request 13922: Minimal Hyper-V Plugin

2013-09-05 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13922/ --- (Updated Sept. 5, 2013, 8:28 a.m.) Review request for cloudstack, Alex Huang, C

Re: Review Request 13922: Minimal Hyper-V Plugin

2013-09-05 Thread Donal Lafferty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13922/ --- (Updated Sept. 5, 2013, 8:28 a.m.) Review request for cloudstack, Alex Huang, C

RE: SystemVM downloading

2013-09-05 Thread Donal Lafferty
Great! I may need to update the template to allow it to accept host data from a Hyper-V 2012. Unlike XenServer, a Hyper-V host passes data through a user mode daemon that write key/value pairs to a file. I need to investigate a bit further, but I believe that the daemon starts and startup s

Questions about 4.2 RC

2013-09-05 Thread sebgoa
Hi, I followed the testing procedure for the 4.2 RC, I am ready to vote +1 but I have questions (hence the new thread, don't want to hijack the VOTE). 1. the CHANGES file points to the release notes, but where are the release notes ? I know that no-one really stepped up on the RN but can't we a

Re: cpvm and ssvm but no host entries

2013-09-05 Thread Prasanna Santhanam
On Thu, Sep 05, 2013 at 12:47:25AM -0700, Darren Shepherd wrote: > On 09/04/2013 10:01 PM, Prasanna Santhanam wrote: > >On Wed, Sep 04, 2013 at 04:38:05PM -0700, Darren Shepherd wrote: > >>So I'm trying to setup a cloudstack environment from scratch. Not a > >>devcloud environment, but more like a

RE: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Radhika Puthiyetath
Congratz Ilya... -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Thursday, September 05, 2013 12:22 PM To: dev@cloudstack.apache.org Subject: [ANNOUNCE] New PMC member: Ilya Musayev The Project Management Committee (PMC) for Apache CloudStack has asked Ilya Musayev to jo

Re: Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13804/#review25927 --- Commit 108aab76652a1d8294ec2c263c58059d1003ee39 in branch refs/heads

Re: Review Request 13882: CLOUDSTACK-4434: EN: Ubuntu: Direct input "- _ ", "? /", "keyboard /" , "keyboard -" keys are not working well for the US keyboard.

2013-09-05 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13882/#review25926 --- Commit 7bff499bd3625f8a75a1c93cb9e3e2c90955df5e in branch refs/heads

Re: cpvm and ssvm but no host entries

2013-09-05 Thread Darren Shepherd
On 09/04/2013 10:01 PM, Prasanna Santhanam wrote: On Wed, Sep 04, 2013 at 04:38:05PM -0700, Darren Shepherd wrote: So I'm trying to setup a cloudstack environment from scratch. Not a devcloud environment, but more like a production setup. Anyhow, so I managed to get the cpvm and ssvm running,

Re: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Wei ZHOU
Congratulations!! 2013/9/5 sebgoa > The Project Management Committee (PMC) for Apache CloudStack has asked > Ilya Musayev to join the PMC and we are pleased to announce that they have > accepted. > > Join me in congratulating Ilya, > > -The CloudStack PMC

RE: [ANNOUNCE] New PMC member: Ilya Musayev

2013-09-05 Thread Sanjay Tripathi
Congratulations Ilya. --Sanjay > -Original Message- > From: sebgoa [mailto:run...@gmail.com] > Sent: Thursday, September 05, 2013 12:22 PM > To: dev@cloudstack.apache.org > Subject: [ANNOUNCE] New PMC member: Ilya Musayev > > The Project Management Committee (PMC) for Apache CloudStack h

  1   2   >