[Openstack] Openstack Swift with Azure Integration
Everett Toews
everett.toews at RACKSPACE.COM
Mon Apr 21 13:41:43 UTC 2014
Hi Mehmet,
There’s a couple of ways you can solve this problem.
1. Client side
If you’re writing some sort of client for a customer to solve this problem, you can use a multi-cloud SDK like jclouds, libcloud, or Fog to store their files in one cloud or the other depending on how full Swift is.
2. Server side
This is probably a better solution. You’d need to write some Swift middleware to handle it for your customer. There are lots of good guides and examples for creating Swift middleware:
http://docs.openstack.org/developer/swift/development_middleware.html
https://github.com/openstack/swift/tree/master/swift/common/middleware
http://docs.openstack.org/trunk/openstack-ops/content/customize.html#swift_middleware_example
http://julien.danjou.info/blog/2013/extending-swift-with-a-middleware-clamav
Don’t forget you’ll probably want to return a header to the client in the response from the middleware so the client knows where their object has been stored.
HTH,
Everett
On Apr 16, 2014, at 1:26 AM, mehmet hacısalihoğlu <esedmehmet at gmail.com<mailto:esedmehmet at gmail.com>> wrote:
Hi,
My problem;
If swift storage fill up 80 percent or 90 percent, It will automaticly store azure storage to new data.
So I want to integrate swift with azure. Or How can solve this problem?
Regards.
2014-04-15 20:51 GMT+03:00 Chuck Thier <cthier at gmail.com<mailto:cthier at gmail.com>>:
I'm not aware of any integration between Swift and Azure. Could you explain more what problem you are trying to solve?
Thanks,
--
Chuck
On Tue, Apr 15, 2014 at 6:55 AM, mehmet hacısalihoğlu <esedmehmet at gmail.com<mailto:esedmehmet at gmail.com>> wrote:
Hi All,
I want to integrate swift with azure. But I dont find related document to this subject.
How can integrate swift with azure?
Regards.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack at lists.openstack.org<mailto:openstack at lists.openstack.org>
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20140421/a8e56373/attachment.html>
More information about the Openstack
mailing list