diff --git a/.gitignore b/.gitignore index 5326fc97..8531fdc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .tox build_artifact ansible_collections -galaxy.yml FILES.json MANIFEST.json importer_result.json diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 00000000..a04ba9b9 --- /dev/null +++ b/galaxy.yml @@ -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 diff --git a/galaxy.yml.in b/galaxy.yml.in index 72e47fd7..6c1b00a7 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -8,10 +8,10 @@ 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 +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 @@ -27,3 +27,9 @@ build_ignore: - .zuul.yaml - .pytest_cache - importer_result.json + - .tox + - .env + - ansible_collections_openstack.egg-info + - contrib + - changelogs/.plugin-cache.yaml + - changelogs/fragments