Deployment and Scheduling tool for Bare Metal
Project description
Overview
This is a simple tool to provision bare metal machines using OpenStack Bare Metal Service (ironic), OpenStack Image Service (glance) and OpenStack Networking Service (neutron).
Installation
pip install --user metalsmith
Usage
Start with sourcing your OpenStack credentials, for example:
. ~/stackrc
Generic usage is as follows:
metalsmith deploy --image <GLANCE IMAGE> --network <NEUTRON NET> \ --ssh-public-key <PATH TO SSH PUBLIC KEY> <RESOURCE CLASS>
This is an example suitable for TripleO (replace compute with the profile you want to deploy):
metalsmith deploy --image overcloud-full --network ctlplane \ --capability profile=compute --ssh-public-key ~/.ssh/id_rsa.pub baremetal
To remove the deployed instance:
metalsmith undeploy <NODE UUID>
For all possible options see the built-in help:
metalsmith --help
Contributing
Pull requests: Gerrit (see developer’s guide)
Bugs and RFEs: StoryBoard (please do NOT report bugs to Github)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metalsmith-0.2.0.tar.gz
(19.5 kB
view hashes)
Built Distribution
metalsmith-0.2.0-py2-none-any.whl
(20.5 kB
view hashes)
Close
Hashes for metalsmith-0.2.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c87c0db6c91f52bb295a4ff1dd61273881cef643123a6a79abbfa350cabef24 |
|
MD5 | 4bcd0fc144577d45200e50f50410c17c |
|
BLAKE2b-256 | 9b171c34229d326e26c7a21f13d21788dc497b59035ea738426e0765dbe50655 |