Add action groups (#152)

* Add action groups

* Add changelog fragment
This commit is contained in:
Mike Graves
2022-05-02 15:26:52 -04:00
committed by GitHub
parent b2d9e78b8e
commit 3381806d39
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- add action groups to runtime.yml (https://github.com/openshift/community.okd/issues/41).

View File

@@ -47,6 +47,7 @@ f_text_sub()
sed -i.bak "s/Kubernetes/OpenShift/g" "${_build_dir}/galaxy.yml"
sed -i.bak "s/^version\:.*$/version: ${DOWNSTREAM_VERSION}/" "${_build_dir}/galaxy.yml"
sed -i.bak "/STARTREMOVE/,/ENDREMOVE/d" "${_build_dir}/README.md"
sed -i.bak "s/[[:space:]]okd:$/ openshift:/" ${_build_dir}/meta/runtime.yml
find "${_build_dir}" -type f ! -name galaxy.yml -exec sed -i.bak "s/community\.okd/redhat\.openshift/g" {} \;
find "${_build_dir}" -type f -name "*.bak" -delete

View File

@@ -1,5 +1,18 @@
---
requires_ansible: '>=2.9.17'
action_groups:
okd:
- k8s
- openshift_adm_groups_sync
- openshift_adm_migrate_template_instances
- openshift_adm_prune_auth
- openshift_adm_prune_deployments
- openshift_adm_prune_images
- openshift_auth
- openshift_import_image
- openshift_process
- openshift_registry_info
- openshift_route
plugin_routing:
modules:
k8s_auth: