How to modify cloudstack ui

2013-09-12 Thread 黑洞
I want to modify cloudstack ui version 4.1, how to run from the source cloustack ui works 云计算基础架构师 Github:https://github.com/heidsoftWeibo: http://weibo.com/liuganbin 研究方向:云计算(云安全)、大数据(数据处理分析) 主要学习: Linux / C / C++ / JAVA Email:heids...@sina.com Tell:18601706743 某云计算公司

Re: [DISCUSS] Gearing up for an official CloudMonkey independent release

2013-09-12 Thread Chip Childers
On Tue, Aug 27, 2013 at 01:42:04PM +0530, Rohit Yadav wrote: > On Mon, Aug 26, 2013 at 10:57 PM, Chip Childers > wrote: > > Hi all, > > > > I'm looking at what it's going to take to get CloudMonkey out as an > > official release. > > Thanks Chip for taking this further. > > > Here's what I beli

win7+cygwin+cloudstack having a problem

2013-09-12 Thread 黑洞
I am according to the github cloudstack source code for INSTANL.md 1、cygwin is goode 2、database is goode 3、mvn -pl :cloud-client-ui jetty:run exception detail: lassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy ERROR [web.context.ContextLoader] (main:) Context initia

Re: Problem with cloud.storage_pool's used_bytes

2013-09-12 Thread Mike Tutkowski
So, being that I'm new to KVM, I'm wondering if I didn't somehow do this to myself by not restoring from a snapshot when I created a new CloudStack environment (I cleaned out the CS DB, but did not start over from a clean snapshot of my KVM host). It says my KVM local storage for CloudStack is her

Problem with cloud.storage_pool's used_bytes

2013-09-12 Thread Mike Tutkowski
Hi, I just set up a single zone with one KVM host using master. My CPVM and SSVM are up and running nicely. When I look at the storage_pool table, however, I'm concerned with what I see for the used_bytes field: 18,218,356,736 (below). This seems way too large (almost consuming all of the local

RE: plain text authenticator

2013-09-12 Thread Frank Zhang
Are all authentication plugins loaded by default and working in an authentication chain? Otherwise why should we keep the hash type in DB? > -Original Message- > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Thursday, September 12, 2013 9:56 AM > To: dev@cloudstack.ap

[CANCELLED] [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-12 Thread Animesh Chaturvedi
I am cancelling the fourth VOTE which was already approved because of later discovery of 4.1.1 to 4.2 upgrade path not working [1]. The fix is available and is being tested. I will start another VOTE round later today or tomorrow morning. I will also pick the CLVM fix [1] https://issues.apa

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
Here is a relevant link: https://cwiki.apache.org/CLOUDSTACK/using-eclipse-with-cloudstack.html The part at the bottom: Remote Debugging You can use Eclipse to attach to the Management Server and debug CloudStack. You setup a Remote Debug Session (Run > Debug Configuration), connect to Port 878

Q's about UserAuthenticators and getName()

2013-09-12 Thread Darren Shepherd
DefaultUserAuthenticator masks the _name variable in ComponentLifecycleBase effectively making it so that no UserAuthenticator gets the default name of getClass().getSimpleName(). Then each authenticator, except LDAP, does something like if (name == null) { name = "MD5"; } So instead of the

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
I prefer #3, as well. On Thu, Sep 12, 2013 at 10:09 AM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > #3 works best, I think > > On 9/12/13 2:19 AM, "Punith s" wrote: > > >hi folks, > > > >i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full > >sandbox mode* , > >

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Chiradeep Vittal
#3 works best, I think On 9/12/13 2:19 AM, "Punith s" wrote: >hi folks, > >i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full >sandbox mode* , > >devcloud allows following modes , >*1.full sandbox mode - *build and deploy inside devcloud >*2.deployment mode - *build code in

Re: plain text authenticator

2013-09-12 Thread Alena Prokharchyk
Don't authenticators work as plugins in cloudstack with plain text authenticator as default? I think we should leave it for the customer to decide whether he wants to disable or keep the authenticator. If he decided to get rid of it, then steps mentioned by Vijay should be executed (update existing

Re: Writing Data driven tests in Marvin

2013-09-12 Thread Chiradeep Vittal
+1 for DRYness On 9/12/13 7:41 AM, "Sowmya Krishnan" wrote: >Data driven tests [1] help in generating more tests with less code. >Useful for cases where we have lot of similar tests to be carried out >with different configurations (run same tests with different network >offerings for example) >

Re: [DISCUSS] Gearing up for an official CloudMonkey independent release

2013-09-12 Thread Chip Childers
On Mon, Aug 26, 2013 at 01:27:43PM -0400, Chip Childers wrote: > Hi all, > > I'm looking at what it's going to take to get CloudMonkey out as an > official release. Here's what I believe needs to be done: > > 1) Legal doc check (I think we're good here, since I just added the > NOTICE file) Don

Re: Question about CentOS 5.5(64-bit) no GUI (KVM)

2013-09-12 Thread Mike Tutkowski
You know, it turned out to be a networking problem, but thanks! :) On Tue, Sep 10, 2013 at 11:14 PM, Harikrishna Patnala < harikrishna.patn...@citrix.com> wrote: > Hi, > Have you set the global parameter secstorage.allowed.internal.sites ? > > > On 11-Sep-2013, at 10:34 AM, Mike Tutkowski > wro

RE: Creating an instance with ssh key pair

2013-09-12 Thread Sangeetha Hariharan
To deploy Vm using ssh key pairs you will need to use a template that has SSH Key Gen Scripts in it. Only then you will be able to ssh into the instance using ssh key. -Thanks Sangeetha -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: Thursday, Septe

Re: Java process not running in KVM SSVM

2013-09-12 Thread Mike Tutkowski
The good news, however, is that the GUI now reports my SSVM's VM and Agent states as both Up (as opposed to yesterday where it was showing a dash for the SSVM's Agent state). On Thu, Sep 12, 2013 at 2:28 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > OK, I fixed the script and check

Re: Java process not running in KVM SSVM

2013-09-12 Thread Mike Tutkowski
OK, I fixed the script and checked it into master. I rebuilt master, then redeployed my .debs. This time I see the following exception in the same script: http://i.imgur.com/8Vi2KU3.png On Wed, Sep 11, 2013 at 11:42 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Sure, I can fix t

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

2013-09-12 Thread suresh sadhu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13701/#review26061 --- test/integration/component/test_haproxy.py

Re: plain text authenticator

2013-09-12 Thread Vijayendra Bhamidipati
Good catch Darren - the plain text authenticator was only preserved to support older clients that still hashed their passwords to md5. Indeed, storing the hash type would be required so only the appropriate authenticator would be invoked. However, we need to ensure that upgrades are correctly handl

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
If you want to debug remotely, run the CloudStack Management Server with an environment variable such as the following: MAVEN_OPTS=-XX:MaxPermSize=512m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n Then in Eclipse, go to Debug Configurations and create a new Remo

Re: 4.2 release available in repo?

2013-09-12 Thread Chip Childers
Not yet. We have a newly found upgrade issue that will cause a re-spin of the RC and a new vote. On Thu, Sep 12, 2013 at 12:13 PM, Jason Pavao wrote: > Just checking on the current status of 4.2 release and if it's been made > available on the repo site. > Thanks. > -jason > >

Missing dependency not listed in docs for 4.1.1

2013-09-12 Thread Tony Stevenson
Aloha, I'm just following - http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/pdf/Installation_Guide/Apache_CloudStack-4.1.1-Installation_Guide-en-US.pdf to install CS for the first time on Ubuntu 12.0.4. All has gone well, aside from the docs have missed on dependency. You just n

RE: Security Groups

2013-09-12 Thread Michael Phillips
So that is definitely going to be the issue. I missed that in the 8.2.7 section of the install guide. > From: sangeetha.hariha...@citrix.com > To: dev@cloudstack.apache.org > Subject: RE: Security Groups > Date: Thu, 12 Sep 2013 17:19:16 + > > If you are using Xenserver hosts , can you make

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
I should have been a bit more specific. Once you do what I wrote in my previous e-mail, then run your management server. Then run your Remote Java Application and set breakpoints. On Thu, Sep 12, 2013 at 12:27 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > If you want to debug rem

Thank you....

2013-09-12 Thread Michael Phillips
Just wanted to say thank you to everyone over the past couple weeks for answering all of the questions I have had. I am a cloudstack convert from vmware, so it has taken me a bit of time getting used to everything in cloudstack. Also good work on cloudstack to date!

RE: Security Groups

2013-09-12 Thread Sangeetha Hariharan
If you are using Xenserver hosts , can you make sure you have the CSP packages installed? -Thanks Sangeetha -Original Message- From: Michael Phillips [mailto:mphilli7...@hotmail.com] Sent: Thursday, September 12, 2013 9:33 AM To: dev@cloudstack.apache.org Subject: Security Groups I pos

RE: Writing Data driven tests in Marvin

2013-09-12 Thread Sowmya Krishnan
And the diff is here: https://github.com/ksowmya/cloudstack-1/commit/9c141570bd6d1f6783f0d7a8a986d46523895988 > -Original Message- > From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] > Sent: Thursday, September 12, 2013 8:11 PM > To: dev@cloudstack.apache.org > Subject: Writing D

plain text authenticator

2013-09-12 Thread Darren Shepherd
So if you set your password as blah and it gets hashed to xyz and stored in the users table. Because of the plain text authenticator, you can use that hashed value as your password now. So specifically the below will work. http://localhost:8080/client/api?command=login&username=user&password

Re: Marvin tests for VPC - why create VPC offering?

2013-09-12 Thread Alena Prokharchyk
On 9/12/13 10:12 AM, "Rajesh Battala" wrote: >My observations are >1. VPC offering is to tell what are all the services can be available if >you create tiers in the vpc. Correct >2. There should be some default providers for each service.(but currently >its only VpcVR). Or set of providers for

Security Groups

2013-09-12 Thread Michael Phillips
I posed this question in the user list, but I figured I would throw it out here as well...So If I have created a zone with the "DefaultSharedNetworkOfferingWithSGService" network offering, then created a VM using the default security group, which has 0 ingress rules, I should NOT be able to do

4.2 release available in repo?

2013-09-12 Thread Jason Pavao
Just checking on the current status of 4.2 release and if it's been made available on the repo site. Thanks. -jason

Re: Creating an instance with ssh key pair

2013-09-12 Thread Travis Graham
Will this only pull down one key pair or can it pull down many? We have a need to pull in our keys as well as all of our customers keys. If the script can only pull down one, we can make it work, but would be nice to pull down all keys from the project an instance is associated with. Travis On

Re: Quick GUI Question

2013-09-12 Thread Mike Tutkowski
I guess I thought Compute, Network, and Disk Offerings were collectively Service Offerings. It seems like - at some point in the past - Compute Offerings used to be called Service Offerings, but then the term Service Offerings was revamped to include Compute, Network, and Disk Offerings. On Thu,

Writing Data driven tests in Marvin

2013-09-12 Thread Sowmya Krishnan
Data driven tests [1] help in generating more tests with less code. Useful for cases where we have lot of similar tests to be carried out with different configurations (run same tests with different network offerings for example) I've tried this out for VPC tests. We have same set of tests need

RE: Marvin tests for VPC - why create VPC offering?

2013-09-12 Thread Sowmya Krishnan
> -Original Message- > From: Prasanna Santhanam [mailto:t...@apache.org] > Sent: Thursday, September 12, 2013 11:55 AM > To: dev@cloudstack.apache.org > Cc: Rajesh Battala; Venkata SwamyBabu Budumuru > Subject: Re: Marvin tests for VPC - why create VPC offering? > > See inline, there seem

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

2013-09-12 Thread Ron Wheeler
See you there. If anyone has issues to add to the JIRA for documentation, please add them now. Ron On 11/09/2013 9:23 PM, Animesh Chaturvedi wrote: I have set up a GTM with Ron tomorrow 10 AM PST. Anyone else interested is welcome to join, GTM details are provided below 1. Please join

Re: Review Request 13559: Automation: Portable IP test cases

2013-09-12 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13559/ --- (Updated Sept. 12, 2013, 5:44 p.m.) Review request for cloudstack, Murali Reddy

Creating an instance with ssh key pair

2013-09-12 Thread Gaurav Aradhye
Hello all, If I create an instance providing ssh key pair while creation, and using a "normal template" from the cloudstack setup, then will the SSH to vm using the keyPairFlieLocation always work? Or the template which I am using for creating the instance has to be supporting SSH keys? as explai

Re: Review Request 14079: marvin tests for IP Address reservation within a network

2013-09-12 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14079/ --- (Updated Sept. 12, 2013, 11:13 a.m.) Review request for cloudstack, Saksham Sri

Re: Review Request 11626: Automation: Memory limits tests from Resource Limits Tests

2013-09-12 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/ --- (Updated Sept. 12, 2013, 3:49 p.m.) Review request for cloudstack, sailaja mada

Re: No running ssvm is found, so command will be sent to LocalHostEndPoint

2013-09-12 Thread Punith s
okay , i even restarted my jetty server by killing the jetty process and executing mvn -pl :cloud-client-ui jetty:run after this i get the following exceptions INFO [storage.endpoint.DefaultEndPointSelector] (StatsCollector-3:) No running ssvm is found, so command will be sent to LocalHostEndPo

Re: Review Request 13806: CLOUDSTACK-4407: Use extractTemplate API to get hypervisor specific template information

2013-09-12 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/ --- (Updated Sept. 12, 2013, 9:47 a.m.) Review request for cloudstack, venkata swam

No running ssvm is found, so command will be sent to LocalHostEndPoint

2013-09-12 Thread Punith s
hi folks, i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full sandbox mode* , i followed instructions from this link https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud my MS is up and running , also i ran a python script for deploying a basic zone python ../marvi

Re: Review Request 11626: Automation: Memory limits tests from Resource Limits Tests

2013-09-12 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/ --- (Updated Sept. 12, 2013, 2:53 p.m.) Review request for cloudstack, sailaja mada

Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Punith s
hi folks, i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full sandbox mode* , devcloud allows following modes , *1.full sandbox mode - *build and deploy inside devcloud *2.deployment mode - *build code in localhost and deploying in devcloud *3.host only mode - *using devcloud

Re: Review Request 14079: marvin tests for IP Address reservation within a network

2013-09-12 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14079/ --- (Updated Sept. 12, 2013, 8:05 a.m.) Review request for cloudstack, Saksham Sriv

Re: [PROPOSAL][SIMPLIFY] Future ACS RC testing

2013-09-12 Thread sebgoa
On Sep 11, 2013, at 5:25 PM, "Musayev, Ilya" wrote: > As mentioned on private, I think the reason we have so few responders when it > comes to voting - is because it takes considerable amount of time to build, > test and QA. And if you take voting serious as everyone should, you have to > QA

Re: Quick GUI Question

2013-09-12 Thread Prasanna Santhanam
On Tue, Sep 10, 2013 at 10:58:36PM -0600, Mike Tutkowski wrote: > Hi, > > This is a minor "issue," but I just wanted to see what people thought. > > In the GUI, we have the buttons that line the left side of the display. > > One of them is called "Templates." > > When you click on it, you can s

Re: Review Request 13559: Automation: Portable IP test cases

2013-09-12 Thread Gaurav Aradhye
> On Aug. 27, 2013, 6:02 p.m., venkata swamy babu budumuru wrote: > > test/integration/component/test_portable_ip.py, line 1274 > > > > > > After delete, can you add a check that verifies the portable IP address > >

Re: Review Request 13559: Automation: Portable IP test cases

2013-09-12 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13559/ --- (Updated Sept. 12, 2013, 12:28 p.m.) Review request for cloudstack, Murali Redd