[Openstack] Openstack Capacity Planning

2014-08-12 Thread Adam Lawson
Something was presented at a meeting recently which had me curious: what sort of capacity planning tools/capabilities are being developed as an Openstack program? It's another area where non-proprietary cloud control is needed and would be another way to kick a peg away from the stool of cloud resi

[Openstack] Neutron "dhcp_domain" per tenant?

2014-08-12 Thread Martinx - ジェームズ
Guys, Is it possible to configure a different domain at dhcp_domain for each Tenant? Tks! Thiago ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.open

[Openstack] Syntactical Restrictions on API visible names

2014-08-12 Thread Sekhar Vajjhala
The "name" attribute is visible and used in many API calls. Identity API V3 defines the following: domain, role, user, project group. Are there any further syntactical restrictions on "name" attribute ? For example, Names can contain ASCII letters 'a' through 'z', the digits '0' through '9', name

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-12 Thread Daniel P. Berrange
On Tue, Aug 12, 2014 at 04:50:12PM +0200, Markus Zoeller wrote: > "Daniel P. Berrange" wrote on 08/11/2014 11:39:25 > AM: > > > From: "Daniel P. Berrange" > > To: Matt Riedemann > > Cc: > > Date: 08/11/2014 11:49 AM > > Subject: Re: [Openstack] [nova] Libvirt driver domain metadata - add > >

Re: [Openstack] Suggestions on network setup with OpenStack on VirtualBox?

2014-08-12 Thread Christian Berendt
On 08/12/2014 03:09 PM, Qiming Teng wrote: > I'm trying to setup a devstack env on VirtualBox. Anybody have some > recommendations regarding the Neutron network setting? Any best > practices? GRE, VLAN, VXLAN, FLAT, ...? Have a look at https://github.com/openstack-dev/devstack-vagrant or https:/

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-12 Thread Jay Pipes
On 08/12/2014 10:50 AM, Markus Zoeller wrote: Maybe the direction I'm heading is wrong. My intention is to enable a correlation between multiple libvirt domains independent from their flavor. E.g. -- ---- | Server: A | | Server: B || Server: C

Re: [Openstack] Need help on GLANCE configuration on UBUNTU 12.04

2014-08-12 Thread Ritesh Nanda
Hello Alok, check Keystone service and endpoint you created for glance , are they correct , , if they are correct , check your credentials you are providing while running glance index. Try this command for export this to your environment glance --os-username=<> --os-password=<> --os-tenant-nam

Re: [Openstack] [energy] How to enable kwapi plugin in Ceilometer ?

2014-08-12 Thread Deepthi Dharwar
On 08/11/2014 07:44 PM, Bruno Grazioli wrote: > > Sorry Deepthi I was not so clear in my first answer, > > Having a look at > https://github.com/openstack/ceilometer/blob/master/ceilometer/energy/kwapi.py > at line 62, we see that the client searches for an endpoint called > energy, so I would se

[Openstack] Need help on GLANCE configuration on UBUNTU 12.04

2014-08-12 Thread Alok Kumar Singh
Hi All, I am in the mid of OpenStack installation on UBUNTU 12.04. After installing and configuring GLANCE, when I tested my configuration by running the command 'glance index', it is showing below error: openstack2@ubuntu:~$ glance index Failed to show index. Got error: You are not authenticat

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-12 Thread Markus Zoeller
"Daniel P. Berrange" wrote on 08/11/2014 11:39:25 AM: > From: "Daniel P. Berrange" > To: Matt Riedemann > Cc: > Date: 08/11/2014 11:49 AM > Subject: Re: [Openstack] [nova] Libvirt driver domain metadata - add > instance metadata dictionary? > > On Fri, Aug 01, 2014 at 03:47:48PM -0500, Matt

Re: [Openstack] Wordpress template

2014-08-12 Thread yalla.gnan.kumar
Hi Foss, The below template you have mentioned, does it create two servers or one server with wordpress ? The description says two but the content shows only server1. Thanks Kumar From: Gnan Kumar, Yalla Sent: Tuesday, August 12, 2014 6:37 PM To: 'foss geek' Cc: openstack Subject: RE: [Open

Re: [Openstack] Wordpress template

2014-08-12 Thread foss geek
It is all in one. It will install Apache, MySQL, PHP and Wordpress in single instance. Sorry I will update the description. Thanks On Tue, Aug 12, 2014 at 6:48 PM, wrote: > Hi Foss, > > > > The below template you have mentioned, does it create two servers or one > server with wordpress ? The

Re: [Openstack] Wordpress template

2014-08-12 Thread yalla.gnan.kumar
Hi Foss, I will try it and let you know. Thanks for your reply. Thanks Kumar From: foss geek [mailto:thefossg...@gmail.com] Sent: Tuesday, August 12, 2014 6:36 PM To: Gnan Kumar, Yalla Cc: openstack Subject: Re: [Openstack] Wordpress template Hi Kumar, I You have use something like: public_

Re: [Openstack] Wordpress template

2014-08-12 Thread foss geek
Hi Kumar, I You have use something like: public_net_id: type: string description: > ID of public network for which floating IP addresses will be allocated default: d349fdaa-d49d-486c-9807-4d07fc4d1cd8 private_net_id: type: string description: ID of private network into

[Openstack] Suggestions on network setup with OpenStack on VirtualBox?

2014-08-12 Thread Qiming Teng
Hi, I'm trying to setup a devstack env on VirtualBox. Anybody have some recommendations regarding the Neutron network setting? Any best practices? GRE, VLAN, VXLAN, FLAT, ...? Thanks in advance! Regards, Qiming ___ Mailing list: http://lists.open

Re: [Openstack] Wordpress template

2014-08-12 Thread Scott Lowe
Kumar, I haven't worked very much with the CloudFormation resource types, which is what that template uses. Thus, I am unsure of the exact syntax you should use in order to correct the problem you're seeing. However, take a look here:

Re: [Openstack] Wordpress template

2014-08-12 Thread yalla.gnan.kumar
Hi Scott, Thanks for your reply. I tried mentioning the networks in many ways. Indeed I tried this template also : https://raw.github.com/openstack/heattemplates/master/cfn/F17/WordPress_Single_Instance_With_Neutron.template But still it is failing. I am a beginner and I need assistance fro

Re: [Openstack] Wordpress template

2014-08-12 Thread Scott Lowe
Kumar, check these two articles to see if they help at all: If I'm correctly reading the sample template you're using, it looks like you s

Re: [Openstack] Wordpress template

2014-08-12 Thread yalla.gnan.kumar
Hi All, I am using templates from github. Thanks Kumar -Original Message- From: ZHOU TAO A [mailto:tao.a.z...@alcatel-lucent.com] Sent: Tuesday, August 12, 2014 1:29 PM To: Gnan Kumar, Yalla; openstack@lists.openstack.org Subject: Re: [Openstack] Wordpress template I never use aws

[Openstack] Problem with Keystone on Debian 7

2014-08-12 Thread Daniel Spiekermann
Hi all, I'm new to Openstack, and now have some problems with the installation of OS Havana on Debian 7. I used the official document for Debian 7(http://docs.openstack.org/icehouse/install-guide/install/apt-debian/content/) word-by-word, but there are some strange errors, I can't explain. I

Re: [Openstack] Wordpress template

2014-08-12 Thread ZHOU TAO A
I never use aws format templates. You can refer to http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html On 08/12/2014 03:35 PM, yalla.gnan.ku...@accenture.com wrote: Hi Zhou, My query is how to specify the network in the template ? Thanks Kumar -

Re: [Openstack] Wordpress template

2014-08-12 Thread yalla.gnan.kumar
Hi Zhou, My query is how to specify the network in the template ? Thanks Kumar -Original Message- From: ZHOU TAO A [mailto:tao.a.z...@alcatel-lucent.com] Sent: Tuesday, August 12, 2014 12:36 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] Wordpress template That's beca

Re: [Openstack] Wordpress template

2014-08-12 Thread ZHOU TAO A
That's because you didn't specify a network in your heat template. If you only have one network in your project, then the network would be chosen as default network, otherwise you need to specify the network in your template. On 08/12/2014 02:34 PM, yalla.gnan.ku...@accenture.com wrote: Hi A