Merge "[Docs] Move the upgrade reference into reference"

This commit is contained in:
Zuul 2018-02-19 22:26:06 +00:00 committed by Gerrit Code Review
commit c86853e871
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