Simple deployment and scheduling tool for bare metal
Go to file
Dmitry Tantsur 02932096df Clean up the edge cases around states
Currently show_instance returns an Instance even if the requested node
is not actually an instance (e.g. just an available node). This change
corrects it. Make list_instances consistent with it.

Also make the states a proper enum to avoid consumers from using invalid
values (I did it several times when working on this patch).

Change-Id: If9aad0d7f4d10a7119d1f0bccc1cc32a918a72e3
2019-01-18 17:49:01 +01:00
doc Add release notes 2018-10-16 15:24:20 +02:00
metalsmith Clean up the edge cases around states 2019-01-18 17:49:01 +01:00
playbooks/integration Merge "Completely switch to openstacksdk" 2019-01-15 19:54:11 +00:00
releasenotes Clean up the edge cases around states 2019-01-18 17:49:01 +01:00
roles/metalsmith_deployment Support specifying a subnet for NIC 2019-01-16 16:27:02 +01:00
.gitignore Add release notes 2018-10-16 15:24:20 +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 Add release notes 2018-10-16 15:24:20 +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 Clean up the edge cases around states 2019-01-18 17:49:01 +01:00
requirements.txt Clean up the edge cases around states 2019-01-18 17:49:01 +01:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 19:08:16 +00: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 Add release notes 2018-10-16 15:24:20 +02: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