6ac08e7f0e
Migrate accordin to Ansible guidelines [1[]] and tool migrate.py [2] Also fixed ALL ansible-test sanity issues Add pep8 and linter job with runs ansible-test sanity test. [1] https://etherpad.openstack.org/p/openstack-ansible-modules [2] https://github.com/ansible-community/collection_migration Change-Id: Ib2b1c8f23aacfca95304132bfe5c4cdedbea0520
21 lines
534 B
YAML
21 lines
534 B
YAML
namespace: openstack
|
|
name: cloud
|
|
version: 1.0.0
|
|
readme: README.md
|
|
authors: Openstack
|
|
description: Openstack Ansible modules
|
|
license: GPLv3
|
|
license_file: LICENSE
|
|
tags:
|
|
- cloud
|
|
- openstack
|
|
dependencies: {}
|
|
repository: https://opendev.org/openstack/ansible-collections-openstack.git
|
|
documentation: https://docs.openstack.org/ansible-collections-openstack
|
|
homepage: https://opendev.org
|
|
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack
|
|
build_ignore:
|
|
- build_artifact/
|
|
- "*.tar.gz"
|
|
- zuul.yaml
|