New project: metalsmith - simple deployment tool for bare metal

This is a small library/CLI tool to provision bare metals using Ironic,
Neutron and Glance. It has a simple scheduler and hides away most of
complexity when dealing with the provisioning process.

Metalsmith will not be an official project for the time being.

Change-Id: I734e109d8e821512bd502072b7d50bc0b363d8f8
This commit is contained in:
Dmitry Tantsur 2018-05-09 10:43:27 +02:00
parent de3f021595
commit 6ccc3d4be5
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group metalsmith-core
create = group metalsmith-release
label-Code-Review = -2..+2 group metalsmith-core
label-Workflow = -1..+1 group metalsmith-core
[access "refs/tags/*"]
pushSignedTag = group metalsmith-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -4528,6 +4528,10 @@
- project: openstack/merlin
description: Framework for building UIs for OpenStack projects dealing with complex
input data
- project: openstack/metalsmith
description: Simple deployment and scheduling tool for bare metal
use-storyboard: true
upstream: https://github.com/dtantsur/metalsmith.git
- project: openstack/meteos
description: Machine Learning as a Service in Apache Spark.
- project: openstack/meteos-ui

View File

@ -761,6 +761,7 @@
- openstack/masakari-specs
- openstack/meghdwar
- openstack/merlin
- openstack/metalsmith
- openstack/meteos
- openstack/meteos-ui
- openstack/microversion-parse