From: Pranav Saxena
---
ui/css/cloudstack3.css |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index bed6fd0..08a6f3d 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -561,7 +561,7 @@ div.list-view div.t
On 06/26/2012 08:40 AM, Wido den Hollander wrote:
On 06/26/2012 03:11 AM, Tomoe Sugihara wrote:
Hi,
I just tried to build debian packages from master branch of ASF repo, but
it was failing because of
obsolete files under "debian" directory.
I was able to build with the patch below. Could someo
On 06/26/2012 03:11 AM, Tomoe Sugihara wrote:
Hi,
I just tried to build debian packages from master branch of ASF repo, but
it was failing because of
obsolete files under "debian" directory.
I was able to build with the patch below. Could someone review this and
hopefully apply it to the master
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5522/#review8577
---
Ship it!
Ship It!
- Alena Prokharchyk
On June 24, 2012, 6:33 a.m.,
Frank,
One last followup:
On Fri, Jun 22, 2012 at 4:48 PM, Frank Zhang wrote:
> Let's say the host having two nics, one is staying on a high bandwidth
> network that can access primary storage(the nfs share), another is on a
> different network.
> Ideally a route specifying that access to prima
Hi,
I just tried to build debian packages from master branch of ASF repo, but
it was failing because of
obsolete files under "debian" directory.
I was able to build with the patch below. Could someone review this and
hopefully apply it to the master?
Cheers,
Tomoe
--
diff --git
http://wiki.cloudstack.org/display/DesignDocs/Adding+support+to+your+PXE+provisioning+software+in+CloudStack+Baremetal
a brief introduction for integrating your PXE provisioning software into
CloudStack baremetal
> -Original Message-
> From: Frank Zhang [mailto:frank.zh...@citrix.com]
>
Hi Rajesh,
Thanks for following up on this.
>Are you on the latest HEAD?. Please do a git pull, clean build . if the
problem is still there please >send the log.
Yes I've been on the HEAD and I have the patch, but I'm seeing this:
Status: Failed to install: x != java.lang.String
in the CentOS
Yes. I am asking why we need it. The python part written by myself has no
dependency on it.
Most of our python script doing simple things rarely needs to depend on
non-default libraries, so I wonder if we can remove that piece of code.
> -Original Message-
> From: Kevin Kluge [mailto:kev
On Mon, Jun 25, 2012 at 6:35 PM, Frank Zhang wrote:
> Edison, do you know that?
> I am not seeing which part of script inevitably relaying on paramiko
Marvin uses paramiko
cloud-update-xenserver-licenses does as well as tools/migration/upgrade.py
Are we really saying that python-paramiko is a s
Hi folks,
It's been about a week since Review Board was stood up.
Anyone have any comments?
I have a couple - first compared to gerrit, ReviewBoard def lacks a
few features, though it's virtually zero effort for us to maintain. I
think it does provide a nice centralized place to look for patches
There's some detail on this at
http://confluence.cloudstack.org/display/dev/Moving+dependencies+to+ASF+approved+licenses.
> -Original Message-
> From: Frank Zhang [mailto:frank.zh...@citrix.com]
> Sent: Monday, June 25, 2012 3:36 PM
> To: cloudstack-dev@incubator.apache.org
> Subject: R
Edison, do you know that?
I am not seeing which part of script inevitably relaying on paramiko
> -Original Message-
> From: Robert Schweikert [mailto:rjsch...@suse.com]
> Sent: Monday, June 25, 2012 3:11 PM
> To: cloudstack-dev@incubator.apache.org
> Subject: Dependency question
>
> Hi,
Hi,
The spec file in the source tree (cloud.spec) lists python-paramiko as
adependency (Requires) for the cloud-client. Grepping for paramiko in
the python code shows a number of files that use this module.
According to the project home page the code is released under LGPL. I
think this is c
Hey Olga,
Now that we have a review board up and running, would you mind posting any
patch requests there? The URL is https://reviews.apache.org/, just assign
me or jessica as the reviewer. You don't have to submit requests for
anything we already merged into master.
Easier for us to track that w
That is a good idea too, I agree.
Also keep in mind that it will require a fair bit of UI testing too, since
this would affect numerous dialog boxes and forms throughout the UI.
-Brian
On 6/25/12 1:04 PM, "Pranav Saxena" wrote:
>Hi Olga ,
>
>I reviewed your code for the following bug which you
Hi Olga ,
I reviewed your code for the following bug which you raised -
http://bugs.cloudstack.org/browse/CS-15292 . This looks like a more modular
improvement in displaying the OS types as split categories. Your patch looks
good however since the backend API command hasn't been implemented for
Copyright headers on some Java source were broken from automated
header update. Removed broken lines.
Signed-off-by: John Kinsella
---
.../com/xensource/xenapi/APIVersion.java |5 -
deps/XenServerJava/com/xensource/xenapi/Auth.java |5 -
deps/XenServerJava/com/xensour
Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://cloudstack.apache.org/cloudstack%2Findex.mdtext
Index: /trunk/content/cloudstack/index.mdtext
===
--- /trunk/content/cloudstack/index.
How about this tool http://checkstyle.sourceforge.net/
This tool can be used as plugin in many editors.
> -Original Message-
> From: Sheng Yang [mailto:sh...@yasker.org]
> Sent: Tuesday, June 26, 2012 12:07 AM
> To: cloudstack-dev@incubator.apache.org
> Subject: Re: Coding conventions, s
> On 06/25/2012 02:25 PM, David Nalley wrote:
> > On Mon, Jun 25, 2012 at 2:02 PM, Frank Zhang
> wrote:
> >> You may have known CloudStack has baremetal support in 2.2.14, let's call
> it baremetal1.
> >> Baremetal1 uses PING(Partimage Is Not Ghost) to do image provisioning,
> now I am working on
On 06/25/2012 02:25 PM, David Nalley wrote:
On Mon, Jun 25, 2012 at 2:02 PM, Frank Zhang wrote:
You may have known CloudStack has baremetal support in 2.2.14, let's call it
baremetal1.
Baremetal1 uses PING(Partimage Is Not Ghost) to do image provisioning, now I am
working on designing baremet
This looks good. I'll get it into ASF master.
Thanks, Brian
On 6/25/12 12:57 AM, "Pranav Saxena" wrote:
>From: Pranav Saxena
>
>---
> ui/css/cloudstack3-ie7.css |2 +-
> ui/css/cloudstack3.css |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/ui/css/cloudstack
Most provisioning tool has this problem, the tiny Linux kernel.
Now the PING is not maintained in CloudStack repo, I built a RPM for it based
on its latest release. However, the RPM itself is delivered as a dependency in
our installation tarball.
How do these projects handle its license? are they
On Sat, Jun 23, 2012 at 8:45 AM, Deepak Garg wrote:
>
>
> -Original Message-
> From: David Nalley [mailto:da...@gnsa.us]
> Sent: Saturday, June 23, 2012 1:27 AM
> To: cloudstack-dev@incubator.apache.org
> Subject: Re: Coding conventions, spaces and tabs
>
> On Fri, Jun 22, 2012 at 3:51 PM,
On Mon, Jun 25, 2012 at 2:02 PM, Frank Zhang wrote:
> You may have known CloudStack has baremetal support in 2.2.14, let's call it
> baremetal1.
> Baremetal1 uses PING(Partimage Is Not Ghost) to do image provisioning, now I
> am working on designing baremetal2 which would support kickstart insta
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5553/
---
Review request for cloudstack.
Description
---
Fix for CS-15350 (http://bug
Thomas,
To add SSH viewer, a few things need to keep in mind
1) CloudStack UI is purely running inside a browser, browser sandbox would
prevent it from launching external applications
2) CloudStack UI may also be running across multiple platforms (Windows, linux,
Mac OS), each platform has its o
With NFS, XenServer can do thin provisioning in the VHD files.
With iSCSI (and without StorageLink), XenServer assumes the storage device does
the thin provisioning.
-kevin
> -Original Message-
> From: Diego Spinola Castro [mailto:spinolacas...@gmail.com]
> Sent: Friday, June 22, 2012
I'll write something up, and let you know the wiki page location once I'm
done.
-Alena.
On 6/25/12 4:23 AM, "Deepak Garg" wrote:
>
>
>-Original Message-
>From: Prasanna Santhanam [mailto:prasanna.santha...@citrix.com]
>Sent: Monday, June 25, 2012 1:45 PM
>To: cloudstack-dev@incubator.a
Kimi, create a ticket for INFRA at http://issues.apache.org. following the
convention with cn this would create cloudstack-users...@incubator.apache.org.
-kevin
> -Original Message-
> From: Kimihiko Kitase [mailto:kimihiko.kit...@citrix.co.jp]
> Sent: Sunday, June 24, 2012 9:15 PM
>
Hello,
I tried to install CS 2.2.14. It seemed that everything was okay, however, when
I tried to log in as admin on the client UI, it showed that 'Your
username/password does not match our records.'.
Please take a look at http://116.255.207.15:8080/client/ .
user: admin
password:ungeo123,
do
Hello Matt,
For your security, never post your servers credentials on any mailing list
you can post the logs and we can help you based on the log events,
so go ahead and change your credentials now .
Thanks
On 06/25/2012 11:52 AM, Matt Wang wrote:
> Hello,
>
> I tried to install CS 2.2.14. It s
Hello,
I tried to install CS 2.2.14. It seemed that everything was okay, however, when
I tried to log in as admin on the client UI, it showed that 'Your
username/password does not match our records.' as the attached shows.
Cloud you please help me address the issue?
server details:
ip:116.255.
On Sun, Jun 24, 2012 at 3:46 PM, Lu Heng wrote:
> Hi
>
> It tooks me quite some time to find out how to change the host URL of
> the cloudstack, in which it end up a very simple solution, add
> following lines to the httpd.conf:
> ProxyPass / http://localhost:8080/client/
> ProxyPassReverse / http
list after creating.
---
ui/scripts/instances.js | 15 ++-
ui/scripts/sharedFunctions.js |9 -
ui/scripts/ui/widgets/listView.js | 12 +++-
3 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/ui/scripts/instances.js b/ui/scripts/instan
-Original Message-
From: Prasanna Santhanam [mailto:prasanna.santha...@citrix.com]
Sent: Monday, June 25, 2012 1:45 PM
To: cloudstack-dev@incubator.apache.org
Cc: Radhika Nair
Subject: Re: CloudStack API question
On Fri, Jun 22, 2012 at 05:20:45PM -0400, Jessica Tomechak wrote:
> Thanks
Yes, I am able to post the review till last Friday but today I am unable to do
the same.
There is an open ticket for them to debug
https://issues.apache.org/jira/browse/INFRA-4945
Thanks,
Pradeep.S
-Original Message-
From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
Sent: Monday,
Hi Ram,
Yes I am able to login through the UI (credentials are correct) . Also I
observed when I try to visit this URL -
https://reviews.apache.org/account/login , it is able to direct to the correct
page but for https://reviews.apache.org/api/json/accounts/login , it says the
page does not e
On Fri, Jun 22, 2012 at 05:20:45PM -0400, Jessica Tomechak wrote:
> Thanks to Amit for raising these API questions. I have noted the answers in
> in the documentation bug http://bugs.cloudstack.org/browse/CS-12742, "API
> docs: Better describe parameters." I filed this bug myself last January.
> I'
From: Pranav Saxena
---
ui/css/cloudstack3-ie7.css |2 +-
ui/css/cloudstack3.css |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css
index f4f7ed7..5012daa 100644
--- a/ui/css/cloudstack3-ie7.css
+++ b/ui/css/c
41 matches
Mail list logo