ff600a5033
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
17 lines
296 B
YAML
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: []
|