[Openstack] Welcome RHEL/CentOS/Fedora to docland!

2012-06-10 Thread Anne Gentle
Hi all - I just pushed through a couple of changes to the docs landing page and added a brand new install/deploy guide for RHEL, CentOS, and Fedora. Here's a summary: 1. The landing page links now point to /essex/ copies of the guides - while the content is still identical to /trunk/, comments

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Narayan Desai
We're definitely interested in this sort of thing. So much so that we've already hacked support into nova-volume to run directly on top of an illumos box with zfs. ;) We've only gotten the basics working, and we haven't done any serious torture testing of it yet. Our real goal is to get things

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Diego Parrilla Santamaría
Nicolas, it makes a lot of sense what you want to do. ZFS+iSCSI is a perfect fit for vm storage, some other IaaS solutions already use this combination (and I have developed some). Keep in mind that Nexenta is only a distro based upon OpenSolaris: OpenIndiana, FreeBSD... there are a lot of

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Nicolas de BONFILS
Hi Diego, Thanks for your ideas about vm storage.In my proposal/question, I got in mind (for now) volume more than vm storage (with the zfs property allowing nfs sharing, I believe that vm storage can already be done with zfs backend). --- Nicolas On 2012-06-10 17:58, Diego Parrilla Santamara

Re: [Openstack] File injection support

2012-06-10 Thread Vishvananda Ishaya
On Jun 8, 2012, at 9:03 AM, Pádraig Brady wrote: $ qemu-img info cirros-0.3.0-x86_64-disk.img image: cirros-0.3.0-x86_64-disk.img file format: qcow2 virtual size: 39M (41126400 bytes) disk size: 11M cluster_size: 65536 $ sudo qemu-nbd -c /dev/nbd15 $PWD/cirros-0.3.0-x86_64-disk.img $ ls

Re: [Openstack] [openstack][keystone] v3 API question

2012-06-10 Thread Joseph Heck
On Jun 8, 2012, at 8:38 PM, Dolph Mathews wrote: On Jun 8, 2012, at 6:47 PM, Nguyen, Liem Manh liem_m_ngu...@hp.com wrote: Hi Joe/Dolph, I have a few questions on the v3 API’s create_user (sorry the comments section in the Google docs is getting pretty cluttered now): (POST) /users

[Openstack] [keystone] v3 API draft (update and questions to the community)

2012-06-10 Thread Joseph Heck
First a thank you to everyone who's swung by to read (and some comment) on the V3 draft at https://docs.google.com/document/d/1s9C4EMxIZ55kZr62CKEC9ip7He_Q4_g1KRfSk9hY-Sg/edit?pli=1. It's been immensely useful. To clear up a bit of confusion I caused (sorry Jay!) - there were *no* example

Re: [Openstack] [SOLVED] Re: nova live-migration failing on Ubuntu precise; libvirt live migration is OK

2012-06-10 Thread Sébastien Han
Hello, I'm not affected by this issue. I was, but it was related to the vnc issue, after disabling the console, the live-migration is performed without any problems. Regards. On Sat, Jun 9, 2012 at 8:59 PM, Anne Gentle annegen...@justwriteclick.comwrote: Absolutely should be mentioned in the

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Diego Parrilla Santamaría
Hi Nicolas, have you seen this? https://github.com/StackOps/nova/blob/master/nova/volume/san.py It has a Solaris implementation that works on top ZFS. And it works. We modified it work with Nexenta in Diablo: https://github.com/StackOps/nova/blob/stable/diablo/nova/volume/san.py Cheers Diego

[Openstack] Ceph + OpenStack [HOW-TO]

2012-06-10 Thread Sébastien Han
Hello everyone, I recently posted on my website an introduction to ceph and the integration of Ceph in OpenStack. It could be really helpful since the OpenStack documentation has not dealt with it so far. Feel free to comment, express your opinions and share your personal experience about both

Re: [Openstack] Ceph + OpenStack [HOW-TO]

2012-06-10 Thread Florian Haas
On 06/10/12 23:32, Sébastien Han wrote: Hello everyone, I recently posted on my website an introduction to ceph and the integration of Ceph in OpenStack. It could be really helpful since the OpenStack documentation has not dealt with it so far. Feel free to comment, express your opinions

Re: [Openstack] Ceph + OpenStack [HOW-TO]

2012-06-10 Thread Diego Parrilla Santamaría
great job! -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* * http://www.stackops.com/ * * On Sun, Jun 10, 2012 at 11:32 PM, Sébastien Han han.sebast...@gmail.comwrote: Hello everyone, I

Re: [Openstack] Provider Networks extension advice (was Re: [Netstack] question on get_network_details api call)

2012-06-10 Thread Dan Wendlandt
Adding main openstack list, as hopefully someone there can common on implementing Request Extensions using XML. I personally think that Request Extensions are a cleaner approach, but it would seem silly to claim support for two serialization types, but expose some API extension that work only

[Openstack] Can't launch VM with XCP plus OpenStack Essex release version

2012-06-10 Thread Takaaki Suzuki
Hi all. I need your support again. We had this parted error with XCP plus OpenStack Essex release version. Nova can't launch VM with XCP with OpenStack. I use SR with Local LVM. Did you get parted command error? If you have any idea. Please let me know. -- nova-compute

[Openstack] Examples of authentication using the glance REST API?

2012-06-10 Thread Michael Still
Hi. I am trying to find an example of how to do authentication using the glance REST API. I assume there are some HTTP headers that I need to set, but a pointer to some existing code which does this would be appreciated. This is part of porting the glance replicator to use the REST API instead

Re: [Openstack] Ceph + OpenStack [HOW-TO]

2012-06-10 Thread Atul Jha
Thanks for sharing. From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Sébastien Han [han.sebast...@gmail.com] Sent: Monday, June 11, 2012 3:02 AM To: Openstack

Re: [Openstack] Examples of authentication using the glance REST API?

2012-06-10 Thread Vaze, Mandar
I think glance uses keystone for authentication (default setup) See https://lists.launchpad.net/openstack/msg12661.html and http://docs.openstack.org/api/openstack-compute/programmer/content/using-python-to-obtain-the-authentication-token.html for how to get auth token Once you use