[Docs] Move the upgrade reference into reference

Now that the upgrade should have moved to the operations guide,
the upgrade reference should head in th reference guide.

In order to accomodate the new data into reference, the reference
landing page now links to both inventory and upgrades.

Change-Id: Ieb3eb0627854b80a7fed532702b77a7ec9a36e64
(cherry picked from commit d5937a519f)
This commit is contained in:
Jean-Philippe Evrard 2018-02-19 09:53:49 +00:00
parent b12ee4b734
commit 93a6207200
9 changed files with 36 additions and 31 deletions

View File

@ -1,17 +1,12 @@
=========
Inventory
=========
===========================
OpenStack-Ansible Reference
===========================
OpenStack-Ansible uses an included script to generate the inventory of hosts
and containers within the environment. This script is called by Ansible
through its `dynamic inventory functionality <http://docs.ansible.com/ansible/intro_dynamic_inventory.html>`_.
In this section, you will find documentation relevant to the inventory
for OpenStack-Ansible.
This chapter contains all the extra reference information
to deploy, configure, or upgrade an OpenStack-Ansible cloud.
.. toctree::
:maxdepth: 2
:maxdepth: 1
generate-inventory
configure-inventory
manage-inventory
inventory/inventory.rst
upgrades/reference.rst

View File

@ -1,4 +1,3 @@
=========================
Configuring the inventory
=========================

View File

@ -1,4 +1,3 @@
========================
Generating the Inventory
========================

View File

@ -0,0 +1,17 @@
=========
Inventory
=========
OpenStack-Ansible uses an included script to generate the inventory of hosts
and containers within the environment. This script is called by Ansible
through its `dynamic inventory functionality <http://docs.ansible.com/ansible/intro_dynamic_inventory.html>`_.
In this section, you will find documentation relevant to the inventory
for OpenStack-Ansible.
.. toctree::
:maxdepth: 2
generate-inventory
configure-inventory
manage-inventory

View File

@ -1,4 +1,3 @@
=====================================
Inspecting and managing the inventory
=====================================

View File

@ -1,6 +1,5 @@
=======
Scripts
=======
Major Upgrade Scripts
=====================
This section describes in detail the scripts that are used in the upgrade
process.

View File

@ -1,6 +1,5 @@
=========
Playbooks
=========
Major Upgrade Playbooks
=======================
This section provides details about the playbooks that are used in the
upgrade process. Within the main :file:`scripts` directory there is an

View File

@ -0,0 +1,7 @@
========================
Major upgrades reference
========================
.. include :: reference-scripts.rst
.. include :: reference-upgrade-playbooks.rst

View File

@ -1,9 +0,0 @@
======================================
Reference information for the upgrades
======================================
.. toctree::
:maxdepth: 2
reference-scripts
reference-upgrade-playbooks