[Openstack] new to open stack. stack.sh failed

2014-06-02 Thread opst
New to open stack. Attempting to run the openstack quick start on a CentOS 6.5 VM running on ESXi-5.0.0-469512. The VM has 1cpu, 2GB, 16GB disk. Here are the last 22 lines of output leading upto the failure message. Any suggestions on how to move past this failure. Hank + ACCOUNT_DIR=/o

Re: [Openstack] Is it possible to start Trove instance without volume?

2014-06-02 Thread Mark Kirkwood
On 30/05/14 21:44, Heinonen, Johanna (NSN - FI/Espoo) wrote: Hi, Is it possible to start trove instance in icehouse without volume support (cinder)? There is a parameter in trove.conf and trove-taskmanager.conf files called “trove_volume_support” but if I give value False to this and try to creat

Re: [Openstack] Deployment of multiple external networks

2014-06-02 Thread BYEONG-GI KIM
Dear Lars Kellogg_stedman Thank you for the information. I have a question about the guide. I'm currently setting my Neutron network to GRE and now I'm confused whether I need to follow the "Configure the Open vSwitch Agent" section in the guide, because it seems the settings are for VLAN. Shoul

Re: [Openstack] How to reference one template from another

2014-06-02 Thread Mike Spreitzer
Steven Hardy wrote on 06/02/2014 04:19:45 PM: > From: Steven Hardy > To: Mike Spreitzer/Watson/IBM@IBMUS, > Cc: "openstack@lists.openstack.org" > Date: 06/02/2014 04:19 PM > Subject: Re: [Openstack] How to reference one template from another > > Hi Mike, > > On Mon, Jun 02, 2014 at 03:13:07P

Re: [Openstack] [Metering] Getting ceilometer-collector to listen on UDP for UDP publishing

2014-06-02 Thread David Moreau Simard
It seems as though this issue is present in the version of ceilometer-collector in havana and not icehouse. Upgrading the ceilometer-collector package and reloading the services with exactly the same configuration yields a ceilometer-collector process listening on port 4952. I’ll still try and

[Openstack] [Metering] Getting ceilometer-collector to listen on UDP for UDP publishing

2014-06-02 Thread David Moreau Simard
Hi, I’m attempting to have Ceilometer publish by using the UDP publisher instead of rpc/bus message. Ceilometer is able to publish and send the samples from “host01", example: === Jun 2 20:45:39 host01 ceilometer.pipeline: Pipeline meter_sink: Transform sample from 0 transformer Jun 2 20:45:

[Openstack] Ceilometer gets auth failure

2014-06-02 Thread O'Reilly, Dan
Installing on RHEL 6.5: Here's my ceilometer user in mongodb: > show users { "_id" : ObjectId("538cd5b4a91190837f8dfefc"), "user" : "ceilometer", "pwd" : "ea2607ef865b3f5e98b1a9f3338eb6b2", "roles" : [ "readWrite", "dbAdmin"

Re: [Openstack] Heat-engine crashing on stack-delete

2014-06-02 Thread Steven Hardy
On Mon, Jun 02, 2014 at 01:14:49PM -0400, Erik McCormick wrote: >I've recently begun playing with heat and have managed to get things >working fine for creating stacks. However I am unable to delete the >stack.A >After any delete command, I am left with something like the following

Re: [Openstack] How to reference one template from another

2014-06-02 Thread Steven Hardy
Hi Mike, On Mon, Jun 02, 2014 at 03:13:07PM -0400, Mike Spreitzer wrote: >In a file directory I have Heat Orchestration Template A.yaml, which >includes a resource named N of type AWS::CloudFormation::Stack, for which >I want to use the Heat Orchestration Template in file B.yaml (in th

[Openstack] [Swift] Chef Solo repos for Swift HA?

2014-06-02 Thread Adam Lawson
Hola! Is anyone aware of any Chef Solo repos out there that deploy a dist Swift cluster with Keystone HA? Not familiar with Chef Solo personally but being asked to leverage it. Also curious how hard/easy it will be to attempt translating Chef-Server recipes to Chef Solo recipes... Prefer not to r

[Openstack] How to reference one template from another

2014-06-02 Thread Mike Spreitzer
In a file directory I have Heat Orchestration Template A.yaml, which includes a resource named N of type AWS::CloudFormation::Stack, for which I want to use the Heat Orchestration Template in file B.yaml (in the same directory). What do I write in the properties of N, and in the `heat stack-cr

Re: [Openstack] Ceph vs swift

2014-06-02 Thread Chuck Thier
Hi Remo, I have heard that there has been some work to integrate Hadoop with Swift, but know very little about it. Integration with MS exchange, but could be an interesting use case. Partitions can be thought of as virtual buckets that objects are assigned to. They are an abstract concept and d

Re: [Openstack] Long standing bug inquiry

2014-06-02 Thread Drew Weaver
Sorry to self quote; but I've actually discovered that this bug only happens when you attach DVD ISOs. Does anyone know why it would happen with DVD isos but not CD ISOs? From: Drew Weaver [mailto:drew.wea...@thenap.com] Sent: Monday, June 2, 2014 1:11 PM To: openstack@lists.openstack.org Subjec

[Openstack] Heat-engine crashing on stack-delete

2014-06-02 Thread Erik McCormick
I've recently begun playing with heat and have managed to get things working fine for creating stacks. However I am unable to delete the stack. After any delete command, I am left with something like the following: # heat stack-list +--++---

[Openstack] Long standing bug inquiry

2014-06-02 Thread Drew Weaver
Hello there, I am a somewhat new user to openstack and I've hit this bug: https://bugs.launchpad.net/nova/+bug/1231874 I will note that I only seem to hit this bug when I use certain ISO files as the 'boot' image. (in this case it's a 4.2GB Windows 2012 R2 ISO) Doing this in MySQL appears to

Re: [Openstack] _member_ role after keystone installation

2014-06-02 Thread Ricardo Carrillo Cruz
Hi Ageeleshwar That's strange, I had to manually create the _member_ role, it wasn't listed with 'keystone role-list'. Also, your MySQL query shows there was no pre-populated _member_ role, just the _member_ role I created manually: "ricky@openstack:~$ mysql keystone -e 'select * from role;' -p E

Re: [Openstack] [Horizon] Use of AngularJS

2014-06-02 Thread Musso, Veronica A
Hi! It seems there is an issue with the django-angular integration. The problem is it is not available in the Ubuntu/Fedora packages, and its developers are not planning to include it. What can I do in this case? Is there any workaround? Thanks, Veronica -Original Message- Date: Thu, 2

Re: [Openstack] Deployment of multiple external networks

2014-06-02 Thread Lars Kellogg-Stedman
On Mon, Jun 02, 2014 at 06:06:43PM +0900, BYEONG-GI KIM wrote: > I'd wanna deploy multiple external networks that are binded to different > Ethernet ports. Is there any way to deploy this network environment? It > seems that an external_network_bridge can be associated with only one > external netw

Re: [Openstack] _member_ role after keystone installation

2014-06-02 Thread Ageeleshwar Kandavelu
I recently installed icehouse and never created that role but it exists. Please see if its present in the db. root@sun:~# mysql keystone -e 'select * from role;' +--+--+---+ | id

[Openstack] [openstack] [metering] ERROR in collector : Failed to record metering data

2014-06-02 Thread Kelam, Koteswara Rao
Hi all, I am trying to use mysql as database for ceilometer. I created database as follows CREATE DATABASE ceilometer; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ IDENTIFIED BY 'CEILOMETER_DBPASS'; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \ IDENTIFIED BY '

Re: [Openstack] [ceilometer] ERROR in collector : Failed to record metering data

2014-06-02 Thread Julien Danjou
On Mon, Jun 02 2014, Kelam, Koteswara Rao wrote: > Hi all, > > I am trying to use mysql as database for ceilometer. I created database as > follows > CREATE DATABASE ceilometer; > > GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ > IDENTIFIED BY 'CEILOMETER_DBPASS'; > > GRANT A

Re: [Openstack] [metering] Considerations and Roadmap in Ceilometer (or other component) for Financial Management

2014-06-02 Thread Sandy Walsh
Hi Lee, At Rackspace we use StackTach to gather our billing/usage information (with verification and reconciliation). We are heavy into our v3 development currently. While we haven't addressed the financial aspects of billing it might be something worth talking about, though it's a little fur

Re: [Openstack] [ceilometer] ERROR in collector : Failed to record metering data

2014-06-02 Thread Eoghan Glynn
You need to run: ceilometer-dbsync --config-file /etc/ceilometer/ceilometer.conf in order to create the required schema in the database. Cheers, Eoghan - Original Message - > > > Hi all, > > > > I am trying to use mysql as database for ceilometer. I created database as > follows

[Openstack] [ceilometer] ERROR in collector : Failed to record metering data

2014-06-02 Thread Kelam, Koteswara Rao
Hi all, I am trying to use mysql as database for ceilometer. I created database as follows CREATE DATABASE ceilometer; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'localhost' \ IDENTIFIED BY 'CEILOMETER_DBPASS'; GRANT ALL PRIVILEGES ON ceilometer.* TO 'ceilometer'@'%' \ IDENTIFIED BY '

Re: [Openstack] [metering] Considerations and Roadmap in Ceilometer (or other component) for Financial Management

2014-06-02 Thread Eoghan Glynn
> On Mon, Jun 02, 2014 at 02:52:15AM +, Lee Calcote (lecalcot) wrote: > > Hi, > > > > What support does Ceilometer provide today and what support is planned to > > provide for financial management? While Ceilometer provides functionality > > for *metering* and *billing integration* as two ca

Re: [Openstack] [metering] Considerations and Roadmap in Ceilometer (or other component) for Financial Management

2014-06-02 Thread Stephane Albert
On Mon, Jun 02, 2014 at 02:52:15AM +, Lee Calcote (lecalcot) wrote: > Hi, > > What support does Ceilometer provide today and what support is planned to > provide for financial management? While Ceilometer provides functionality > for *metering* and *billing integration* as two categories of fi

Re: [Openstack] [metering] Considerations and Roadmap in Ceilometer (or other component) for Financial Management

2014-06-02 Thread Julien Danjou
On Mon, Jun 02 2014, Lee Calcote (lecalcot) wrote: > Is support for these other categories planned for Ceilometer or other > components? Definitely not in Ceilometer scope. Some people started a project to handle billing, such as: https://git.openstack.org/cgit/stackforge/cloudkitty/ Cheers,

[Openstack] Deployment of multiple external networks

2014-06-02 Thread BYEONG-GI KIM
Hello. I'd wanna deploy multiple external networks that are binded to different Ethernet ports. Is there any way to deploy this network environment? It seems that an external_network_bridge can be associated with only one external network... Should I need to modify L3 agent for deploying multiple

Re: [Openstack] _member_ role after keystone installation

2014-06-02 Thread Ricardo Carrillo Cruz
Hi Ageeleshwar Yep, I linked together user 'admin' on tenant 'admin' with role 'admin' : ricky@openstack:~$ keystone user-role-list --user admin --tenant admin +--+---+--+--+ |id

Re: [Openstack] [SWIFT] Swift + Keystone Auth account recovery

2014-06-02 Thread Brian Cline
Hi Devendran, Were you able to resolve this issue? Brian -Original Message- From: Devendran Jagadisan [mailto:devendran.jagadi...@gmail.com] Sent: Monday, August 05, 2013 5:56 PM To: openstack@lists.openstack.org Subject: [Openstack] [SWIFT] Swift + Keystone Auth account recovery Hi,

Re: [Openstack] _member_ role after keystone installation

2014-06-02 Thread Ageeleshwar Kandavelu
have you already added admin user to admin role. I think _member_ will already be there but you will not be able to view it until you use a user with admin role. Hope it makes sense Ageeleshwar K From: Ricardo Carrillo Cruz [ricardo.carrillo.c...@gmail.com] Sent