Home OpenStack-Ansible Installation Guide

Installing source and dependencies

Install the source and dependencies for the deployment host.

  1. Clone the OSA repository into the /opt/openstack-ansible directory:

    # git clone -b TAG https://github.com/openstack/openstack-ansible.git /opt/openstack-ansible
    

    Replace ``TAG`` with the current stable release tag.

  2. Change to the /opt/openstack-ansible directory, and run the Ansible bootstrap script:

    # scripts/bootstrap-ansible.sh
    

Previous topic

Configuring the operating system

Next topic

Configuring Secure Shell (SSH) keys

Project Source

This Page