diff --git a/changelogs/fragments/152-add-action-groups.yml b/changelogs/fragments/152-add-action-groups.yml new file mode 100644 index 0000000..9e66f30 --- /dev/null +++ b/changelogs/fragments/152-add-action-groups.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - add action groups to runtime.yml (https://github.com/openshift/community.okd/issues/41). diff --git a/ci/downstream.sh b/ci/downstream.sh index ee7727d..ee947e6 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -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 diff --git a/meta/runtime.yml b/meta/runtime.yml index 8d843b1..e1ab57a 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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: