![Matt Thompson](/assets/img/avatar_default.png)
This commit does the following: - sets all shell prompts in code-blocks to the root prompt - uses shell-session code-block since the shell prompt was being treated as a comment - links configure-aodh.rst in configure.rst (running tox was complaining that this file wasn't being linked anywhere) - other minor cleanup Change-Id: I9e3ac8bb0cabd1cc17952cfd765dbb0d8f7b6fa2
42 lines
1.2 KiB
ReStructuredText
42 lines
1.2 KiB
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
Availability zones
|
|
------------------
|
|
|
|
Multiple availability zones can be created to manage Block Storage
|
|
storage hosts. Edit the
|
|
``/etc/openstack_deploy/openstack_user_config.yml`` and
|
|
``/etc/openstack_deploy/user_variables.yml`` files to set up
|
|
availability zones.
|
|
|
|
#. For each cinder storage host, configure the availability zone under
|
|
the ``container_vars`` stanza:
|
|
|
|
.. code-block:: yaml
|
|
|
|
cinder_storage_availability_zone: CINDERAZ
|
|
|
|
Replace ``CINDERAZ`` with a suitable name. For example
|
|
``cinderAZ_2``
|
|
|
|
#. If more than one availability zone is created, configure the default
|
|
availability zone for all the hosts by creating a
|
|
``cinder_default_availability_zone`` in your
|
|
``/etc/openstack_deploy/user_variables.yml``
|
|
|
|
.. code-block:: yaml
|
|
|
|
cinder_default_availability_zone: CINDERAZ_DEFAULT
|
|
|
|
Replace ``CINDERAZ_DEFAULT`` with a suitable name. For example,
|
|
``cinderAZ_1``. The default availability zone should be the same
|
|
for all cinder hosts.
|
|
|
|
If the ``cinder_default_availability_zone`` is not defined, the
|
|
default variable will be used (nova). This could make horizon's
|
|
volume creation fail.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|