From bb220f6f41487ca70bb0a96038782599f892f94e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 19 Apr 2022 19:58:18 +0900 Subject: [PATCH] Doc: Update links in associated projects Replace github by opendev because currently opendev is the source and github is its mirror. Also, update links for repositories managed by SwiftStack organization. Unfortunately some repositories are no longer available so are removed from the list. Change-Id: Ic223650eaf7a1934f489c8b713c6d8da1239f3c5 --- doc/source/associated_projects.rst | 31 +++++++++--------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst index 00a748b93a..27db41fa3d 100644 --- a/doc/source/associated_projects.rst +++ b/doc/source/associated_projects.rst @@ -57,7 +57,7 @@ Application Bindings Authentication -------------- -* `Keystone `_ - Official Identity +* `Keystone `_ - Official Identity Service for OpenStack. * `Swauth `_ - **RETIRED**: An alternative Swift authentication service that only requires Swift itself. @@ -72,19 +72,10 @@ Command Line Access access to Swift with direct (no proxy) access capabilities as well. -External Integration --------------------- - -* `1space `_ - - Multi-cloud synchronization tool - supports Swift and S3 APIs -* `swift-metadata-sync `_ - - Propagate OpenStack Swift object metadata into Elasticsearch - - Log Processing -------------- -* `slogging `_ - Basic stats and +* `slogging `_ - Basic stats and logging tools. @@ -106,7 +97,7 @@ Content Distribution Network Integration Alternative API --------------- -* `ProxyFS `_ - Integrated file and +* `ProxyFS `_ - Integrated file and object access for Swift object storage * `SwiftHLM `_ - a middleware for using OpenStack Swift with tape and other high latency media storage @@ -118,7 +109,6 @@ Benchmarking/Load Generators * `getput `_ - getput tool suite * `COSbench `_ - COSbench tool suite -* `ssbench `_ - ssbench tool suite .. _custom-logger-hooks-label: @@ -131,7 +121,7 @@ Custom Logger Hooks Storage Backends (DiskFile API implementations) ----------------------------------------------- -* `Swift-on-File `_ - +* `Swift-on-File `_ - Enables objects created using Swift API to be accessed as files on a POSIX filesystem and vice versa. * `swift-scality-backend `_ - @@ -142,15 +132,13 @@ Developer Tools * `SAIO bash scripts `_ - Well commented simple bash scripts for Swift all in one setup. * `vagrant-swift-all-in-one - `_ - Quickly setup a + `_ - Quickly setup a standard development environment using Vagrant and Chef cookbooks in an Ubuntu virtual machine. * `SAIO Ansible playbook `_ - Quickly setup a standard development environment using Vagrant and Ansible in a Fedora virtual machine (with built-in `Swift-on-File - `_ support). -* `runway `_ - Runway sets up a - swift-all-in-one (SAIO) dev environment in an lxc container. + `_ support). * `Multi Swift `_ - Bash scripts to spin up multiple Swift clusters sharing the same hardware @@ -158,7 +146,7 @@ Developer Tools Other ----- -* `Glance `_ - Provides services for +* `Glance `_ - Provides services for discovering, registering, and retrieving virtual machine images (for OpenStack Compute [Nova], for example). * `Django Swiftbrowser `_ - @@ -166,9 +154,9 @@ Other * `Swift-account-stats `_ - Swift-account-stats is a tool to report statistics on Swift usage at tenant and global levels. -* `PyECLib `_ - High-level erasure code +* `PyECLib `_ - High-level erasure code library used by Swift -* `liberasurecode `_ - Low-level +* `liberasurecode `_ - Low-level erasure code library used by PyECLib * `Swift Browser `_ - JavaScript interface for Swift @@ -176,4 +164,3 @@ Other web browser * `swiftbackmeup `_ - Utility that allows one to create backups and upload them to OpenStack Swift -* `s3compat `_ - S3 API compatibility checker