Re: [Openstack] Cells Status

2012-10-03 Thread Endre Karlson
What is a cell contra Aggregate or Zone? Den 3. okt. 2012 07:46 skrev Chris Behrens cbehr...@codestud.com følgende: Yup… looking forward to seeing those contributions! I'm working on getting the branch updated right now. - Chris On Oct 2, 2012, at 10:13 PM, Sam Morrison

Re: [Openstack] Enabling logging in keystone.

2012-10-03 Thread Ahmed Al-Mehdi
Hi Dolph, When I use user the keystone command, I am able to get proper tokens: root@ubuntu1mailto:root@ubuntu1:~# keystone --os-username=adminUser --os-password=secretword --os-tenant-name=openstackDemo --os-auth-url=http:/ /10.0.2.15:35357/v2.0 token-get

[Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
Hi all, I have some doubts regarding File Injection. Can File Injection can be done through Horizon, while creating an Instance? While creating an Instance from Horizon, a field called 'User Data' [text area] is there. Is that field is related to File Injection? Can anyone tell me, the values we

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
Hi, snip I have some doubts regarding File Injection. Can File Injection can be done through Horizon, while creating an Instance? While creating an Instance from Horizon, a field called 'User Data' [text area] is there. Is that field is related to File Injection? Can anyone tell me, the values

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
Hi Atul, Can you please guide me how to do File Injection through Horizon? Regards, Srikanth. On Wed, Oct 3, 2012 at 12:41 PM, Atul Jha atul@csscorp.com wrote: Hi, snip I have some doubts regarding File Injection. Can File Injection can be done through Horizon, while creating an

Re: [Openstack] Enabling logging in keystone.

2012-10-03 Thread Dolph Mathews
The scripted configuration openstack-manuals currently refers to (written by Lorin, CC'd here): https://github.com/nimbis/keystone-init Bugs in openstack-manuals don't really apply there :-/ I can't argue with having a scripted solution -- that's great, no doubt. However, I assume that making

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Haynes, Dave (Cloud Services)
+1. Let's do it. If we need to add some extra tests to protect against regressions, then so be it. I will help. I also think better use could be made of the notifications system. A properly defined topic namespace would go a long way to assist that. -Original Message- From:

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Shake Chen
I also have same question. can you give us example. how to injection throuth Horizon? On Wed, Oct 3, 2012 at 3:24 PM, Srikanth Kumar Lingala srikanthkumar.ling...@gmail.com wrote: Hi Atul, Can you please guide me how to do File Injection through Horizon? Regards, Srikanth. On Wed, Oct

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Atul Jha
Hi, The test step followed for user-data as follows. 1. Got image from http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img 2. Booted it from Horizon and passed the script in the file #!/bin/sh mkdir /home/ubuntu/testdir 3. Logged in to the machine with ssh

Re: [Openstack] Cells Status

2012-10-03 Thread Chris Behrens
The simplest explanation is that Cells gives you a way to tie multiple nova deployments together under a single API. Each cell has its own DB and Rabbit, etc. This was my preso from the last summit: http://comstud.com/FolsomCells.pdf Start of diagrams: http://comstud.com/cells.pdf - Chris

Re: [Openstack] Cells Status

2012-10-03 Thread Endre Karlson
Does this tie into Quantum / Cinder as well or? I guess this will be affected by the same thing? Endre. 2012/10/3 Chris Behrens cbehr...@codestud.com The simplest explanation is that Cells gives you a way to tie multiple nova deployments together under a single API. Each cell has its own DB

Re: [Openstack] Cells Status

2012-10-03 Thread Chris Behrens
First implementation requires global Quantum if you use Quantum… and global Glance. Volumes (Cinder) would also need to be global, but I don't have code appropriate for trunk to support it yet… - Chris On Oct 3, 2012, at 4:14 AM, Endre Karlson endre.karl...@gmail.com wrote: Does this tie

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Doug Hellmann
On Wed, Oct 3, 2012 at 4:46 AM, Haynes, Dave (Cloud Services) dave.hay...@hp.com wrote: +1. Let's do it. If we need to add some extra tests to protect against regressions, then so be it. I will help. I also think better use could be made of the notifications system. A properly defined

Re: [Openstack] Cells Status

2012-10-03 Thread Chris Behrens
Ok. This took a lot longer to resolve than I expected, but here we go: https://github.com/comstud/nova/tree/cells_service This is rebased against trunk and contains a bunch of new things since the last branch: Random fixes for things that trunk broke with cells (deleting instances for one)

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Pitucha, Stanislaw Izaak
Hi Johannes, I know the names collide here, but since this technique is known as soft-deletes... We need more namespaces :) Thanks for the idea of grepping for read_deleted. Fortunately I think the situation isn't as bad as it would seem. Let me group the places which change read_deleted in the

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Kiall Mac Innes
Hi Srikanth, File Injection is not available through Horizon. Atul is describing a different feature that can be used to achieve similar results. The contents of User-Data will be accessible to the instance via http://169.254.169.254/latest/user-data; - Ubuntu ships with a tool called cloud-init

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Srikanth Kumar Lingala
Thanks for the information, Kaill. Srikanth. On Wed, Oct 3, 2012 at 5:42 PM, Kiall Mac Innes ki...@managedit.ie wrote: Hi Srikanth, File Injection is not available through Horizon. Atul is describing a different feature that can be used to achieve similar results. The contents of

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Tim Bell
Cloud-init is also available on RHEL systems too. We're using it extensively to contextualise VMs on Scientific Linux. We've even tried a windows version but this is not as functional. Tim From: openstack-bounces+tim.bell=cern...@lists.launchpad.net

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Kiall Mac Innes
Really? The same cloud-init as ubuntu uses? I had thought there was plenty of ubuntu/debian-isms hard coded? Thanks, Kiall On Wed, Oct 3, 2012 at 1:26 PM, Tim Bell tim.b...@cern.ch wrote: Cloud-init is also available on RHEL systems too. We’re using it extensively to contextualise VMs on

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Blair Bethwaite
On 3 October 2012 22:27, Kiall Mac Innes ki...@managedit.ie wrote: Really? The same cloud-init as ubuntu uses? .NET service, can execute cmd.exe batch and PowerShell scripts, I believe. -- Cheers, ~Blairo ___ Mailing list:

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Blair Bethwaite
On 3 October 2012 22:35, Kiall Mac Innes ki...@managedit.ie wrote: Ah - I had meant the RHEL version :) That'd be why you explicitly mentioned Debian-isms! Nothing to see here... -- Cheers, ~Blairo ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Tim Bell
Yes, we're running the RHEL EPEL and the Fedora one. The source is marked as http://launchpad.net/cloud-init rpm -qi cloud-init-0.6.3-0.5.bzr532.fc17.noarch Name: cloud-init Version : 0.6.3 Release : 0.5.bzr532.fc17 Architecture: noarch Install Date: Tue 02 Oct 2012 12:31:18 PM

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Day, Phil
I *think* deleted flavours used to be needed as there could still be instances running against them and the flavour definition was used by the quota calculations. Not sure if this is still the case, or if the data now comes straight from the instances table.Some aspects of a flavour (e.g.

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Doug Hellmann
On Wed, Oct 3, 2012 at 9:08 AM, Day, Phil philip@hp.com wrote: I *think* deleted flavours used to be needed as there could still be instances running against them and the flavour definition was used by the quota calculations. Not sure if this is still the case, or if the data now comes

Re: [Openstack] [openstack] Summit coverage

2012-10-03 Thread Gary Guo
You mean webex remote join, that's great! Gary On Tue, Oct 2, 2012 at 10:14 PM, Matt Joyce matt.jo...@cloudscaling.comwrote: i know this was attempted for the last summit though not widely advertised. i am willing to help set up again if we have equipment on hand. -matt On Tue, Oct 2,

[Openstack] fails to launch instance

2012-10-03 Thread Afef MDHAFFAR
Hi all, I am running openstack on Ubuntu 12.04 (with XCP). I create an ubuntu image (Raw). The creation of the image is successful. However, when I try to launch an instance using this image, I get this error: - 2012-10-03 15:39:15 DEBUG nova.virt.xenapi.vm_utils

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Federico Innocenti
+1 to the design proposed here. Even without embracing anything nova specific but simply from a database perspective the soft-delete approach is proven to be a poor solution to most of the problems it promises to solve. In addition to what Stan already pointed out, let me recap something

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Joe Gordon
+1 to the design proposed here Looks like there is already a session proposed for Grizzly summit: http://summit.openstack.org/cfp/details/63 best, Joe On Wed, Oct 3, 2012 at 10:07 AM, Federico Innocenti federico.innoce...@hp.com wrote: +1 to the design proposed here. Even without

Re: [Openstack] [openstack] Summit coverage

2012-10-03 Thread Surya_Prabhakar
Webex would be a great idea. From: Gary Guo [javag...@gmail.com] Sent: Wednesday, October 03, 2012 8:48 PM To: Matt Joyce Cc: Prabhakar, Surya; openstack@lists.launchpad.net Subject: Re: [Openstack] [openstack] Summit coverage You mean webex remote join,

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-03 Thread David Kranz
I am really confused about this. There are two pages that suggest the cloud archive is ready to use: http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-cake-and-eat-it/ https://wiki.ubuntu.com/ServerTeam/CloudArchive What they tell you to put in /etc/apt/sources.list is

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-03 Thread Daviey Walker
On 3 October 2012 20:06, David Kranz david.kr...@qrclab.com wrote: I am really confused about this. There are two pages that suggest the cloud archive is ready to use: http://blog.canonical.com/2012/09/14/now-you-can-have-your-openstack-cake-and-eat-it/

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-03 Thread Chuck Short
Hi, You probably dont have the cloud archive gpg key in your ubuntu-keyring. To fix that you have to run the following command: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5EDB1B62EC4926EA Regards chuck On 12-10-03 03:06 PM, David Kranz wrote: I am really confused

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Robert Collins
On Wed, Oct 3, 2012 at 5:42 AM, Pitucha, Stanislaw Izaak stanislaw.pitu...@hp.com wrote: ... - Add a system similar to notifications, but for auditable events - who did what with which resource at what time - in some semi-structured way that allows reviewing and summaries (basic information as

Re: [Openstack] When will the distro (specifically Ubuntu) have package for Folsom release

2012-10-03 Thread Robbie Williamson
On 10/03/2012 02:12 PM, Daviey Walker wrote: sudo apt-get install ubuntu-cloud-keyring I've updated http://wiki.ubuntu.com/ServerTeam/CloudArchive to reflect this. -- Robbie Williamson rob...@ubuntu.com robbiew[irc.freenode.net] Don't make me angry...you wouldn't like me when I'm angry.

Re: [Openstack] [openstack] Summit coverage

2012-10-03 Thread Syed Armani
In last summit, there were both irc channels and webex setup and i attended some sessions but apart from one or two sessions all of them were not quiet audible. I hope something better comes up for this summit. Cheers! Syed Armani On Wed, Oct 3, 2012 at 11:31 PM, surya_prabha...@dell.com wrote:

[Openstack] instance + shutdown state

2012-10-03 Thread Afef MDHAFFAR
Hi all, I installed openstack on ubuntu 12.04 (with XCP). I created an ubuntu image (Raw). When I try to launch an instance, while using the ubuntu image, I get the state shutdown for the instance. Rebooting the instance does not solve the problem, because the instance is still unavailable. My

[Openstack] What's up doc? Oct 3 2012

2012-10-03 Thread Anne Gentle
Hi all - Welcome to doc land, where grammarians reign and roam. Had a good discussion yesterday at the project team meeting about defining done for documentation. While projects need to have all Critical/High bugs addressed, it's difficult to define what makes a release-critical doc issue. As I

Re: [Openstack] [openstack] Summit coverage

2012-10-03 Thread Endre Karlson
Do you know the answer to this Stefano? Endre. 2012/10/3 Syed Armani dce3...@gmail.com In last summit, there were both irc channels and webex setup and i attended some sessions but apart from one or two sessions all of them were not quiet audible. I hope something better comes up for this

Re: [Openstack] [openstack] Summit coverage

2012-10-03 Thread Stefano Maffulli
Indeed, I've been working with WebEx to have a good experience for remote participation this year. I'm putting together the final details before I can push a full announcement. Having the calendar of the design summit (nearly) finalized by the end of this week would help. Stay tuned for

[Openstack] nova-compute on Controller Node

2012-10-03 Thread Ahmed Al-Mehdi
Hello, I am following the steps in OpenStack Install and Deploy – Red Hat Ubuntu document to setup setup the controller node ( http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-the-cloud-controller.html ). Do I need to install nova-compute on the controller

Re: [Openstack] Enabling logging in keystone.

2012-10-03 Thread Alan Pevec
On Wed, Oct 3, 2012 at 8:31 AM, Dolph Mathews dolph.math...@gmail.com wrote: At the very least, I'd like to move this approach to the end of the page; and ideally, the script would be managed by openstack. There's a sample script in Keystone

[Openstack] Network IP address setting in nova.conf file

2012-10-03 Thread Ahmed Al-Mehdi
Hello, I am following the steps in OpenStack Install and Deploy – RedHat Ubuntu (Folsom) to setup a Controller node. The section Configuring OpenStack Compute ( http://docs.openstack.org/trunk/openstack-compute/install/apt/content/compute-minimum-configuration-settings.html ) gives a

Re: [Openstack] Question about Keystone RBAC

2012-10-03 Thread Shake Chen
Hi I also have question about RBAC. when we can setting the roles permission in Horizon? On Thu, Oct 4, 2012 at 2:56 AM, Dolph Mathews dolph.math...@rackspace.comwrote: (replying on list) RBAC policy enforce is already implemented on consuming services and default policies are provided

Re: [Openstack] File Injection through Horizon

2012-10-03 Thread Shake Chen
Hi The user data whether need cloud-init support? On Wed, Oct 3, 2012 at 6:48 PM, Atul Jha atul@csscorp.com wrote: Hi, The test step followed for user-data as follows. 1. Got image from http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-i386-disk1.img 2. Booted

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-03 Thread Anne Gentle
Hi Ahmed - I have logged a doc bug to clear up this mismatch: https://bugs.launchpad.net/openstack-manuals/+bug/1061352. Appreciate you asking! Here's some explanation for each setting. fixed_range - fixed block of IP addresses handed out to VMs as they're provisioned. So these could be a

Re: [Openstack] Question about Keystone RBAC

2012-10-03 Thread Dolph Mathews
That will provided by Identity API v3, currently in draft: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/src/markdown/identity-api-v3.md The when is first dependent on: 1) Identity API v3 support in keystone https://review.openstack.org/#/c/12106/ 2) Identity API

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #98

2012-10-03 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/98/Project:quantal_folsom_swift_trunkDate of build:Wed, 03 Oct 2012 16:00:33 -0400Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #99

2012-10-03 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/99/Project:quantal_folsom_swift_trunkDate of build:Wed, 03 Oct 2012 17:00:33 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt