f9f907732e
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>
46 lines
1.2 KiB
ReStructuredText
46 lines
1.2 KiB
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Installation requirements
|
|
-------------------------
|
|
|
|
Deployment host:
|
|
|
|
- Required items:
|
|
|
|
- Ubuntu 14.04 LTS (Trusty Tahr) or compatible operating system that
|
|
meets all other requirements.
|
|
|
|
- Secure Shell (SSH) client supporting public key authentication.
|
|
|
|
- Synchronized network time (NTP) client.
|
|
|
|
- Python 2.7 or later.
|
|
|
|
Target hosts:
|
|
|
|
- Required items:
|
|
|
|
- Ubuntu Server 14.04 LTS (Trusty Tahr) 64-bit operating system,
|
|
with Linux kernel version ``3.13.0-34-generic`` or later.
|
|
|
|
- SSH server supporting public key authentication.
|
|
|
|
- Synchronized NTP client.
|
|
|
|
- Optional items:
|
|
|
|
- For hosts providing Block Storage (cinder) service volumes, a
|
|
Logical Volume Manager (LVM) volume group named *cinder-volumes*.
|
|
|
|
- LVM volume group named *lxc* to store container file systems. If
|
|
the lxc volume group does not exist, containers will be
|
|
automatically installed in the root file system of the host.
|
|
|
|
By default, ansible creates a 5 GB logical volume. Plan storage
|
|
accordingly to support the quantity of containers on each target
|
|
host.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|