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

zengchen chenzeng765 at 163.com
Mon Jun 5 12:24:26 UTC 2017


Hi all:
    The repository of Fuxi-golang has been set up! We can submit bugs and bps[1] through launchpad now.
    To Antoni Segura, this patch[2] will need your +1 to be merged. So could you please take a look at it. Thanks very much!


    [1] https://launchpad.net/fuxi-golang
    [2] https://review.openstack.org/#/c/470111/


Best Wishes
zengchen





At 2017-05-31 23:55:15, "Hongbin Lu" <hongbin.lu at huawei.com> wrote:


Please find my replies inline.

 

Best regards,

Hongbin

 

From: Spyros Trigazis [mailto:strigazi at 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:26, Hongbin Lu <hongbin.lu at huawei.com> wrote:

Please consider leveraging Fuxi instead.

 

Is there a missing functionality from rexray?

 

[Hongbin Lu] From my understanding, Rexray targets on the overcloud use cases and assumes that containers are running on top of nova instances. You mentioned Magnum is leveraging Rexray for Cinder integration. Actually, I am the core reviewer who reviewed and approved those Rexray patches. From what I observed, the functionalities provided by Rexray are minimal. What it was doing is simply calling Cinder API to search an existing volume, attach the volume to the Nova instance, and let docker to bind-mount the volume to the container. At the time I was testing it, it seems to have some mystery bugs that prevented me to get the cluster to work. It was packaged by a large container image, which might take more than 5 minutes to pull down. With that said, Rexray might be a choice for someone who are looking for cross cloud-providers solution. Fuxi will focus on OpenStack and targets on both overcloud and undercloud use cases. That means Fuxi can work with Nova+Cinder or a standalone Cinder. As John pointed out in another reply, another benefit of Fuxi is to resolve the fragmentation problem of existing solutions. Those are the differentiators of Fuxi.

 

Kuryr/Fuxi team is working very hard to deliver the docker network/storage plugins. I wish you will work with us to get them integrated with Magnum-provisioned cluster.

 

Patches are welcome to support fuxi as an *option* instead of rexray, so users can choose.

 

Currently, COE clusters provisioned by Magnum is far away from enterprise-ready. I think the Magnum project will be better off if it can adopt 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,
Spyros

 

 

From: Spyros Trigazis [mailto:strigazi at gmail.com]
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

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 cinder integration. [2]

Cheers,
Spyros 

 

[1] https://github.com/codedellemc/rexray/releases/tag/v0.9.0 

[2] https://github.com/codedellemc/libstorage/releases/tag/v0.6.0

[3] http://git.openstack.org/cgit/openstack/magnum/tree/magnum/drivers/common/templates/swarm/fragments/volume-service.sh?h=stable/ocata

 

On 27 May 2017 at 12:15, zengchen <chenzeng765 at 163.com> wrote:

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" <john.griffith8 at gmail.com> 写道:

 

 

On Thu, May 25, 2017 at 10:01 PM, zengchen <chenzeng765 at 163.com> 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 Manila file. So, do you consider to involve Manila part of codes

 in the new Fuxi-golang?

Agreed, that's a really good and important point.  Yes, I believe Ben Swartzlander

 

is interested, we can check with him and make sure but I certainly hope that Manila would be interested.

Besides, IMO, It is better to create a repository for Fuxi-golang, because

 Fuxi is the project of Openstack,

Yeah, that seems fine; I just didn't know if there needed to be any more conversation with other folks on any of this before charing ahead on new repos etc.  Doesn't matter much to me though.

 

 

   Thanks very much!

 

Best Wishes!

zengchen

 


At 2017-05-25 22:47:29, "John Griffith" <john.griffith8 at gmail.com> wrote:

 

 

On Thu, May 25, 2017 at 5:50 AM, zengchen <chenzeng765 at 163.com> 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" <chenzeng765 at 163.com> wrote:

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, such as CI.  What's your opinion? Thanks very much

 

Best Wishes

zengchen


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Hi Zengchen,

 

For now I was thinking just use Github and PR's outside of the OpenStack projects to bootstrap things and see how far we can get.  I'll update the BP this morning with what I believe to be the key tasks to work through.

 

Thanks,

John

 


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

 


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

 


__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170605/14b5fd2d/attachment.html>


More information about the OpenStack-dev mailing list