Install metalsmith by default

It's a tiny library that provides convenient CLI for ironic.

Change-Id: I806d7fd181db8cd4be206796c8930466c6732d44
This commit is contained in:
Dmitry Tantsur 2020-06-03 12:58:52 +02:00
parent 6cd233f8c7
commit 95e78f1e6a
2 changed files with 13 additions and 0 deletions

View File

@ -79,6 +79,14 @@
source_install={{ ironicclient_source_install }}
when: skip_install is not defined
# NOTE(dtantsur): no much value in installing metalsmith from source - it does
# not change often, and nothing in bifrost depends on it.
- name: "metalsmith - Install"
include: pip_install.yml
package=metalsmith
state=latest
when: skip_install is not defined
- name: "Install configparser in venv if using"
include: pip_install.yml
package=configparser

View File

@ -0,0 +1,5 @@
---
features:
- |
`MetalSmith <https://docs.openstack.org/metalsmith/>`_ is now installed
by default.