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/
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
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
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
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
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
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
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
>
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
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
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
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'
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
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
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
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
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
> -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
> -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
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
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
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:
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
> > * 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
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
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
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
> -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
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
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
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
>
> I'll start by claiming the UI directory.
>
UI is now done, I am going to take the usage directory next.
--David
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
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
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 |
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
> -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.
>
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 |
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
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
40 matches
Mail list logo