[Docs] Move AIO to first scenario
With the ability to now have scenarii as first class citizens, we can move the AIO. Change-Id: I7d21bc49128b49bd6b2e6cf1b31938f1b81706d6
This commit is contained in:
parent
134ec81016
commit
dc8d6256ce
@ -49,7 +49,7 @@ https://git.openstack.org/cgit/openstack/openstack-ansible-<ROLENAME>.
|
|||||||
.. _official OpenStack project: https://governance.openstack.org/reference/projects/index.html
|
.. _official OpenStack project: https://governance.openstack.org/reference/projects/index.html
|
||||||
.. _Home Page: https://governance.openstack.org/reference/projects/openstackansible.html
|
.. _Home Page: https://governance.openstack.org/reference/projects/openstackansible.html
|
||||||
.. _Deployment Guide: https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest
|
.. _Deployment Guide: https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest
|
||||||
.. _Quick Start: https://docs.openstack.org/openstack-ansible/latest/contributor/quickstart-aio.html
|
.. _Quick Start: https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html
|
||||||
.. _Developer Documentation: https://docs.openstack.org/openstack-ansible/latest/contributor/index.html
|
.. _Developer Documentation: https://docs.openstack.org/openstack-ansible/latest/contributor/index.html
|
||||||
.. _Source: https://git.openstack.org/cgit/openstack/openstack-ansible
|
.. _Source: https://git.openstack.org/cgit/openstack/openstack-ansible
|
||||||
.. _OpenStack Mailing Lists: http://lists.openstack.org/
|
.. _OpenStack Mailing Lists: http://lists.openstack.org/
|
||||||
|
@ -9,7 +9,7 @@ intended for deployers.
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If you want to do a quick proof of concept of OpenStack, read the
|
If you want to do a quick proof of concept of OpenStack, read the
|
||||||
`All-In-One quickstart Guide <https://docs.openstack.org/openstack-ansible/latest/contributor/quickstart-aio.html>`_
|
`All-In-One quickstart Guide <https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html>`_
|
||||||
instead of this document. This document is a walkthrough of a deploy
|
instead of this document. This document is a walkthrough of a deploy
|
||||||
using OpenStack-Ansible, with all its configurability.
|
using OpenStack-Ansible, with all its configurability.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ import sys
|
|||||||
|
|
||||||
# Create dynamic table file.
|
# Create dynamic table file.
|
||||||
CONF_PATH = os.path.dirname(os.path.realpath(__file__))
|
CONF_PATH = os.path.dirname(os.path.realpath(__file__))
|
||||||
SCENARIO_TABLE = 'contributor/scenario-table-gen.html'
|
SCENARIO_TABLE = 'user/aio/scenario-table-gen.html'
|
||||||
TABLE_FILE = os.path.join(CONF_PATH, SCENARIO_TABLE)
|
TABLE_FILE = os.path.join(CONF_PATH, SCENARIO_TABLE)
|
||||||
stg = imp.load_source(
|
stg = imp.load_source(
|
||||||
'scenario_table_gen',
|
'scenario_table_gen',
|
||||||
|
@ -24,7 +24,6 @@ Contents:
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
quickstart-aio
|
|
||||||
inventory-and-vars
|
inventory-and-vars
|
||||||
scripts
|
scripts
|
||||||
contribute
|
contribute
|
||||||
|
@ -51,13 +51,12 @@ arguments to ``ansible-playbook`` as a convenience.
|
|||||||
bootstrap-aio.sh
|
bootstrap-aio.sh
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
The ``bootstrap-aio.sh`` script prepares a host for an `All-In-One`_ (AIO)
|
The ``bootstrap-aio.sh`` script prepares a host for an
|
||||||
|
:ref:`All-In-One <quickstart-aio>` (AIO)
|
||||||
deployment for the purposes of development and gating. The script creates the
|
deployment for the purposes of development and gating. The script creates the
|
||||||
necessary partitions, directories, and configurations. The script can be
|
necessary partitions, directories, and configurations. The script can be
|
||||||
configured using environment variables - more details are provided on the
|
configured using environment variables - more details are provided on the
|
||||||
`All-In-One`_ page.
|
:ref:`All-In-One <quickstart-aio>` page.
|
||||||
|
|
||||||
.. _All-In-One: quickstart-aio.html
|
|
||||||
|
|
||||||
Development and Testing
|
Development and Testing
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
===========
|
.. _quickstart-aio:
|
||||||
Quick Start
|
|
||||||
===========
|
===============
|
||||||
|
Quickstart: AIO
|
||||||
|
===============
|
||||||
|
|
||||||
All-in-one (AIO) builds are a great way to perform an OpenStack-Ansible build
|
All-in-one (AIO) builds are a great way to perform an OpenStack-Ansible build
|
||||||
for:
|
for:
|
||||||
@ -234,6 +236,7 @@ Keystone service, execute:
|
|||||||
|
|
||||||
Rebooting an AIO
|
Rebooting an AIO
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
As the AIO includes all three cluster members of MariaDB/Galera, the cluster
|
As the AIO includes all three cluster members of MariaDB/Galera, the cluster
|
||||||
has to be re-initialized after the host is rebooted.
|
has to be re-initialized after the host is rebooted.
|
||||||
|
|
||||||
@ -251,6 +254,7 @@ section in the operations guide.
|
|||||||
|
|
||||||
Rebuilding an AIO
|
Rebuilding an AIO
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Sometimes it may be useful to destroy all the containers and rebuild the AIO.
|
Sometimes it may be useful to destroy all the containers and rebuild the AIO.
|
||||||
While it is preferred that the AIO is entirely destroyed and rebuilt, this
|
While it is preferred that the AIO is entirely destroyed and rebuilt, this
|
||||||
isn't always practical. As such the following may be executed instead:
|
isn't always practical. As such the following may be executed instead:
|
File diff suppressed because one or more lines are too long
@ -18,3 +18,8 @@ see the :dev_docs:`Contributors Guide <contributor/index.html>`.
|
|||||||
|
|
||||||
For in-depth technical information, see the
|
For in-depth technical information, see the
|
||||||
:dev_docs:`OpenStack-Ansible Reference <reference/index.html>`.
|
:dev_docs:`OpenStack-Ansible Reference <reference/index.html>`.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
aio/quickstart.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user