ab6204494a
Ansible, when dependencies are present, will cause dependant roles to always be executed, which was resulting in configuration drives being generated twice instead of once. Closes-Bug: # 1506686 Change-Id: I07f44435f829c0b3e1855324fa254059ce46e3b9
23 lines
376 B
YAML
23 lines
376 B
YAML
---
|
|
galaxy_info:
|
|
author: Ironic Developers
|
|
description: Deploys the image on to nodes in Ironic
|
|
company: OpenStack
|
|
license: Apache
|
|
min_ansible_version: 1.9
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- utopic
|
|
categories:
|
|
- cloud
|
|
- cloud:openstack
|
|
dependencies: []
|