bifrost/playbooks/roles/bifrost-create-bootable-image/meta/main.yml
stephane ff600a5033 Move diskimage-builder and bootable image creation to roles
Break out image creation via diskimage-builder into a separate role.
Also break out create-bootable-image for consistency, though it is
legacy stuff that we do not expect to use in future.

In addition to the above, clean up a couple of typos, etc. in the
adjacent code and documentation.

Implements: blueprint bifrost-deployment-image
Change-Id: If3dbfa6a6b4e3f6eee9b614342dbf5bccadfbd65
2015-07-08 12:47:36 -07:00

17 lines
296 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Create bootable disk image for Bifrost
company: OpenStack
license: Apache
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- trusty
- utopic
categories:
- cloud
- cloud:openstack
dependencies: []