bifrost/playbooks/roles/bifrost-openstack-ci-prep/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

16 lines
301 B
YAML

---
galaxy_info:
author: Ironic Developers
description: Prepare and set CI node settings for OpenStack CI tests.
company: OpenStack
license: Apache
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- cloud
- cloud:openstack
dependencies: []