922032cb9f
Module templates have little benefit because
* they are not documented anywhere,
* their structure is not suitable for our modules, hence not a
single module is written according to the templates,
* contributers better base their own modules on existing modules
because we have modules for most OpenStack components,
* they are outdated, e.g. normalizing is a relict of
openstacksdk<0.99.0 and results,
* they are bloated, e.g. *_info module is doing preliminary checks
and creating filters in separate functions which proved in other
modules to be much better readable when inlined,
* they are hard to understand, e.g. argument_spec definition is
a huge Jinja2 template which does nothing except for copying
arguments from one place to another,
* they are not tested.
Change-Id: I460b75c09a361e712bbfb002c1ad1d03b3dff8ee
(cherry picked from commit 133af96666
)
36 lines
844 B
YAML
36 lines
844 B
YAML
namespace: openstack
|
|
name: cloud
|
|
readme: README.md
|
|
authors: Openstack
|
|
description: Openstack Ansible modules
|
|
license: GPL-3.0-or-later
|
|
tags:
|
|
- cloud
|
|
- openstack
|
|
dependencies: {}
|
|
repository: https://opendev.org/openstack/ansible-collections-openstack
|
|
documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html
|
|
homepage: https://opendev.org/openstack/ansible-collections-openstack
|
|
issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack
|
|
build_ignore:
|
|
- "*.tar.gz"
|
|
- build_artifact
|
|
- ci
|
|
- galaxy.yml.in
|
|
- setup.cfg
|
|
- test-requirements*
|
|
- tests
|
|
- tools
|
|
- tox.ini
|
|
- .gitignore
|
|
- .gitreview
|
|
- .zuul.yaml
|
|
- .pytest_cache
|
|
- importer_result.json
|
|
- .tox
|
|
- .env
|
|
- .vscode
|
|
- ansible_collections_openstack.egg-info
|
|
- changelogs
|
|
version: 1.10.0
|