Merge "[DOCS] Applies edits to the OSA install guide appendix A"

This commit is contained in:
Jenkins
2016-10-05 02:18:19 +00:00
committed by Gerrit Code Review

View File

@@ -7,16 +7,16 @@ Appendix A: Example test environment configuration
Introduction Introduction
~~~~~~~~~~~~ ~~~~~~~~~~~~
The test environment is a minimal set of components to deploy a working A test environment contains the minimal set of components needed to deploy a
OpenStack-Ansible environment for testing purposes. working OpenStack-Ansible (OSA) environment for testing purposes.
The test environment has the following characteristics: A test environment has the following characteristics:
* One control plane host (8 vCPU, 8GB RAM, 60GB HDD) * One infrastructure (control plane) host (8 vCPU, 8 GB RAM, 60 GB HDD)
* One compute host (8 vCPU, 8 GB RAM, 60 GB HDD) * One compute host (8 vCPU, 8 GB RAM, 60 GB HDD)
* Each host only has one Network Interface Card (NIC) * One Network Interface Card (NIC) for each host
* Only a basic compute kit environment will be installed, with glance * A basic compute kit environment, with the Image (glance) and Compute (nova)
and nova set to use file-backed storage. services set to use file-backed storage.
.. image:: figures/arch-layout-test.png .. image:: figures/arch-layout-test.png
:width: 100% :width: 100%
@@ -31,8 +31,12 @@ Environment configuration
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
The ``/etc/openstack_deploy/openstack_user_config.yml`` configuration file The ``/etc/openstack_deploy/openstack_user_config.yml`` configuration file
sets the hosts available in the groups. This designates the services that defines which hosts run the containers and services deployed by OSA. For
runs on them. example, hosts listed in the ``shared-infra_hosts`` section run containers
for many of the shared services that your OpenStack environment requires.
The following is an example of the
``/etc/openstack_deploy/openstack_user_config.yml`` configuration file for a
test environment.
.. literalinclude:: ../../../etc/openstack_deploy/openstack_user_config.yml.aio .. literalinclude:: ../../../etc/openstack_deploy/openstack_user_config.yml.aio