This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
1.2 KiB
Home 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_varsstanza:cinder_storage_availability_zone: CINDERAZReplace ``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_zonein your/etc/openstack_deploy/user_variables.ymlcinder_default_availability_zone: CINDERAZ_DEFAULTReplace ``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_zoneis not defined, the default variable will be used (nova). This could make horizon's volume creation fail.