Issue #1: Initial effort to lift some content out of the Kubernetes collection. (#3)

* Issue #1: Initial effort to lift some content out of the Kubernetes collection.

* Issue #1: Disable integration tests for now, as they're not relevant.
This commit is contained in:
Jeff Geerling
2020-08-05 16:00:19 -05:00
committed by GitHub
parent 4b87e40e1f
commit 3db69dea2b
27 changed files with 952 additions and 305 deletions

View File

@@ -1,23 +1,29 @@
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: community
name: FIXME
version: 0.1.0
readme: README.md
---
authors:
- YOUR NAME (github.com/YOURGITHUB)
description: null
license_file: COPYING
- geerlingguy (https://www.jeffgeerling.com/)
- fabianvf (https://github.com/fabianvf)
- willthames (https://github.com/willthames)
- Akasurde (https://github.com/akasurde)
dependencies:
community.kubernetes: '>=1.0.0'
description: OKD Collection for Ansible.
documentation: ''
homepage: ''
issues: https://github.com/ansible-collections/community.okd/issues
license_file: LICENSE
name: okd
namespace: community
readme: README.md
repository: https://github.com/ansible-collections/community.okd
tags:
# tags so people can search for collections https://galaxy.ansible.com/search
# tags are all lower-case, no spaces, no dashes.
- example1
- example2
repository: https://github.com/ansible-collections/community.REPO_NAME
#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://github.com/ansible-collections/community.REPO_NAME
issues: https://github.com/ansible-collections/community.REPO_NAME/issues
- kubernetes
- k8s
- cloud
- infrastructure
- openshift
- okd
- cluster
version: 0.1.0
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#ignoring-files-and-folders
- .gitignore
- changelogs/.plugin-cache.yaml
- .DS_Store
- '*.tar.gz'