summaryrefslogtreecommitdiff
path: root/doc/test
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-07-09 17:58:52 +0100
committerStephen Finucane <stephenfin@redhat.com>2021-10-19 12:51:39 +0100
commit13b06ebb1cea239f96a3426eb30f1ad42a0ff7ed (patch)
tree4ad3cd564ff65b9c927891d5d90eb8a255674335 /doc/test
parent0564006a0a90a8f2098fd3c1c99f7a316f82d636 (diff)
downloadnova-13b06ebb1cea239f96a3426eb30f1ad42a0ff7ed.tar.gz
docs: Add a new cells v2 document
We currently have three cells v2 documents in-tree: - A 'user/cellsv2-layout' document that details the structure or architecture of a cells v2 deployment (which is to say, any modern nova deployment) - A 'user/cells' document, which is written from a pre-cells v2 viewpoint and details the changes that cells v2 *will* require and the benefits it *would* bring. It also includes steps for upgrading from pre-cells v2 (that is, pre-Pike) deployment or a deployment with cells v1 (which we removed in Train and probably broke long before) - An 'admin/cells' document, which doesn't contain much other than some advice for handling down cells Clearly there's a lot of cruft to be cleared out as well as some centralization of information that's possible. As such, we combine all of these documents into one document, 'admin/cells'. This is chosen over 'users/cells' since cells are not an end-user-facing feature. References to cells v1 and details on upgrading from pre-cells v2 deployments are mostly dropped, as are some duplicated installation/configuration steps. Formatting is fixed and Sphinx-isms used to cross reference config option where possible. Finally, redirects are added so that people can continue to find the relevant resources. The result is (hopefully) a one stop shop for all things cells v2-related that operators can use to configure and understand their deployments. Change-Id: If39db50fd8b109a5a13dec70f8030f3663555065 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'doc/test')
-rw-r--r--doc/test/redirect-tests.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt
index 4ee7d865c9..012ddfe7bc 100644
--- a/doc/test/redirect-tests.txt
+++ b/doc/test/redirect-tests.txt
@@ -9,12 +9,12 @@
/nova/latest/architecture.html 301 /nova/latest/user/architecture.html
/nova/latest/block_device_mapping.html 301 /nova/latest/user/block-device-mapping.html
/nova/latest/blueprints.html 301 /nova/latest/contributor/blueprints.html
-/nova/latest/cells.html 301 /nova/latest/user/cells.html
+/nova/latest/cells.html 301 /nova/latest/admin/cells.html
/nova/latest/code-review.html 301 /nova/latest/contributor/code-review.html
/nova/latest/conductor.html 301 /nova/latest/user/conductor.html
/nova/latest/development.environment.html 301 /nova/latest/contributor/development-environment.html
/nova/latest/devref/api.html 301 /nova/latest/contributor/api.html
-/nova/latest/devref/cells.html 301 /nova/latest/user/cells.html
+/nova/latest/devref/cells.html 301 /nova/latest/admin/cells.html
/nova/latest/devref/filter_scheduler.html 301 /nova/latest/admin/scheduling.html
# catch all, if we hit something in devref assume it moved to
# reference unless we have already triggered a hit above.
@@ -64,7 +64,9 @@
/nova/latest/threading.html 301 /nova/latest/reference/threading.html
/nova/latest/upgrade.html 301 /nova/latest/admin/upgrades.html
/nova/latest/user/aggregates.html 301 /nova/latest/admin/aggregates.html
-/nova/latest/user/cellsv2_layout.html 301 /nova/latest/user/cellsv2-layout.html
+/nova/latest/user/cells.html 301 /nova/latest/admin/cells.html
+/nova/latest/user/cellsv2_layout.html 301 /nova/latest/admin/cells.html
+/nova/latest/user/cellsv2-layout.html 301 /nova/latest/admin/cells.html
/nova/latest/user/config-drive.html 301 /nova/latest/user/metadata.html
/nova/latest/user/filter-scheduler.html 301 /nova/latest/admin/scheduling.html
/nova/latest/user/metadata-service.html 301 /nova/latest/user/metadata.html