mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-27 03:13:08 +00:00
3
changelogs/fragments/152-add-action-groups.yml
Normal file
3
changelogs/fragments/152-add-action-groups.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- add action groups to runtime.yml (https://github.com/openshift/community.okd/issues/41).
|
||||||
@@ -47,6 +47,7 @@ f_text_sub()
|
|||||||
sed -i.bak "s/Kubernetes/OpenShift/g" "${_build_dir}/galaxy.yml"
|
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 "s/^version\:.*$/version: ${DOWNSTREAM_VERSION}/" "${_build_dir}/galaxy.yml"
|
||||||
sed -i.bak "/STARTREMOVE/,/ENDREMOVE/d" "${_build_dir}/README.md"
|
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 galaxy.yml -exec sed -i.bak "s/community\.okd/redhat\.openshift/g" {} \;
|
||||||
find "${_build_dir}" -type f -name "*.bak" -delete
|
find "${_build_dir}" -type f -name "*.bak" -delete
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
---
|
---
|
||||||
requires_ansible: '>=2.9.17'
|
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:
|
plugin_routing:
|
||||||
modules:
|
modules:
|
||||||
k8s_auth:
|
k8s_auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user