Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Chris Behrens
Hm, inject_file is supposed to be tied into instance creation in the API. If it's not, we have some code missing from API. Ed Leafe did this work IIRC, as we use this here at Rackspace. Wonder if some code got dropped at some point or if it was just never completely finished. - Chris On

[Openstack] Eto

2011-06-09 Thread Bryan Taylor
I am not feeling well today so i'm going to take ETO. Sent from my iPhone ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Vladimir Popovski
Hi All, Thanks for answers. Injecting files into running instance is a very interesting topic, but it is not our goal (at least for now). I was just curious seeing these APIs and guessed that those are placeholders (as Ed confirmed). However, what we are missing is the way of injecting data

Re: [Openstack] [team-entarch] Eto

2011-06-09 Thread Bryan Taylor
Doh! Sorry for the spam openstack. o now autocompletes to this instead of my project team's list and I didn't notice. On 6/9/11 12:02 PM, Ken Savich ken.sav...@rackspace.com wrote: You sent that to the openstack list On Jun 9, 2011, at 11:55 AM, Bryan Taylor btay...@rackspace.com wrote: I'm

Re: [Openstack] [team-entarch] Eto

2011-06-09 Thread John Dickinson
We're all glad you're feeling better. Now get back to work! We've got a cloud to build, and it's not going to build itself. ;-) On Jun 9, 2011, at 12:18 PM, Bryan Taylor wrote: Doh! Sorry for the spam openstack. o now autocompletes to this instead of my project team's list and I didn't

[Openstack] swift-stats-populate ring expansion

2011-06-09 Thread Jon Slenk
hi, I'm experimenting with expanding a cluster's set of rings. The report is 100% ok before I expand, but when I run swift-stats-report after the expansion it fails to get all the stuff. Anybody have insight/thoughts/guesses re: this? Hrm... Thanks. -Jon. # swift-stats-report -d Queried 24400

Re: [Openstack] swift-stats-populate ring expansion

2011-06-09 Thread Jon Slenk
hi, thanks for your note. On Thu, Jun 9, 2011 at 12:03 PM, Florian Hines fhi...@rackspace.com wrote: When you updated the ring did you modify more than 1 Zone at a time ? 1) yes. added one node per zone, each having like 20 devices. 2) also, i've learned (had already forgotten :-() that i

Re: [Openstack] [NetStack] Proposed changes to Quantum API

2011-06-09 Thread Josh Wilmes
Thanks, Salvatore- *1)*Removing operation: *POST /networks/{net_id}/attachments* This is an orchestration operation (see second diagram for ‘Create Network http://wiki.openstack.org/QuantumAPIUseCases#Create_Network_and_Spawn_VM’ use case). It has been suggested that orchestration should

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

2011-06-09 Thread Troy Toman
Ying, I can provide some insight since I am in the current timezone. Comments below. Perhaps Santhosh or are team can provide some additional thoughts later. Troy On Jun 9, 2011, at 4:10 PM, Ying Liu (yinliu2) wrote: Hi all, Thanks Santhosh for the great work about Quantum_Framework. I

Re: [Openstack] Injecting user data into instances

2011-06-09 Thread Vishvananda Ishaya
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. Vish On Jun 9, 2011, at 9:46 AM, Vladimir Popovski wrote: Hi All, Thanks for

[Openstack] Glance API Extensions

2011-06-09 Thread Glen Campbell
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 mechanism for companies like Rackspace to add