0caf7f4136
Cleaned up meta definitions to correctly define tested operating systems. Additionally, removed hard coded dependency in the node setup role that could be causing issues with Ansible 2.0, and corrected minimum version to 1.9. Change-Id: I9d5fa719793896cce00a69dafba738755b45b068
23 lines
362 B
YAML
23 lines
362 B
YAML
---
|
|
galaxy_info:
|
|
author: Ironic Developers
|
|
description: Enrolls nodes into 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: []
|