Re: [Openstack] Injecting user data into instances

2011-06-10 Thread Thierry Carrez
Vishvananda Ishaya wrote: > As I mentioned before user_data is provided via the metadata server on > 169.254.169.254. It is the responsibility of the guest to hit > 169.254.169.254/latest/user-data/ to retrieve the info set in user data. As an example, Ubuntu's cloud-init (used in Ubuntu's cloud

Re: [Openstack] [Netstack] Questions about Quantum_Framework's extensions

2011-06-10 Thread Rajaram Mallya
Hi Ying, *1. Extension standard.* *One extension could be added is "attribute extension" to existing resources. In our use case, we need to create Portprofile and later refer it as a port's attribute. With current framework, we can create "Portprofile" as a resource through "ResourceExtension".

Re: [Openstack] Conflicting st binary name

2011-06-10 Thread Greg Holt
On Jun 10, 2011, at 1:50 AM, Thomas Goirand wrote: > There's a bug report in the Debian BTS [1] against Nova in SID > concerning the "st" binary shipped by Swift. Shall we consider renaming > the binary "st" to something else? I know that a window manager has > nothing to do with us, but there mig

Re: [Openstack] Problems with re-bundle

2011-06-10 Thread Scott Moser
On Tue, 7 Jun 2011, Muhammad Atif wrote: > Hi Openstack gurus, > > We have recently shifted from eucalyptus to openstack and so far, finding it > quite stable. However, we are having terrible time re-bundling an existing > image. > > The re-bundled image is able to complete the boot process upto m

Re: [Openstack] Conflicting st binary name

2011-06-10 Thread Jay Payne
How about something like "swiftcli"? --J On Fri, Jun 10, 2011 at 7:52 AM, Greg Holt wrote: > On Jun 10, 2011, at 1:50 AM, Thomas Goirand wrote: > >> There's a bug report in the Debian BTS [1] against Nova in SID >> concerning the "st" binary shipped by Swift. Shall we consider renaming >> the bi

Re: [Openstack] Problems with re-bundle

2011-06-10 Thread Diego Parrilla Santamaría
Hi all, We can reproduce the problem in our environments with the images downloaded from http://uec-images.ubutu.com :-( Diego -- Diego Parrilla *CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* *

Re: [Openstack] Problems with re-bundle

2011-06-10 Thread Thierry Carrez
Scott Moser wrote: > On Tue, 7 Jun 2011, Muhammad Atif wrote: >> 1- Downloaded the ubuntu1010 image from openstack site as follows: >> wget >> http://c0179148.cdn1.cloudfiles.rackspacecloud.com/ubuntu1010-UEC-localuser-image.tar.gz > > Does anyone know what this image is ? > I'm guessing that

[Openstack] euca-bundle-instance error

2011-06-10 Thread Diego Parrilla Santamaría
Hi all, we are testing the Cactus release of Openstack Nova and we tried to bundle a Windows instance with 'euca-bundle-instance' as follows: Client OS: Ubuntu Natty 64 bits euca2ools and dependencies: what comes in Natty by default, main-31337 2009-04-04 (1.3.1, because 1.2 did not have euca-bun

Re: [Openstack] Glance API Extensions

2011-06-10 Thread Jay Pipes
On Thu, Jun 9, 2011 at 11:49 PM, Glen Campbell wrote: > Hey, all – I've proposed a blueprint for adding extensions to the Glance API > in a similar manner to the Compute API Jorge proposed: > https://blueprints.launchpad.net/glance/+spec/glance-api-extensions > This would IMHO be a really useful m

Re: [Openstack] euca-bundle-instance error

2011-06-10 Thread Scott Moser
On Fri, 10 Jun 2011, Diego Parrilla Santamaría wrote: > Hi all, > > we are testing the Cactus release of Openstack Nova and we tried to bundle a > Windows instance with 'euca-bundle-instance' as follows: > > Client OS: Ubuntu Natty 64 bits > euca2ools and dependencies: what comes in Natty by defau

Re: [Openstack] Glance API Extensions

2011-06-10 Thread Glen Campbell
We've been tossing around a number of possibilities where this would be useful, but here's an example: let's say you wanted to include a configuration control panel along with an image. You have an image of a firewall, but with a number of user-customizable settings. We'd store the metadata about t

Re: [Openstack] Real World Nova Deployments

2011-06-10 Thread Everett Toews
I know I'm reviving an old thread here but we've begun blogging about our experience of putting OpenStack into a production environment. You can check out the first post (mostly about hardware) at http://cybera.ca/tech-radar/running-openstack-production-part-1-hardware Everett On Mon, May 16, 20

[Openstack] Extensions Guide

2011-06-10 Thread Jorge Williams
Hey Guys, I've been working on a guide to extensions that will form the basis of a proposal for a standard extensions mechanism to the PPB. You can find the doc here: http://docs.openstack.org/trunk/ I only have the high level overview sections for now, but I wanted to get comments sooner rat

[Openstack] OpenStack Identity: Keystone API Proposal

2011-06-10 Thread Ziad Sawalha
Time flies! It's June 10th already. In my last email to this community I had proposed today as the day to lock down the Keystone API so we can finalize implementation by Diablo-D2 (June 30th). We've been working on this feverishly over the past couple of weeks and have just pushed out a propose

Re: [Openstack] euca-bundle-instance error

2011-06-10 Thread Vishvananda Ishaya
This is correct. Bundle Instance doesn't even exist in the older eucatools? If you would like to file a bug perhaps someone could tackle it. Vish On Jun 10, 2011, at 11:56 AM, Scott Moser wrote: > On Fri, 10 Jun 2011, Diego Parrilla Santamaría wrote: > >> Hi all, >> >> we are testing the C

Re: [Openstack] OpenStack Identity: Keystone API Proposal

2011-06-10 Thread Andiabes
It might be useful to include in the API guide some information about authentication to keystone itself. I.e when requesting a list of users,tenants etc the requestor should somehow authenticate itself I'm guessing that the flow involve acquiring a token that authenticates the user to keystone a