[PATCH] CS-14345 Logout API is not returning XML header Description: The logout API is not returning the standard XML header and the CloudStack version.

2012-06-04 Thread Deepti Dohare
Signed-off-by: Deepti Dohare --- server/src/com/cloud/api/ApiServlet.java |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/server/src/com/cloud/api/ApiServlet.java b/server/src/com/cloud/api/ApiServlet.java index b7b7fff..dcdb45f 100755 --- a/server/src/com/cloud/

RE: SDN integration with CloudStack

2012-06-04 Thread Alex Huang
Hi Hugo, The isolation method/technology part is definitely more work because today it all assumes the technology is vlan. You will need to do the following: - Add a new column to physical network that says what is the supported isolation technology. VLAN will be one value. SDN will be anoth

RE: How can i get documentation about CloudStack project ?

2012-06-04 Thread Rajesh Battala
Hi Guang, Thanks for the interest in CloudStack Development. Please follow the links in http://wiki.cloudstack.org/display/dev/Home http://wiki.cloudstack.org/display/dev/Cloudstack+Error+Codes+and+Exception+handling?focusedCommentId=9601046#comment-9601046 http://wiki.cloudstack.org/display/de

Re: [PATCH] debian: Remove the Console Proxy

2012-06-04 Thread David Nalley
worksforme - thanks for the patch! On Mon, Jun 4, 2012 at 2:54 PM, Wido den Hollander wrote: > > Signed-off-by: Wido den Hollander > --- >  debian/cloud-console-proxy.install  |    9 - >  debian/cloud-console-proxy.postinst |   18 -- >  debian/control                    

How can i get documentation about CloudStack project ?

2012-06-04 Thread guang wu
Hi, friends, i'm intersted in the project(CloudStack), i want to do something change about this project, such as developed it that add some function,update some function...and so on, but i don't found detailed information about how to development CloudStack, i found the most of documentation that a

XCP host plugin on Ubuntu server 12.04 dom0

2012-06-04 Thread Edison Su
Hi All, >From >http://blog.xen.org/index.php/2012/05/06/xcp-in-ubuntu-server-12-04-lts-%E2%80%9Capt-get-install-xcp-xapi%E2%80%9C/, > it says "host plugins" does work. Question is how to use it? In the Xenserver, the plugin code is put under /etc/xapi.d/plugins. But on Ubuntu 12.04, I can't find

RE: SDN integration with CloudStack

2012-06-04 Thread Hugo Trippaers
Thanks Alex. I've edited components.xml and I'm seeing my new guru being accessed now. How do i go about adding the new isolation method, i've added a new type to the IsolationMethod enum in PhysicalNetwork called SDN, but i think that is not the only thing i need to do. Can you give me some p

RE: Development environment for RPM-based distros.

2012-06-04 Thread dan
Hi Frank, Thanks for reply. Found it. Everything is ok now (i mean deployment from rpm). > Run > ./waf rpm > in root folder. > > > >> -Original Message- >> From: Daniel Mezentsev [mailto:d...@soleks.com] >> Sent: Saturday, June 02, 2012 1:42 PM >> To: cloudstack-dev@incubator.apache.org >

RE: Development environment for RPM-based distros.

2012-06-04 Thread Frank Zhang
Run ./waf rpm in root folder. > -Original Message- > From: Daniel Mezentsev [mailto:d...@soleks.com] > Sent: Saturday, June 02, 2012 1:42 PM > To: cloudstack-dev@incubator.apache.org > Subject: Development environment for RPM-based distros. > > Hi All @CloudStack Devs, > > Is there d

RE: 3.0.2 - KVM Agent problem? Please help.

2012-06-04 Thread Edison Su
It's a bug in kvm agent code, I fixed the upgrade issue from 2.2.x to 3.0.x, but it only worked for shared storage. You can fix it by update db with the following sql: update volumes set path=SUBSTRING_INDEX(`path`, '/', -1); , then restart mgt server. > -Original Message- > From: Serg

RE: Maintainer/committer model for CloudStack

2012-06-04 Thread Jessica Tomechak
I can maintain documentation. Jessica T. CloudStack Tech Pubs -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Friday, June 01, 2012 7:57 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Maintainer/committer model for CloudStack So it seems we have some consens

Re: 3.0.2 - KVM Agent problem? Please help.

2012-06-04 Thread Serg
Hi, Thanks for your response, I turned on debug logging but nothing new has been discovered. after upgrading from 2.2.14 to 3.0.2 all KVM server with Local Storage behave identically - Unable to re-start the instance ( instance can't be started anymore ) - Make a snapshot for volume. - Can'

Re: [DISCUSS] proposal to select a mascot for Apache CloudStack while in Incubation

2012-06-04 Thread David Nalley
Peder and I were talking over the weekend - and I noted that despite any feedback to the list, the wiki page had gotten a bit of interest. He asked me to point folks to it as he is out of pocket for a few days. http://wiki.cloudstack.org/display/COMM/CloudStack+mascot+proposals Feel free to add/c

Re: Proposal to use OSGi for component modularity

2012-06-04 Thread Alex Karasulu
On Mon, Jun 4, 2012 at 9:12 PM, Alex Huang wrote: > Hi All, > > I like to summarize exactly what we want to use OSGi for. To Mohammad's > point, CloudStack will be splitting out most of its plugins into separate > jar files and put in appropriate build dependencies. I will send out a > separate

[PATCH] debian: Remove the Console Proxy

2012-06-04 Thread Wido den Hollander
Signed-off-by: Wido den Hollander --- debian/cloud-console-proxy.install |9 - debian/cloud-console-proxy.postinst | 18 -- debian/control | 10 +- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 debian/cloud-cons

RE: Proposal to use OSGi for component modularity

2012-06-04 Thread Alex Huang
Hi Ioannis, Any information you need from CloudStack to get started? --Alex > -Original Message- > From: Ioannis Canellos [mailto:ioca...@gmail.com] > Sent: Sunday, June 03, 2012 9:17 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Proposal to use OSGi for component modular

RE: SDN integration with CloudStack

2012-06-04 Thread Alex Huang
You would make changes in the components.xml to make your NetworkGuru the default. As I described to Salvatore in another email, the best way is to add an isolation method parameter to physical network. This isolation method will drive the selection of the NetworkGuru for the guest network. R

RE: Incubator PMC/Board report for Jun 2012 ([ppmc])

2012-06-04 Thread Edison Su
> -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Monday, June 04, 2012 11:11 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Incubator PMC/Board report for Jun 2012 ([ppmc]) > > On Mon, Jun 4, 2012 at 2:04 PM, Edison Su wrote: > >> >  * A list of the

RE: making VM startup more fine-grained

2012-06-04 Thread Alex Huang
> -Original Message- > From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] > Sent: Monday, June 04, 2012 11:11 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: making VM startup more fine-grained > > Heya, > > What would be the best way to get this done, or worked aro

RE: Proposal to use OSGi for component modularity

2012-06-04 Thread Alex Huang
Hi All, I like to summarize exactly what we want to use OSGi for. To Mohammad's point, CloudStack will be splitting out most of its plugins into separate jar files and put in appropriate build dependencies. I will send out a separate proposal for that. We will not be converting everything wi

Re: Incubator PMC/Board report for Jun 2012 ([ppmc])

2012-06-04 Thread David Nalley
On Mon, Jun 4, 2012 at 2:04 PM, Edison Su wrote: >> >  * A list of the three most important issues to address in the move >> towards >> >   graduation. > > > I am working on a new project, which tries to make cloudstack development > easier: basically, VirtualBox + Ubuntu 12.04 image with (Clouds

RE: making VM startup more fine-grained

2012-06-04 Thread Hugo Trippaers
Heya, What would be the best way to get this done, or worked around on short notice? We have some dedicated resources to work on the SDN integration this week so we would like to move this forward. Cheers, Hugo -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent:

SDN integration with CloudStack

2012-06-04 Thread Hugo Trippaers
Heya All, This week we will be working from the Nicira office on integrating SDN with CloudStack. In the recent discussion thread "making VM startup more fine-grained" one of our questions is already addressed. Another more basic question is how do we get our NetworkGuru to be used/selected by

RE: Incubator PMC/Board report for Jun 2012 ([ppmc])

2012-06-04 Thread Edison Su
> > * A list of the three most important issues to address in the move > towards > > graduation. I am working on a new project, which tries to make cloudstack development easier: basically, VirtualBox + Ubuntu 12.04 image with (Cloudstack + XCP pre-installed), users or developers can uses/de

Re: Incubator PMC/Board report for Jun 2012 ([ppmc])

2012-06-04 Thread David Nalley
Folks, This report is due on Wednesday - (2 days from now) - I went for an initial draft, but it doesn't feel quite complete - others please hack on this. --David On Sun, Jun 3, 2012 at 9:11 PM, Marvin wrote: > > > Dear podling, > > This email was sent by an automated system on behalf of the Ap

RE: 3.0.2 - KVM Agent problem? Please help.

2012-06-04 Thread Edison Su
Please turn log level to debug(/etc/cloud/agent/log4j-cloud.xml) on your kvm host, then restart cloud-agent, take a look at agent log again. > -Original Message- > From: Serg [mailto:kernc...@gmail.com] > Sent: Sunday, June 03, 2012 11:48 AM > To: cloudstack-dev@incubator.apache.org > Sub

Re: Localization

2012-06-04 Thread David Nalley
2012/5/31 Даниил Брежнев : > Help pleased > http://cloudstack.org/forum/6-general-discussion/11077-localization.html > > -- реклама --- > Новинки в магазине модной одежды на сайте BonPrix > http://goo.gl/kgKDE > Hi Folks, I've been working wi

RE: Bug Fix + Feature Request: cloud-install-sys-tmplt.sh

2012-06-04 Thread Edison Su
> -Original Message- > From: Eric [mailto:epretori...@yahoo.com] > Sent: Friday, June 01, 2012 4:51 PM > To: cloudstack-dev@incubator.apache.org > Subject: Bug Fix + Feature Request: cloud-install-sys-tmplt.sh > > 1. If I understand the syntax correctly, I believe that the usage > inform

RE: Maintainer/committer model for CloudStack

2012-06-04 Thread Prachi Damle
I can take up the Deployment Planners/Allocator components, EC2 API (awsapi). -Prachi -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Friday, June 01, 2012 7:57 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Maintainer/committer model for CloudStack So it see

[PATCH] CS-15018: Event USER.LOGIN should contain the client IP address. Changes made in accordance with the coding convention.

2012-06-04 Thread saksham
Signed-off-by: saksham --- server/src/com/cloud/api/ApiServer.java|4 ++-- server/src/com/cloud/api/ApiServlet.java |2 +- server/src/com/cloud/user/AccountManager.java |2 +- server/src/com/cloud/user/AccountManagerImpl.java |4 ++-- .../com/cloud/use

UI is broken after upgrade 3.0.2 --> git (3.0.3)

2012-06-04 Thread dan
Hi All, I got Cloudstack UI broken after upgrade 3.0.2 --> git (3.0.3). Detailed log is here http://pastebin.com/yw62y7Qs running under tomcat 6.0.24, all stock centos jdk This message was sent using IMP, the Internet Messaging

Re: Easy task for folks looking to get involved

2012-06-04 Thread David Nalley
> > I'll start by claiming the UI directory. > UI is now done, I am going to take the usage directory next. --David

Re: [PATCH] CS-15018 Event USER.LOGIN should contain the client IP address

2012-06-04 Thread Wido den Hollander
Hi, On 06/04/2012 03:35 PM, saksham wrote: Signed-off-by: saksham --- server/src/com/cloud/api/ApiServer.java|4 ++-- server/src/com/cloud/api/ApiServlet.java |2 +- server/src/com/cloud/user/AccountManager.java |2 +- server/src/com/cloud/user/Accoun

[PATCH] CS-15018 Event USER.LOGIN should contain the client IP address

2012-06-04 Thread saksham
Signed-off-by: saksham --- server/src/com/cloud/api/ApiServer.java|4 ++-- server/src/com/cloud/api/ApiServlet.java |2 +- server/src/com/cloud/user/AccountManager.java |2 +- server/src/com/cloud/user/AccountManagerImpl.java |4 ++-- .../com/cloud/use

[PATCH] CS-15122. Provide filter support for ec2-describe-availability-zones. Component: awsapi. Updated the header in the new file to conform with ASF guidelines as per review comments.

2012-06-04 Thread Likitha Shetty
Signed-off-by: Likitha Shetty --- .../cloud/bridge/service/EC2SoapServiceImpl.java | 30 ++ .../core/ec2/EC2AvailabilityZonesFilterSet.java| 102 .../core/ec2/EC2DescribeAvailabilityZones.java | 10 ++ .../cloud/bridge/service/core/ec2/EC2Engine.java |

RE: [PATCH] CS-14345 Logout API is not returning XML header Description: The logout API is not returning the standard XML header and the CloudStack version.

2012-06-04 Thread Nitin Mehta
Code change looks good except the initialization of management service which should be done inside ApiServlet(). Also if it is a static variable then append 's' before the name as per naming conventions rule 7 @ http://docs.cloudstack.org/CloudStack_Documentation/Design_Documents/Coding_Conventi

RE: [PATCH] CS-15122. Provide filter support for ec2-describe-availability-zones. Component: awsapi.

2012-06-04 Thread Kishan Kavala
> -Original Message- > From: Likitha Shetty [mailto:likitha.she...@citrix.com] > Sent: Monday, 4 June 2012 4:41 PM > To: cloudstack-dev@incubator.apache.org > Cc: Likitha Shetty > Subject: [PATCH] CS-15122. Provide filter support for ec2-describe- > availability-zones. Component: awsapi. >

[PATCH] CS-15122. Provide filter support for ec2-describe-availability-zones. Component: awsapi.

2012-06-04 Thread Likitha Shetty
Signed-off-by: Likitha Shetty --- .../cloud/bridge/service/EC2SoapServiceImpl.java | 30 ++ .../core/ec2/EC2AvailabilityZonesFilterSet.java| 99 .../core/ec2/EC2DescribeAvailabilityZones.java | 10 ++ .../cloud/bridge/service/core/ec2/EC2Engine.java |

[PATCH] CS-14345 Logout API is not returning XML header Description: The logout API is not returning the standard XML header and the CloudStack version.

2012-06-04 Thread Deepti Dohare
Signed-off-by: Deepti Dohare --- server/src/com/cloud/api/ApiServlet.java |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/server/src/com/cloud/api/ApiServlet.java b/server/src/com/cloud/api/ApiServlet.java index b7b7fff..ba4856e 100755 --- a/server/src/com/cloud/a

RE: making VM startup more fine-grained

2012-06-04 Thread Alex Huang
Volumes can outlive VMs but nics cannot. I like your idea in the other email. Break the StartCommand into two commands, a ConstructCommand and a StartCommand. That makes sense to me and would resolve this problem. I think createVif and addVif support will depend on the hypervisor capabilit