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

2017-05-25 Thread zengchen
Hi guys: hongbin had committed a bp of rewriting Fuxi with go language[1]. My question is where to commit codes for it. We have two choice, 1. create a new repository, 2. create a new branch. IMO, the first one is much better. Because there are many differences in the layer of infrastructure

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 question is where to co

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 guys: > hongbin had committed a bp of

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] https://github.com/opensds/opensds/blob/master/pkg/dock/plugins/connec

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 to OpenStack > > [1]htt

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 cod

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 > wrote: > >> Hi John and Zeng, >> >> The OpenSDS com

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 to Docker, but also M

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, 2017 at 10:01 PM, zengchen wr

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 for

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
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 > > in golang, from rexray [1]. >

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 popular cloud providers

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 langua

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-06-02 Thread Ricardo Rocha
gt; > > > Best regards, > > Hongbin > > > > fuxi feature request: Add authentication using a trustee and a trustID. > > > > [Hongbin Lu] I believe this is already supported. > > > > Cheers, > Spyros > > > > > > From: Spyros Trigazis

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

2017-06-05 Thread zengchen
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 wrote: Please consider leveraging Fuxi instead. Is there a missing functionality from rexray? [Hongbin Lu] From my understanding, Rexray targ