From 04fd12b945b7a693dfab3f526dd969b0c6d42583 Mon Sep 17 00:00:00 2001 From: Surya Prakash Singh Date: Mon, 25 Sep 2017 12:46:35 +0530 Subject: [PATCH] Restructured the doc of kolla-ansible Created the admin directory, remove some files from user dir and placed into admin and contributor. For more detail, see the doc migration spec. http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I84c565d7d14a4d90270a53e14ab93a10f7ffb9b7 Partially-Implements: blueprint ka-queens-doc-restructure --- doc/source/{user => admin}/advanced-configuration.rst | 0 doc/source/{user => admin}/deployment-philosophy.rst | 0 doc/source/admin/index.rst | 9 +++++++++ .../{user => admin}/production-architecture-guide.rst | 0 doc/source/contributor/index.rst | 1 + .../kolla-for-openstack-development.rst | 0 doc/source/index.rst | 7 +++++++ doc/source/user/index.rst | 4 ---- 8 files changed, 17 insertions(+), 4 deletions(-) rename doc/source/{user => admin}/advanced-configuration.rst (100%) rename doc/source/{user => admin}/deployment-philosophy.rst (100%) create mode 100644 doc/source/admin/index.rst rename doc/source/{user => admin}/production-architecture-guide.rst (100%) rename doc/source/{user => contributor}/kolla-for-openstack-development.rst (100%) diff --git a/doc/source/user/advanced-configuration.rst b/doc/source/admin/advanced-configuration.rst similarity index 100% rename from doc/source/user/advanced-configuration.rst rename to doc/source/admin/advanced-configuration.rst diff --git a/doc/source/user/deployment-philosophy.rst b/doc/source/admin/deployment-philosophy.rst similarity index 100% rename from doc/source/user/deployment-philosophy.rst rename to doc/source/admin/deployment-philosophy.rst diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst new file mode 100644 index 0000000000..285c029d61 --- /dev/null +++ b/doc/source/admin/index.rst @@ -0,0 +1,9 @@ +Admin Guides +============ + +.. toctree:: + :maxdepth: 1 + + advanced-configuration + production-architecture-guide + deployment-philosophy diff --git a/doc/source/user/production-architecture-guide.rst b/doc/source/admin/production-architecture-guide.rst similarity index 100% rename from doc/source/user/production-architecture-guide.rst rename to doc/source/admin/production-architecture-guide.rst diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index c2d7d4d973..b9fc723565 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -5,6 +5,7 @@ Developer Docs :maxdepth: 1 CONTRIBUTING + kolla-for-openstack-development vagrant-dev-env running-tests bug-triage diff --git a/doc/source/user/kolla-for-openstack-development.rst b/doc/source/contributor/kolla-for-openstack-development.rst similarity index 100% rename from doc/source/user/kolla-for-openstack-development.rst rename to doc/source/contributor/kolla-for-openstack-development.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index c7c33fa52e..b4b8f673e8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,13 @@ For information on building container images for use with Kolla-Ansible, please refer to the `Kolla image documentation `_. +Admin Guides +============ + +.. toctree:: + :maxdepth: 2 + + admin/index User Guides =========== diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 786a54610a..008d4e1976 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -4,13 +4,9 @@ User Guides .. toctree:: :maxdepth: 1 - deployment-philosophy - production-architecture-guide quickstart multinode multi-regions - advanced-configuration operating-kolla security - kolla-for-openstack-development troubleshooting