From ca90be414e0e50fd83c09550c5e999bc93c5c35c Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Wed, 11 Feb 2015 16:36:51 -0800 Subject: [PATCH] Add developer tools section to associated projects vagrant-swift-all-in-one is being used and maintained by a number of swift developers, it has an open source license. The ansible playbook project serves a similar goal but it's based on a Fedora distribution and includes Swift-on-File support. Drive-by fix for the Swift-on-File link which has migrated to stackforge. Change-Id: Id7478d58adcead57cf56ac4e1d05c6556c8c9b7b --- doc/source/associated_projects.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst index f2732a81f2..b8685c61e4 100644 --- a/doc/source/associated_projects.rst +++ b/doc/source/associated_projects.rst @@ -80,11 +80,22 @@ Custom Logger Hooks Storage Backends (DiskFile API implementations) ----------------------------------------------- -* `SwiftOnFile `_ - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa. +* `Swift-on-File `_ - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa. * `swift-ceph-backend `_ - Ceph RADOS object server implementation for Swift. * `kinetic-swift `_ - Seagate Kinetic Drive as backend for Swift * `swift-scality-backend `_ - Scality sproxyd object server implementation for Swift. +Developer Tools +--------------- +* `vagrant-swift-all-in-one + `_ - Quickly setup a + standard development using Vagrant and chef cookbooks in an Ubuntu virtual + machine. +* `SAIO Ansible playbook `_ - + Quickly setup a standard develop enviornment using Vagrant and ansible in a + Fedora virtual machine (with built-in `Swift-on-File + `_ support). + Other -----