8000 GitHub - obaranov/infrared-core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

obaranov/infrared-core

Repository files navigation

#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 [....]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0