Add galaxy.yml to support install from git

For installing collection from git like:
"ansible-galaxy collection install git+https://..." the galaxy.yml
file is required to be in the collection.
Add galaxy.yml with next version and "-dev".
Fix links for docs and issues.

Change-Id: I74863977732ebea9cd63ccdd2e830a6671a9e955
This commit is contained in:
Sagi Shnaidman 2020-10-15 18:44:50 +03:00
parent 058cb4ff3f
commit 2ce1adad4a
3 changed files with 46 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
.tox .tox
build_artifact build_artifact
ansible_collections ansible_collections
galaxy.yml
FILES.json FILES.json
MANIFEST.json MANIFEST.json
importer_result.json importer_result.json

36
galaxy.yml Normal file
View File

@ -0,0 +1,36 @@
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.txt
- tests
- tools
- tox.ini
- .gitignore
- .gitreview
- .zuul.yaml
- .pytest_cache
- importer_result.json
- .tox
- .env
- ansible_collections_openstack.egg-info
- contrib
- changelogs/.plugin-cache.yaml
- changelogs/fragments
version: 1.2.1-dev

View File

@ -8,10 +8,10 @@ tags:
- cloud - cloud
- openstack - openstack
dependencies: {} dependencies: {}
repository: https://opendev.org/openstack/ansible-collections-openstack.git repository: https://opendev.org/openstack/ansible-collections-openstack
documentation: https://docs.openstack.org/ansible-collections-openstack documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html
homepage: https://opendev.org homepage: https://opendev.org/openstack/ansible-collections-openstack
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack
build_ignore: build_ignore:
- "*.tar.gz" - "*.tar.gz"
- build_artifact - build_artifact
@ -27,3 +27,9 @@ build_ignore:
- .zuul.yaml - .zuul.yaml
- .pytest_cache - .pytest_cache
- importer_result.json - importer_result.json
- .tox
- .env
- ansible_collections_openstack.egg-info
- contrib
- changelogs/.plugin-cache.yaml
- changelogs/fragments