RE: plain text authenticator

2013-09-13 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:

Problem with cloud.storage_pool's used_bytes

2013-09-13 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: Problem with cloud.storage_pool's used_bytes

2013-09-13 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

win7+cygwin+cloudstack having a problem

2013-09-13 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

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

2013-09-13 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 chip.child...@sungard.com 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

How to modify cloudstack ui

2013-09-13 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: Review Request 13701: Automation Tests for HA Proxy Stickiness

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

cloudstack source code in build dir

2013-09-13 Thread 黑洞
The replace.properties file What is the role 云计算基础架构师 Github:https://github.com/heidsoftWeibo: http://weibo.com/liuganbin 研究方向:云计算(云安全)、大数据(数据处理分析) 主要学习: Linux / C / C++ / JAVA Email:heids...@sina.com Tell:18601706743 某云计算公司 Jake.liu@heidsoft黑洞 云计算系统架构师

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

2013-09-13 Thread Rajesh Battala
My observations are 1. VPC offering is to tell what are all the services can be available if you create tiers in the vpc. 2. There should be some default providers for each service.(but currently its only VpcVR). Or set of providers for each service it can provider. When vpc_network_offering is

Re: Review Request 14084: Updates to @ActionEvent to be compatible with Spring AOP

2013-09-13 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14084/#review26056 --- Darren, I saw you added the annotation for group of events and

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

2013-09-13 Thread Sowmya Krishnan
But we don't have an option to choose these service providers with createVPCOffering. It's always VPC VR. If let's say, I want to create a VPC Offering with LB as NS and say, the following services only: DNS, DHCP and SourceNat - it isn't possible.. However this mapping *is* being done

RE: plain text authenticator

2013-09-13 Thread Rajesh Battala
It's not a good idea to iterate on all authenticators, if the real authenticator fails for some reason( if it's not able to handle some exception properly) it will continue on invalid authenticators and may result in wrong value/result. Thanks Rajesh Battala -Original Message-

Re: plain text authenticator

2013-09-13 Thread Ian Duffy
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 Couldn't agree more with this! Going through each authenticator until a successful result is

RE: Creating an instance with ssh key pair

2013-09-13 Thread Sanjeev Neelarapu
Hi Gaurav, SSH to vm using keyPairFileLocation is template dependent .ie. template must have the script as mentioned in the doc. Thanks, Sanjeev -Original Message- From: Gaurav Aradhye [mailto:gaurav.arad...@clogeny.com] Sent: Thursday, September 12, 2013 5:30 PM To:

Re: listAccounts filter by name

2013-09-13 Thread Ian Duffy
Went and looked at the source. Due to same account names across different domains a domain id must be specified before it will filter by name. On 13 September 2013 06:16, Ian Duffy i...@ianduffy.ie wrote: Hi, Does the given scenario reflect expected functionality? I am an admin user I

what wrong? start cloudstack

2013-09-13 Thread 黑洞
when I execut mvn -pl :cloud-client-ui jetty:run hava follow exception: ERROR [web.context.ContextLoader] (main:) Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'niciraNvpDaoImpl' defined in class path resource

Re: Missing dependency not listed in docs for 4.1.1

2013-09-13 Thread Prasanna Santhanam
On Thu, Sep 12, 2013 at 05:59:00PM +0100, Tony Stevenson wrote: 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

Re: Q's about UserAuthenticators and getName()

2013-09-13 Thread Ian Duffy
So my problem is that LDAP currently has a null name on getName(). So which should I do? Add Go ahead and add it. I missed that override in error.

run cloustack have a exeception

2013-09-13 Thread 黑洞
INFO [utils.component.ComponentContext] (Timer-2:) Configuring com.cloud.server.ConfigurationServerImpl_EnhancerByCloudStack_e2a1f0b0 INFO [cloud.server.ConfigurationServerImpl] (Timer-2:) Processing updateSSLKeyStore INFO [cloud.server.ConfigurationServerImpl] (Timer-2:) SSL keystore

createVPCOffering (Was:RE: Marvin tests for VPC - why create VPC offering?)

2013-09-13 Thread Sowmya Krishnan
But we don't have an option to choose service providers with createVPCOffering. It's always VPC VR for all services. If let's say, I want to create a VPC Offering with LB as Netscaler and say, the following services only: DNS, DHCP and SourceNat - it isn't possible from the API.. However this

Re: Problem with cloud.storage_pool's used_bytes

2013-09-13 Thread Wei ZHOU
Mike, it is already fixed in master and 4.2-forward branch. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=7bff499bd3625f8a75a1c93cb9e3e2c90955df5e 2013/9/13 Mike Tutkowski mike.tutkow...@solidfire.com Hi, I just set up a single zone with one KVM host using master. My

Re: Problem with cloud.storage_pool's used_bytes

2013-09-13 Thread Wei ZHOU
sorry, the url is https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=5c141a46fc3f684fd633d8b1b18f708bcff4 2013/9/13 Wei ZHOU ustcweiz...@gmail.com Mike, it is already fixed in master and 4.2-forward branch.

Review Request 14119: Default null value in ConfigKey results in NPE on second start

2013-09-13 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14119/ --- Review request for cloudstack and Alex Huang. Repository: cloudstack-git

RE: Volunteers to Complete the 4.2 Release Notes

2013-09-13 Thread Radhika Puthiyetath
Who is volunteering to provide the list of Fixed issues for the RN? -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Wednesday, August 28, 2013 4:40 AM To: dev@cloudstack.apache.org; us...@cloudstack.apache.org Subject: RE: Volunteers to Complete

ConfigDepot and null values and defaults

2013-09-13 Thread Darren Shepherd
If you have a configuration that the value is null and not dynamic, it still hits the database on every read. I'm thinking that's really not intentional. Additionally, if I have a key that is default value is 5, then I later change the default to 10. If the user never changed or set the

com.cloud.ha.RecreatableFencer used?

2013-09-13 Thread Darren Shepherd
com.cloud.ha.RecreatableFencer is registered in applicationContext.xml but never in a componentContext.xml. So it appears that fencer is never used. Is there a specific reason for this? Darren

Re: Security Groups

2013-09-13 Thread Jayapal Reddy Uradi
Hi, Can you please share your security group rules 'iptables -L -nv' output in pastebin So that see why it is happening. Thanks, Jayapal On 13-Sep-2013, at 9:25 AM, Jijun jiju...@gmail.com wrote: hi , i encounter the same problem, as i know, XenServer 6.2 need not the CSP. but the

RE: win7+cygwin+cloudstack having a problem

2013-09-13 Thread Donal Lafferty
Build problem? Let me explain: Bean definitions cross reference .class files, e.g. Administrator@cc-svr10 ~/github/cifs $ grep -R iciraNvpDaoImpl * --include=*.xml.in cloudstack/client/tomcatconf/componentContext.xml.in: bean id=niciraNvpDaoImpl class=com.cloud.network.dao.NiciraNvpDaoImpl /

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

2013-09-13 Thread sailaja mada
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11626/#review26076 --- Ship it! Ship It! - sailaja mada On Sept. 12, 2013, 10:19 a.m.,

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

2013-09-13 Thread Punith s
hi guys , thanks a lot for the info , you guys are right , now i'm using #*3.host only mode *in devcloud2 , and i'm able to debug the MS from eclipse seamlessly in my localhost. and mike if you have such problems then you can try *full sandbox mode *in devcloud2 and connect to it remotely from

Review Request 14124: CLOUDSTACK-4622 : If a VM from guest network is added to network tier of VPC then IP reservation allows the CIDR to be a superset of Network CIDR for that VPC tier

2013-09-13 Thread Saksham Srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14124/ --- Review request for cloudstack and Sateesh Chodapuneedi. Bugs: CLOUDSTACK-4622

Re: Review Request 14084: Updates to @ActionEvent to be compatible with Spring AOP

2013-09-13 Thread Darren Shepherd
On Sept. 12, 2013, 5:28 p.m., Kelven Yang wrote: Darren, I saw you added the annotation for group of events and annotated in various places, is there any test done for the business logic validation? I added an annotation @ActionEvents and its used in only one place and that is on

Re: Creating an instance with ssh key pair

2013-09-13 Thread Gaurav Aradhye
Thanks Sangeetha. That was helpful. Regards, Gaurav On Thu, Sep 12, 2013 at 9:25 PM, Sangeetha Hariharan sangeetha.hariha...@citrix.com wrote: 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

Re: Q's about UserAuthenticators and getName()

2013-09-13 Thread Darren Shepherd
On 09/13/2013 03:48 AM, Abhinandan Prateek wrote: The code already has the name set to ³LDAP² in 4.2. What branch are you on ? Will also prefer if we can use getClass().getSimpleName() to get the classname, but we should check the possibility of the adapter classnames getting enhanced by

Re: createVPCOffering (Was:RE: Marvin tests for VPC - why create VPC offering?)

2013-09-13 Thread Alena Prokharchyk
On 9/12/13 11:39 PM, Sowmya Krishnan sowmya.krish...@citrix.com wrote: But we don't have an option to choose service providers with createVPCOffering. It's always VPC VR for all services. If let's say, I want to create a VPC Offering with LB as Netscaler and say, the following services only: DNS,

RE: run cloustack have a exeception

2013-09-13 Thread Alex Huang
This is a known error on windows. CloudStack tries to generate a key store but on windows, it is not possible. For windows, before launching CloudStack, I always have to manually change the developer to false in order to have it run. You'll still see this error but it would be meaningless.

test - please ignore

2013-09-13 Thread Donal Lafferty
Problems replying to this newsgroup... testing that I can post :(

Re: run cloustack have a exeception

2013-09-13 Thread Punith s
hey don't use fullsandbox mode in devcloud2, its recommended to use devcloud as only host(hypervisor) switching to this might solve your problem . regards, punith s On Fri, Sep 13, 2013 at 11:48 AM, 黑洞 heids...@sina.com wrote: INFO [utils.component.ComponentContext] (Timer-2:)

[Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Donal Lafferty
IIRC, OpenStack puts userdata for Hyper-V guest VMs on a separate volume. The guest can mount the volume and extract the data. However, I suggest we use Hyper-V's KVP Data Exchange mechanism instead. Doing so keeps volume management and passing userdata cleanly separated. Feature Spec at

RE: what wrong? start cloudstack

2013-09-13 Thread Alex Huang
Are you still getting this error? This is because niciria plugin was not compile somehow. How did you compile your cloudstack? --Alex -Original Message- From: 黑洞 [mailto:heids...@sina.com] Sent: Thursday, September 12, 2013 10:48 PM To: dev Subject: what wrong? start cloudstack

Re: Q's about UserAuthenticators and getName()

2013-09-13 Thread Ian Duffy
Great. Applied it. You can mark it as submitted. On 13 September 2013 16:10, Darren Shepherd darren.s.sheph...@gmail.comwrote: On 09/12/2013 10:56 PM, Ian Duffy wrote: So my problem is that LDAP currently has a null name on getName(). So which should I do? Add Go ahead and add it. I

Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Darren Shepherd
On 09/13/2013 08:51 AM, Donal Lafferty wrote: IIRC, OpenStack puts userdata for Hyper-V guest VMs on a separate volume. The guest can mount the volume and extract the data. However, I suggest we use Hyper-V's KVP Data Exchange mechanism instead. Doing so keeps volume management and passing

Review Request 14126: Return name for getName() on LdapAuthenticator

2013-09-13 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14126/ --- Review request for cloudstack and Donal Lafferty. Repository: cloudstack-git

Re: Review Request 14126: Return name for getName() on LdapAuthenticator

2013-09-13 Thread Ian Duffy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14126/#review26081 --- Ship it! Ship It! - Ian Duffy On Sept. 13, 2013, 3:06 p.m.,

RE: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Rajesh Battala
Hi Darren, To bring up the system vm's on the hyperv host we need to pass the boot args from host to the systemvm's. To pass the data from hyperv host to systemvm guest we need this method. Thanks Rajesh Battala -Original Message- From: Darren Shepherd

Re: Problem with cloud.storage_pool's used_bytes

2013-09-13 Thread Mike Tutkowski
Thanks, Wei I assume this is also present in 4.2? If not, it seems like a serious problem. On Fri, Sep 13, 2013 at 12:45 AM, Wei ZHOU ustcweiz...@gmail.com wrote: sorry, the url is https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=5c141a46fc3f684fd633d8b1b18f708bcff4

Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Darren Shepherd
On 09/13/2013 10:25 AM, Rajesh Battala wrote: To bring up the system vm's on the hyperv host we need to pass the boot args from host to the systemvm's. To pass the data from hyperv host to systemvm guest we need this method. Oh maybe I'm getting terminology mixed up. When you say userdata

Re: Creating an instance with ssh key pair

2013-09-13 Thread Harikrishna Patnala
SSH script pulls only the ssh public key that is associated with the vm instance. There is an API to reset the SSH key pair associated to the VM. This is will associate new ssh key pair to the vm and on reboot of vm this ssh script gets the new ssh public key into the VM. If you can modify the

RE: win7+cygwin+cloudstack having a problem

2013-09-13 Thread Donal Lafferty
Build problem? Let me explain: Bean definitions cross reference .class files, e.g. Administrator@cc-svr10 ~/github/cifs $ grep -R iciraNvpDaoImpl * --include=*.xml.in cloudstack/client/tomcatconf/componentContext.xml.in: bean id=niciraNvpDaoImpl class=com.cloud.network.dao.NiciraNvpDaoImpl /

Re: www.cloudstack.org not resolving

2013-09-13 Thread Marty Sweet
Hi Guys, Those nameservers are GoDaddy's, have we moved away from them? They are responding with SERVFAIL for any cloudstack.org lookup. Marty On Fri, Sep 13, 2013 at 6:02 PM, Tracy Phillips tracp...@mantoso.comwrote: Matt, Probably the contact listed in the whois Domain

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

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

Re: Security Groups

2013-09-13 Thread Lynch, Gerard
By default XenServer (6.x) disables iptable/arptable checking over bridges in /etc/sysctl.conf - you'll need to ensure those are enabled. net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-arptables = 1 On 13/09/2013 04:55, Jijun

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

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

Re: Q's about UserAuthenticators and getName()

2013-09-13 Thread Abhinandan Prateek
The code already has the name set to ³LDAP² in 4.2. What branch are you on ? Will also prefer if we can use getClass().getSimpleName() to get the classname, but we should check the possibility of the adapter classnames getting enhanced by underlying framework. On 13/09/13 4:41 am, Darren

Re: Build server was down?

2013-09-13 Thread Marty Sweet
Hi, This is due to DNS issues with cloudstack.org. We will continue to discuss this matter in the subject 'www.cloudstack.org not resolving'. Thanks, Marty On Fri, Sep 13, 2013 at 6:03 PM, Chip Childers chip.child...@sungard.comwrote: Use Jenkins.buildacloud.org Sent from my iPhone On

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

2013-09-13 Thread Mike Tutkowski
Yeah, remote debugging in Eclipse - whether the process I connect to is in a different VM, same VM, or on a different physical machine - usually works. Not sure what was going on yesterday and I haven't tried it yet today. On Fri, Sep 13, 2013 at 4:32 AM, Punith s punit...@cloudbyte.com wrote:

Re: Review Request 14084: Updates to @ActionEvent to be compatible with Spring AOP

2013-09-13 Thread Darren Shepherd
On Sept. 13, 2013, 6:17 p.m., Kelven Yang wrote: Was this actually committed? - Darren --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14084/#review26086

Advanced Networking Public Network Service Providers

2013-09-13 Thread Soheil Eizadi
In the Advanced Networking use cases you have two physical networks (Public and Guest Networks). What is the reason for the GUI not providing Network Service Provider configuration for the Public Network? Thanks, -Soheil

Re: Review Request 14084: Updates to @ActionEvent to be compatible with Spring AOP

2013-09-13 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14084/#review26086 --- Ship it! - Kelven Yang On Sept. 11, 2013, 5:07 p.m., Darren

Re: www.cloudstack.org not resolving

2013-09-13 Thread Tracy Phillips
Matt, Probably the contact listed in the whois Domain ID:D150572512-LROR Domain Name:CLOUDSTACK.ORG Created On:07-Jan-2008 15:12:00 UTC Last Updated On:12-Sep-2013 11:24:54 UTC Expiration Date:07-Jan-2018 15:12:00 UTC Sponsoring Registrar:Domain.com, LLC (R1915-LROR) Status:TRANSFER PROHIBITED

RE: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Donal Lafferty
-Original Message- From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] Sent: 13 September 2013 17:40 To: dev@cloudstack.apache.org Subject: Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange On 09/13/2013 08:51 AM, Donal Lafferty wrote: IIRC, OpenStack

Re: Build server was down?

2013-09-13 Thread Chip Childers
Use Jenkins.buildacloud.org Sent from my iPhone On Sep 13, 2013, at 12:08 PM, Gavin Lee gavin@gmail.com wrote: Seems http://jenkins.cloudstack.org/ could not be accessed all day. Will someone look on this? -- Gavin

Re: run cloustack have a exeception

2013-09-13 Thread Wei ZHOU
你的运行环境是什么?

VirtualRouter MAC address NULL

2013-09-13 Thread Soheil Eizadi
I have not come across this when testing Basic Networking on 4.2, but on 4.3/master with Advanced Networking I have a call to create the Virtual Router with Mac Address is NULL on call to prepare(). Is this normal? -Soheil 2013-09-13 11:14:22,684 INFO [o.a.c.n.e.InfobloxElement]

Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Darren Shepherd
On 09/13/2013 11:56 AM, Donal Lafferty wrote: Ah, okay, so you're talking about this: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.1/html/Admin_Guide/user-data-and-meta-data.html Okay, that leads me back to my original question. Why is that hypervisor specific? That

Re: www.cloudstack.org not resolving

2013-09-13 Thread Mathias Mullins
David, Who do we need to reach out too? We are in day 3 of outage now? Matt On 9/11/13 9:58 PM, David Nalley da...@gnsa.us wrote: The ASF has taken charge of the domains, but I suspect DNS is lagging a bit. --David On Wed, Sep 11, 2013 at 9:03 PM, Mathias Mullins

RE: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Donal Lafferty
-Original Message- From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] Sent: 13 September 2013 18:35 To: dev@cloudstack.apache.org Subject: Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange On 09/13/2013 10:25 AM, Rajesh Battala wrote: To bring up the

Build server was down?

2013-09-13 Thread Gavin Lee
Seems http://jenkins.cloudstack.org/ could not be accessed all day. Will someone look on this? -- Gavin

ConfigDepot initialization

2013-09-13 Thread Darren Shepherd
ConfigDepot(Admin) really needs to be initialized fully before anything else really. I can move things around to get that to work almost. The problem is with populateConfigurations(). That gets called twice. Once in ConfigurationServerImpl.configure() and

RE: ConfigDepot and null values and defaults

2013-09-13 Thread Alex Huang
-Original Message- From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] Sent: Friday, September 13, 2013 1:10 AM To: dev@cloudstack.apache.org; Alex Huang Subject: ConfigDepot and null values and defaults If you have a configuration that the value is null and not dynamic,

Re: Advanced Networking Public Network Service Providers

2013-09-13 Thread Chiradeep Vittal
What services would you provide on the public network? I see a similar discussion here: http://goo.gl/eESveL On 9/13/13 11:35 AM, Soheil Eizadi seiz...@infoblox.com wrote: In the Advanced Networking use cases you have two physical networks (Public and Guest Networks). What is the reason for the

security around api.log

2013-09-13 Thread Darren Shepherd
I just noticed api.log which seems to log all the API access in a form like 2013-09-13 00:02:09,451 INFO [a.c.c.a.ApiServer] (2011638958@qtp-657397168-0:ctx-81b1e088 ctx-174e4a62) (userId=2 accountId=2 sessionId=7asvmtwoesbc6ia3e4kxtzrl) 127.0.0.1 -- GET

Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Chiradeep Vittal
I believe DL is actually referring to boot args, not user/metadata On 9/13/13 12:41 PM, Darren Shepherd darren.s.sheph...@gmail.com wrote: On 09/13/2013 11:56 AM, Donal Lafferty wrote: Ah, okay, so you're talking about this:

Re: DhcpServiceProvider

2013-09-13 Thread Chiradeep Vittal
Soheil, agree that it needs to moved to NetworkElement and also needs complementary remove() It seems half-thought-out. On 9/13/13 11:31 AM, Soheil Eizadi seiz...@infoblox.com wrote: Posting my questions again... -Soheil From: Soheil Eizadi

RE: what wrong? start cloudstack

2013-09-13 Thread Donal Lafferty
(Apologies if this was sent twice, I am having trouble responding to the message)... I sense a build problem, Let me explain: Bean definitions cross reference .class files, e.g. Administrator@cc-svr10 ~/github/cifs $ grep -R iciraNvpDaoImpl * --include=*.xml.in

Re: Q's about UserAuthenticators and getName()

2013-09-13 Thread Darren Shepherd
On 09/12/2013 10:56 PM, Ian Duffy wrote: So my problem is that LDAP currently has a null name on getName(). So which should I do? Add Go ahead and add it. I missed that override in error. Okay I created https://reviews.apache.org/r/14126/ Darren

Re: win7+cygwin+cloudstack having a problem

2013-09-13 Thread Punith s
are you using a devcloud or a production evironment ?? regards, punith s cloudbyte On Fri, Sep 13, 2013 at 7:08 AM, 黑洞 heids...@sina.com wrote: 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

Re: security around api.log

2013-09-13 Thread Ian Duffy
I haven't tried it yet, but can't I use that info to hijack the session? You can... Create a cookie: (please excuse the full stops as spaces, didn't trust it to render correctly) Key... Value JSESSIONID 7asvmtwoesbc6ia3e4kxtzrl sessionKey

RE: Advanced Networking Public Network Service Providers

2013-09-13 Thread Soheil Eizadi
The main use case is providing DNS for the Public Network, but could also provide DHCP and IP Address Management once we work out the Interface for making External IPAM authoritative for CloudStack. Yes agree, much of the discussion on the thread you attached applies here also, is it more

RE: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange

2013-09-13 Thread Donal Lafferty
Yep. I'll recirculate the proposal next week. DL -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: 13 September 2013 21:16 To: dev@cloudstack.apache.org Subject: Re: [Proposal] Userdata Support for Hyper-V with KVP Data Exchange I believe DL

[VOTE] Apache CloudStack CloudMonkey 5.0.0 (first round)

2013-09-13 Thread Chip Childers
I've created a 5.0.0 release of cloudmonkey, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=shortlog;h=refs/heads/5.0 Commit: 767bfbe084e24d441f1ad73ace183c09f26a276b List of changes:

Adding Domain name to the .header style

2013-09-13 Thread al bell
Is there a list of variables that can be added to the .header style ? As we have a deployment with multiple domains and subdomains, it will be very useful to add this in the header, to the left of the user name. Thanks

Managed storage with KVM

2013-09-13 Thread Mike Tutkowski
Hi, As you may remember, during the 4.2 release I developed a SolidFire (storage) plug-in for CloudStack. This plug-in was invoked by the storage framework at the necessary times so that I could dynamically create and delete volumes on the SolidFire SAN (among other activities). This is

Re: DhcpServiceProvider

2013-09-13 Thread Sheng Yang
In the original implementation, the new dhcp entry would automatically override the old one, so the old entry hasn't been removed explicitly. But still, it would be better to get it done explicitly of course. --Sheng On Fri, Sep 13, 2013 at 1:20 PM, Chiradeep Vittal

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Yes, my guess is that you will need the iscsi initiator utilities installed. There should be standard packages for any distro. Then you'd call an agent storage adaptor to do the initiator login. See the info I sent previously about LibvirtStorageAdaptor.java and libvirt iscsi storage type to see

Re: Apache CloudStack 4.2.0 (fifth round)

2013-09-13 Thread Sheng Yang
+1. --Sheng On Fri, Sep 13, 2013 at 4:12 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: I've created a 4.2.0 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.2

Re: Managed storage with KVM

2013-09-13 Thread Mike Tutkowski
OK, thanks, Marcus I am currently looking through some of the classes you pointed out last week or so. On Fri, Sep 13, 2013 at 5:26 PM, Marcus Sorensen shadow...@gmail.comwrote: Yes, my guess is that you will need the iscsi initiator utilities installed. There should be standard packages for

Re: Managed storage with KVM

2013-09-13 Thread Mike Tutkowski
So, Marcus, I need to investigate libvirt more, but you figure it supports connecting to/disconnecting from iSCSI targets, right? On Fri, Sep 13, 2013 at 5:29 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: OK, thanks, Marcus I am currently looking through some of the classes you

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Take a look at this: http://libvirt.org/storage.html#StorageBackendISCSI Volumes must be pre-allocated on the iSCSI server, and cannot be created via the libvirt APIs., which I believe your plugin will take care of. Libvirt just does the work of logging in and hooking it up to the VM (I believe

RE: Apache CloudStack 4.2.0 (fifth round)

2013-09-13 Thread Vijayendra Bhamidipati
+1 -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Friday, September 13, 2013 4:13 PM To: dev@cloudstack.apache.org Subject: Apache CloudStack 4.2.0 (fifth round) I've created a 4.2.0 release, with the following artifacts up for a vote: Git

Re: Apache CloudStack 4.2.0 (fifth round)

2013-09-13 Thread Hugo Trippaers
+1 (binding) Tested: Nicira NVP plugin with XenServer Nicira NVP plugin with VMWare VPC with other service providers (NiciraNVP) Cheers, Hugo Sent from my iPhone On 14 sep. 2013, at 08:17, Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: +1 -Original Message-

Re: ConfigDepot and null values and defaults

2013-09-13 Thread Darren Shepherd
Honestly, doesn't really matter that much. Just as long as I understand the intended behavior. Darren On Sep 13, 2013, at 5:41 PM, Darren Shepherd darren.s.sheph...@gmail.com wrote: Alex, Here's my general problem. I like to make just about everything configurable, but the reality is

Re: Managed storage with KVM

2013-09-13 Thread Mike Tutkowski
Hey Marcus, I wonder if the iSCSI storage pool type for libvirt won't work when you take into consideration hypervisor snapshots? On XenServer, when you take a hypervisor snapshot, the VDI for the snapshot is placed on the same storage repository as the volume is on. Same idea for VMware, I

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Ideally volume snapshots can be handled by the SAN back end, if the SAN supports it. The cloudstack mgmt server could call your plugin for volume snapshot and it would be hypervisor agnostic. As far as space, that would depend on how your SAN handles it. With ours, we carve out luns from a pool,

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Let me back up and say I don't think you'd use a vdi style on an iscsi lun. I think you'd want to treat it as a RAW format. Otherwise you're putting a filesystem on your lun, mounting it, creating a QCOW2 disk image, and that seems unnecessary and a performance killer. So probably attaching the

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Oh, hypervisor snapshots are a bit different. I need to catch up on the work done in KVM, but this is basically just disk snapshots + memory dump. I still think disk snapshots would preferably be handled by the SAN, and then memory dumps can go to secondary storage or something else. This is

Re: Managed storage with KVM

2013-09-13 Thread Mike Tutkowski
Ah, OK, I didn't know that was such new ground in KVM with CS. So, the way people use our SAN with KVM and CS today is by selecting SharedMountPoint and specifying the location of the share. They can set up their share using Open iSCSI by discovering their iSCSI target, logging in to it, then

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
This would require that they put a clustered filesystem on the lun, right? Seems like it would be better for them to use CLVM and make a volume group from the luns, I'll bet some of your customers are doing that unless they are explicitly instructed otherwise, that's how others are doing iscsi or

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
You could do that, but as mentioned I think its a mistake to go to the trouble of creating a 1:1 mapping of CS volumes to luns and then putting a filesystem on it, mounting it, and then putting a QCOW2 or even RAW disk image on that filesystem. You'll lose a lot of iops along the way, and have

Re: Managed storage with KVM

2013-09-13 Thread Marcus Sorensen
Better to wire up the lun directly to the vm unless there is a good reason not to. On Sep 13, 2013 7:40 PM, Marcus Sorensen shadow...@gmail.com wrote: You could do that, but as mentioned I think its a mistake to go to the trouble of creating a 1:1 mapping of CS volumes to luns and then putting

  1   2   >