Re: [Openstack] OpenStack Folsom (Devstack) Network Pre-configuration

2013-01-19 Thread Marton Kiss
Hey Yuping, You could check this page, it could be related to your question: https://answers.launchpad.net/quantum/+question/208377 Regards, Márton Kiss 2013/1/18 Rain Lee > Hi all, > > I am using devstack to deploy an experiment cloud, following exactly > everything as listed on http://dev

[Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-19 Thread harryxiyou
Hi all, I read the source code of Openstack Nova branch source codes but i can not find the standard libvirt library packages, which i think Nova uses libvirt interfaces they are from standard libvirt library to attach Sheepdog(or others) volumes to QEMU. If i add a new block storage driver for s

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread harryxiyou
On Sat, Jan 19, 2013 at 10:09 PM, Huang Zhiteng wrote: > It seems you also have tgt patch for HLFS, personally I'd prefer iSCSI > support over qEMU support since iSCSI is well supported by almost every > hypervisor. > We will first realize HLFS driver by Qemu/Libvirt way for Openstack. Then, we wi

Re: [Openstack] [Sheepdog][Libvirt][Qemu]Add a new block storage driver by Libvirt/Qemu way for Openstack

2013-01-19 Thread harryxiyou
On Sat, Jan 19, 2013 at 10:04 PM, MORITA Kazutaka wrote: > At Sat, 19 Jan 2013 16:47:37 +0800, [...] > If you do the above work, I think you can use your file system with > OpenStack. > Thanks for your review ;-) > But I suggest doing them step by step. If your file system is not > supported in

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread Huang Zhiteng
It seems you also have tgt patch for HLFS, personally I'd prefer iSCSI support over qEMU support since iSCSI is well supported by almost every hypervisor. On Jan 19, 2013 9:23 PM, "harryxiyou" wrote: > On Sat, Jan 19, 2013 at 7:00 PM, Huang Zhiteng > wrote: > > Until the QEMU support is official

Re: [Openstack] [Sheepdog][Libvirt][Qemu]Add a new block storage driver by Libvirt/Qemu way for Openstack

2013-01-19 Thread MORITA Kazutaka
At Sat, 19 Jan 2013 16:47:37 +0800, harryxiyou wrote: > > Hi all, > > I wanna add a new block storage driver by Libvirt/Qemu way for Openstack, > which > is as same as Sheepdog driver for Openstack. So i think the theories > are like this. > > 1, In the Openstack Nova branch, Openstck driver ca

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread harryxiyou
On Sat, Jan 19, 2013 at 7:00 PM, Huang Zhiteng wrote: > Until the QEMU support is official, I don't think it's a good idea >to have HLFS driver in Cinder. > It sounds reasonable, we will send our patches to QEMU&&Libvirt community. After the patches are merged, we will send patch to Openstack. Do

Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-19 Thread Brian Ipsen
Hi As for the network diagram the one on the referred page (http://docs.openstack.org/trunk/openstack-object-storage/admin/content/figures/swift_install_arch.png) more or less looks what I plan on doing. I would just put a NAT'ing firewall between the public switch and the internet. For securit

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread Huang Zhiteng
Until the QEMU support is official, I don't think it's a good idea to have HLFS driver in Cinder. On Sat, Jan 19, 2013 at 1:14 PM, harryxiyou wrote: > On Sat, Jan 19, 2013 at 12:24 PM, MORITA Kazutaka > wrote: >> At Fri, 18 Jan 2013 22:56:38 +0800, > [...] >> >> The answer depends on the protoco

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread harryxiyou
On Sat, Jan 19, 2013 at 5:27 PM, MORITA Kazutaka wrote: > At Sat, 19 Jan 2013 13:14:42 +0800, > harryxiyou wrote: [...] > > Sheepdog uses an own protocol, and I think your file system is similar. > > IIUC, what you need to do are: > 1. modify libvirt so that you can specify your file system as a

Re: [Openstack] [Openstack-dev][Sheepdog]Add a new driver for Openstack Cinder like Sheepdog volumes

2013-01-19 Thread MORITA Kazutaka
At Sat, 19 Jan 2013 13:14:42 +0800, harryxiyou wrote: > > On Sat, Jan 19, 2013 at 12:24 PM, MORITA Kazutaka > wrote: > > At Fri, 18 Jan 2013 22:56:38 +0800, > [...] > > > > The answer depends on the protocol between QEMU and HLFS. What is > > used for accessing HLFS volumes from QEMU? Is it iSC

Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-19 Thread Kuo Hugo
Would you mind to have a network diagram of your environment ? Hugo 2013/1/19 Brian Ipsen > Hi > > ** ** > > I am trying to figure out how to build a swift setup with Keystone > identity management – and have the environment secured by a firewall. > > ** ** > > I expect, that a number

Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-19 Thread Kuo Hugo
The answer is depends on your service plan . Generally , the IP for keystone is the network which could be accessed from client . Also , the publicurl / adminurl / internal could be different . Keystone is the auth agent for swift(and all other services) , while you produce a request to ask for "

[Openstack] [Sheepdog][Libvirt][Qemu]Add a new block storage driver by Libvirt/Qemu way for Openstack

2013-01-19 Thread harryxiyou
Hi all, I wanna add a new block storage driver by Libvirt/Qemu way for Openstack, which is as same as Sheepdog driver for Openstack. So i think the theories are like this. 1, In the Openstack Nova branch, Openstck driver call libvirt client and send parameters to libvirt client.(From this point,