35ec780515
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
33 lines
1.2 KiB
ReStructuredText
33 lines
1.2 KiB
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Ansible
|
|
-------
|
|
|
|
OpenStack Ansible Deployment uses a combination of Ansible and
|
|
Linux Containers (LXC) to install and manage OpenStack. Ansible
|
|
provides an automation platform to simplify system and application
|
|
deployment. Ansible manages systems using Secure Shell (SSH)
|
|
instead of unique protocols that require remote daemons or agents.
|
|
|
|
Ansible uses *playbooks* written in the YAML language for orchestration.
|
|
For more information, see `Ansible - Intro to
|
|
Playbooks <http://docs.ansible.com/playbooks_intro.html>`__.
|
|
|
|
In this guide, we refer to the host running Ansible playbooks as
|
|
the *deployment host* and the hosts on which Ansible installs OSA as the
|
|
*target hosts*.
|
|
|
|
A recommended minimal layout for deployments involves five target
|
|
hosts in total: three infrastructure hosts, one compute host, and one
|
|
logging host. All hosts require three network interfaces. More
|
|
information on setting up target hosts can be found in `the section
|
|
called "Host layout" <overview-hostlayout.html>`__.
|
|
|
|
For more information on physical, logical, and virtual network
|
|
interfaces within hosts see `the section called "Host
|
|
networking" <overview-hostnetworking.html>`__.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|