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
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
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
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
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
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:
Installing on RHEL 6.5:
Here's my ceilometer user in mongodb:
> show users
{
"_id" : ObjectId("538cd5b4a91190837f8dfefc"),
"user" : "ceilometer",
"pwd" : "ea2607ef865b3f5e98b1a9f3338eb6b2",
"roles" : [
"readWrite",
"dbAdmin"
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
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
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
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
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
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
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
+--++---
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
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
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
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
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
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 '
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
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
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
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 '
> 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
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
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,
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
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
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,
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
31 matches
Mail list logo