openstack-ansible-os_trove/meta/main.yml
Guilherme Steinmüller bbbfd6e7c3 debian: add support
This patch adds the Debian jobs for this role to make sure
it's always passing as well as updates the meta to reflect
it's support of Debian accordingly.

Depends-On: https://review.openstack.org/652206
Change-Id: I308aab7fbd93686c36043f8a29d1f4ef9e8acfe2
2019-04-13 22:12:08 +00:00

30 lines
514 B
YAML

---
galaxy_info:
author: Donovan Francesco <donovan.francesco@is.co.za>
description: Deploy Trove with OpenStack Ansible
company: OpenStack
license: Apache-2.0
min_ansible_version: 2.2
version: 0.1.0
platforms:
- name: Debian
versions:
- stretch
- name: Ubuntu
versions:
- xenial
- bionic
- name: EL
versions:
- 7
galaxy_tags:
- cloud
- openstack
- python
- trove
dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'