Skip to content

Commit

Permalink
TELCOV10N-452 upd collection data
Browse files Browse the repository at this point in the history
Updates to `redhat.ocp` collection:

- `galaxy.yml` - upd author and missing tag (fix `ansible-lint` issue)
- `README.md` at collection level
    - filter plugin `redhatci.ocp.junit2obj`
    - role `redhatci.ocp.junit2json`
- create `execution-environment.yml` to specify the collection requirements
    - add 2 requirements files

Signed-off-by: Maxim Kovgan <makovgan@redhat.com>
  • Loading branch information
mvk committed Mar 6, 2025
1 parent 6c547c6 commit 7f27908
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Name | Description
[redhatci.ocp.installer](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/installer/README.md) | [IPI installer](https://github.com/openshift-kni/baremetal-deploy)
[redhatci.ocp.install_operator_gitops](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/install_operator_gitops/README.md) | Installs and configures the openshift-gitops-operator so it can be used for ZTP deployments. Installation is optional and may be skipped by setting the variable ```ioc_configure_only: true``
[redhatci.ocp.jenkins_job_launcher](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/jenkins_job_launcher/README.md) | Launch Jenkins jobs
[redhatci.ocp.junit2json](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/junit2json/README.md) | Convert JUnit XML files into JSON for reporting/observability role
[redhatci.ocp.k8s_best_practices_certsuite](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/k8s_best_practices_certsuite/README.md) | Executes the [Red Hat Best Practices Test Suite for Kubernetes](https://github.com/redhat-best-practices-for-k8s/certsuite) tool.
[redhatci.ocp.kvirt_vm](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/kvirt_vm/README.md) | Deployment of Kubevirt virtual machines.
[redhatci.ocp.label_nodes](https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/roles/label_nodes/README.md) | Applies labels defined at inventory level to the OCP cluster nodes.
Expand Down Expand Up @@ -161,6 +162,7 @@ Name | Description
Name | Type | Description
--- | --- | ---
[redhatci.ocp.junit2dict]() | Filter | Transforms a JUnit into a dictionary
[redhatci.ocp.junit2obj]() | Filter | Transforms a JUnit into a corresponding JSON text (will replace `redhatci.ocp.junit2dict`)
[redhatci.ocp.ocp_compatibility]() | Filter | Parse the deprecated and to-be-deprecated API after the workload installation
[redhatci.ocp.regex_diff]() | Filter | Obtain differences between two lists
[redhatci.ocp.get_compatible_rhocp_repo]() | Module | A module to find the latest available version of the RHOCP repository
Expand Down
2 changes: 2 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ authors:
- "Keith Schincke <keith.schincke+github@gmail.com>"
- "Manuel Rodriguez <manuel.rodriguez@redhat.com>"
- "Marek Kochanowski <mkochanowski@redhat.com>"
- "Max Kovgan <makovgan@redhat.com>"
- "mbpavan <pbheeman@redhat.com>"
- "Michele Costa <micosta@redhat.com>"
- "Murali Krishnasamy <70236227+mukrishn@users.noreply.gihub.com>"
Expand Down Expand Up @@ -135,6 +136,7 @@ build_ignore:
# indexing/searching. KEEP IT AT THE END for the Github action to
# append more publishing to galaxy.
tags:
- infrastructure
- openshift
- qa
- redhat
4 changes: 4 additions & 0 deletions meta/execution-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
version: 1
dependencies:
python: meta/requirements.txt # List Python package requirements in the file
3 changes: 3 additions & 0 deletions meta/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
pytest
pytest-ansible
5 changes: 5 additions & 0 deletions meta/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
typing_extensions; python_version < "3.8"
junitparser
junit_xml
jmespath
python-dateutil

0 comments on commit 7f27908

Please sign in to comment.