Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Cloudera collections (cloud, cluster, exe) #65

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cldr-runner - Ansible Execution Environments for Cloudera Data Platform (CDP)

[![Execution Environment images](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml/badge.svg?branch=main)](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml)
[![Execution Environment images](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml/badge.svg)](https://github.com/cloudera-labs/cldr-runner/actions/workflows/publish_matrix_images.yml)

`cldr-runner` is set of Ansible [Execution Environments](https://ansible.readthedocs.io/projects/builder/en/stable/#execution-environments) for running Cloudera playbooks, examples, and general automation for [**Cloudera Data Platform (CDP) Public Cloud, Private Cloud, and Data Services**](https://www.cloudera.com/products/cloudera-data-platform.html). These images are appropriate for use with [`ansible-navigator`](https://ansible.readthedocs.io/projects/navigator/) and [AWX](https://github.com/ansible/awx)/[Red Hat Ansible Automation Platform (AAP)](https://www.redhat.com/en/technologies/management/ansible).

Expand Down
6 changes: 3 additions & 3 deletions base/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
collections:
- name: https://github.com/cloudera-labs/cloudera.cloud.git
type: git
version: main
version: v2.0.1
- name: https://github.com/cloudera-labs/cloudera.cluster.git
type: git
version: main
version: v4.0.1
- name: https://github.com/cloudera-labs/cloudera.exe.git
type: git
version: main
version: v2.0.1
- name: community.mysql
version: 3.1.0
- name: community.postgresql
Expand Down