Alexandra Settle c57ae019d2 [ops-guide] Removing 'draft' from operations-guide
1. Also adds intro context to index.rst

Change-Id: Icab5381fed34bc57c11140fcbc6cd28540264075
Implements: blueprint create-ops-guide
2017-05-05 09:00:33 +01:00

22 lines
823 B
ReStructuredText

==========================================
Finding Ansible scripts after installation
==========================================
All scripts used to install OpenStack with Ansible can be viewed from
the repository on GitHub, and on the local infrastructure server.
The repository containing the scripts and playbooks is located at
https://github.com/openstack/openstack-ansible.
To access the scripts and playbooks on the local ``infra01`` server,
follow these steps.
#. Log into the ``infra01`` server.
#. Change to the ``/opt/rpc-openstack/openstack-ansible`` directory.
#. The ``scripts`` directory contains scripts used in the installation.
Generally, directories and subdirectories under ``rpcd``
contain files related to RPCO. For example, the
``rpcd/playbooks`` directory contains the RPCO playbooks.