Simple deployment and scheduling tool for bare metal
Go to file
Doug Hellmann b764e04e57 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ief7a2b6846c3035d4d0a17ad54768d483da14802
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:54:45 -04:00
doc Updates after becoming an official projects 2018-09-21 14:09:39 +02:00
metalsmith Accept optional fixed_ip for nics 2018-09-14 16:59:11 +02:00
playbooks/integration Add the "---" into ansible yaml file 2018-09-16 01:41:07 -04:00
roles/metalsmith_deployment Accept optional fixed_ip for nics 2018-09-14 16:59:11 +02:00
.gitignore Updates after becoming an official projects 2018-09-21 14:09:39 +02:00
.gitreview Migrate to OpenStack infra 2018-05-14 19:24:51 +02:00
.stestr.conf Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
.zuul.yaml Updates after becoming an official projects 2018-09-21 14:09:39 +02:00
LICENSE Initial commit 2015-08-27 11:33:12 +02:00
README.rst Updates after becoming an official projects 2018-09-21 14:09:39 +02:00
lower-constraints.txt Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
requirements.txt Support for HTTP image location 2018-09-07 10:04:38 +02:00
setup.cfg Migrate jobs in-tree and add a Python 3.6 job 2018-09-04 09:41:24 +02:00
setup.py Update from Pike requirements 2017-09-20 12:26:47 +02:00
test-requirements.txt Switch to stestr for unit tests 2018-09-10 13:05:02 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:54:45 -04:00

README.rst

Deployment and Scheduling tool for Bare Metal

image

Overview

This is a simple tool to provision bare metal machines using OpenStack Bare Metal Service (ironic) and, optionally, OpenStack Image Service (glance) and OpenStack Networking Service (neutron).

Installation

pip install --user metalsmith

Contributing