Files
openstack-ansible-os_tempest/meta/main.yml
Sorin Sbarnea 92b43f56db Fixed bugs identified by newer ansible-lint
- scm: git is mandatory on requirements.yml when using git urls
- role_name is needed in meta
- centos was not listed as supported platform
- galaxy_tags should be used instead of categories
- comparison to empty string should be avoided

These where found while attempting to enable functional testing using
ansible-molecule.

Change-Id: I5f8087516628e20c2539552c653d4ea5361234ec
Needed-By: https://review.opendev.org/#/c/675615/
2019-08-09 13:49:35 +01:00

47 lines
1.1 KiB
YAML

---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
galaxy_info:
role_name: os_tempest
author: rcbops
description: Installation and setup of tempest
company: Rackspace
license: Apache2
min_ansible_version: 2.2
platforms:
- name: Debian
versions:
- stretch
- name: Ubuntu
versions:
- xenial
- bionic
- name: EL
versions:
- 7
- name: CentOS
versions:
- 7
- name: opensuse
versions:
- 15
galaxy_tags:
- cloud
- python
- tempest
- development
- openstack
dependencies: []