The cleanest approach is simply to mount the swift datastore as a shared directory on opennebula, using either cloudfuse https://github.com/redbo/cloudfuse or s3ql https://bitbucket.org/nikratio/s3ql/overview and then use the mounted directory (mounted on each node in the same place, usually /var/lib/one) with the shared datastore driver. regards, Carlo Daffara cloudweavers ltd
----- Messaggio originale ----- Da: "Ruben S. Montero" <[email protected]> A: [email protected] Cc: "users" <[email protected]> Inviato: Giovedì, 30 ottobre 2014 13:44:51 Oggetto: Re: [one-users] How to integrate Swift storage in OpenNebula Currently there is no Swift-backed datastore in OpenNebula, so you cannot directly reference swift object in your templates. However you could import the Swift objects as an image in a OpenNebula Datastore using the URL of the object. AFAIK this is, to some extent, similar to the Swift-Glance relationship... but I'm not an authority in OpenStack... Cheers Ruben On Wed, Oct 29, 2014 at 11:19 AM, < [email protected] > wrote: Hi I have configured OpenNebula 4.8 and working good. I have one Swift storage cluster in place. I want to store datastore on that Swift storage. I tried to create new datastore but in that there is no option for Swift. How can I add Swift storage for datastore? Regards Neelesh Gurjar ______________________________ _________________ Users mailing list [email protected] http://lists.opennebula.org/ listinfo.cgi/users-opennebula. org -- Ruben S. Montero, PhD Project co-Lead and Chief Architect OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | [email protected] | @OpenNebula _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
