bifrost/playbooks/roles/bifrost-ironic-install/meta/main.yml
Julia Kreger 0caf7f4136 Cleanup role meta definitions
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
2015-08-25 19:41:29 -04:00

23 lines
363 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Install Ironic for Bifrost
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: []