Convert RPC installation guide from DocBook to RST, remove content specific to Rackspace, and create initial OSAD installation guide. Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
1.2 KiB
Home 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.
In this guide, we refer to the host running Ansible playbooks as the deployment host and the hosts on which Ansible installs OSAD 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".
For more information on physical, logical, and virtual network interfaces within hosts see the section called "Host networking".