Re: [openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-16 Thread Alex Schultz
Hey Daniel, So that patch is the one I was referring to about supporting swift being located elsewhere. That change would allow you to create a plugin with a swift role and be able to override where swift is currently deployed. We had similar changes to support splitting off

Re: [openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-16 Thread Daniel Depaoli
Alex, what about this patch https://review.openstack.org/#/c/188599/? Does it work? Is it possible to install swift in a 'base-os' role node? On Fri, Sep 11, 2015 at 4:11 PM, Alex Schultz wrote: > Hey Daniel, > > So as part of the 7.0 work we added support in plugins to

[openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-11 Thread Daniel Depaoli
Hi all! I'm starting to investigate some improvements for swift installation in fuel, in paticular a way to dedicate a node for it. I found this blueprint https://blueprints.launchpad.net/fuel/+spec/swift-separate-role that seems to be what i'm looking for. The blueprint was accepted but not yet

Re: [openstack-dev] [fuel][swift] Separate roles for Swift nodes

2015-09-11 Thread Alex Schultz
Hey Daniel, So as part of the 7.0 work we added support in plugins to be able to create roles and being able to separate roles from the existing system. I think swift would be a good candidate for this. I know we also added in some support for an external swift configuration that will be helpful