Introduction

InfraRed is tool used for automated deployments of various OpenStack environments. It does not try to be focused on CI use-cases only, it is focused on automation in general. It is written in Python 2.7 and using Ansible as deployment backend. Python dependencies are handled by pip package manager.

Workflow is divided into 3 separated steps:

  1. Provisioning (ir-provisioner tool)
  2. Installation (ir-installer tool)
  3. Testing (ir-tester tool)

Please see Setup page first or proceed to guide for impatient (Quickstart).