a998779940
Just noting in the role metadata that the role supports Xenial Change-Id: I70fba8cd35f13405a0261d3aafab4681f2ca3ebf Implements: blueprint support-ubuntu-1604
20 lines
416 B
YAML
20 lines
416 B
YAML
galaxy_info:
|
|
author: Comcast Corporation
|
|
description: Install and configure OpenStack Rally
|
|
company: Comcast Corportation
|
|
license: Apache2
|
|
min_ansible_version: 1.9
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
galaxy_tags: []
|
|
dependencies:
|
|
- pip_install
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|
|
- galera_client
|
|
- openstack_openrc
|