Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-06-05 Thread zengchen
tack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang On 30 May 2017 at 15:26, Hongbin Lu <hongbin...@huawei.com> wrote: Please consider leveraging Fuxi instead. Is there a missing functionality from r

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-06-02 Thread Ricardo Rocha
Kuryr/Fuxi which will give you a better OpenStack integration. > > > > Best regards, > > Hongbin > > > > fuxi feature request: Add authentication using a trustee and a trustID. > > > > [Hongbin Lu] I believe this is already supported. > > > > Cheers,

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-31 Thread Hongbin Lu
Please find my replies inline. Best regards, Hongbin From: Spyros Trigazis [mailto:strig...@gmail.com] Sent: May-30-17 9:56 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang On 30 May 2017 at 15

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-31 Thread zengchen
Hi, Spyros: Recently, Rexray can supply volume for Docker by integrating Cinder. It is great! However, comparing to Fuxi, Rexray is a little heavier. Because Rexray must depend on Libstorage to communicate with Cinder. Fuxi-golang is just a new project which re-implements Fuxi in go

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-30 Thread John Griffith
On Tue, May 30, 2017 at 5:47 AM, Spyros Trigazis wrote: > FYI, there is already a cinder volume driver for docker available, written > in golang, from rexray [1]. > > Our team recently contributed to libstorage [3], it could support manila > too. Rexray > also supports the

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-30 Thread Spyros Trigazis
t; *Sent:* May-30-17 7:47 AM > *To:* OpenStack Development Mailing List (not for usage questions) > *Subject:* Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for > Fuxi-golang > > > > FYI, there is already a cinder volume driver for docker available, written > >

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-30 Thread Hongbin Lu
: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang FYI, there is already a cinder volume driver for docker available, written in golang, from rexray [1]. Our team recently contributed to libstorage [3], it could support manila too. Rexray also supports the popular cloud providers

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-30 Thread Spyros Trigazis
FYI, there is already a cinder volume driver for docker available, written in golang, from rexray [1]. Our team recently contributed to libstorage [3], it could support manila too. Rexray also supports the popular cloud providers. Magnum's docker swarm cluster driver, already leverages rexray

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-27 Thread zengchen
Hi John & Ben: I have committed a patch[1] to add a new repository to Openstack. Please take a look at it. Thanks very much! [1]: https://review.openstack.org/#/c/468635 Best Wishes! zengchen 在 2017-05-26 21:30:48,"John Griffith" 写道: On Thu, May 25,

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-26 Thread John Griffith
On Thu, May 25, 2017 at 10:01 PM, zengchen wrote: > > Hi john: > I have seen your updates on the bp. I agree with your plan on how to > develop the codes. > However, there is one issue I have to remind you that at present, Fuxi > not only can convert > Cinder volume

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-26 Thread Zhipeng Huang
Ya we should combine all the related efforts :) #openstack-cinder would be great place to chat, shall we set a time for the meeting ? On Fri, May 26, 2017 at 11:40 AM, John Griffith wrote: > > > On Thu, May 25, 2017 at 6:25 PM, Zhipeng Huang >

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-25 Thread zengchen
Hi john: I have seen your updates on the bp. I agree with your plan on how to develop the codes. However, there is one issue I have to remind you that at present, Fuxi not only can convert Cinder volume to Docker, but also Manila file. So, do you consider to involve Manila part of

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-25 Thread John Griffith
On Thu, May 25, 2017 at 6:25 PM, Zhipeng Huang wrote: > Hi John and Zeng, > > The OpenSDS community already developed a golang client for the > os-brick[1], I think we could host the new golang os-brick code there as a > new repo and after things settled port the code back

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-25 Thread Zhipeng Huang
Hi John and Zeng, The OpenSDS community already developed a golang client for the os-brick[1], I think we could host the new golang os-brick code there as a new repo and after things settled port the code back to OpenStack [1]

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-25 Thread John Griffith
On Thu, May 25, 2017 at 5:50 AM, zengchen wrote: > Very sorry to foget attaching the link for bp of rewriting Fuxi with go > language. > https://blueprints.launchpad.net/fuxi/+spec/convert-to-golang > > > At 2017-05-25 19:46:54, "zengchen" wrote: > > Hi

Re: [openstack-dev] [fuxi][kuryr] Where to commit codes for Fuxi-golang

2017-05-25 Thread zengchen
Very sorry to foget attaching the link for bp of rewriting Fuxi with go language. https://blueprints.launchpad.net/fuxi/+spec/convert-to-golang At 2017-05-25 19:46:54, "zengchen" wrote: Hi guys: hongbin had committed a bp of rewriting Fuxi with go language[1]. My