Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 599 Bytes

#Infrared Core

Introduction

Infrared Core will be a rework of the original project which will be based around a composable base, for which plugins writen in ansible playbooks / roles add or extend functionality of the base.

Installation

git clone https://github.com/rhos-infra/infrared-core.git
cd infrared-core
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .

# init all the plugins
infrared plugin init-all

# list and check that we have provisioner
infrared plugin list

# try to run provisioner
infrared provisioner virsh [....]