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

Creation of azure_rm_openshiftmanagedclusterversion_info module #1601

Closed
MaxBab opened this issue Jun 17, 2024 · 0 comments · Fixed by #1602
Closed

Creation of azure_rm_openshiftmanagedclusterversion_info module #1601

MaxBab opened this issue Jun 17, 2024 · 0 comments · Fixed by #1602
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module

Comments

@MaxBab
Copy link
Contributor

MaxBab commented Jun 17, 2024

SUMMARY

Hello,
I would like to be able to fetch available openshift versions for ARO cluster deployment.
I've created a module and would like to contribute it to the collection

ISSUE TYPE
  • Feature Idea

The module is used in the following flow:

- name: Get available openshift cluster versions
  azure_rm_openshiftmanagedclusterversion_info:
      location: "eastus"
  register: ocp_versions
    
- name: Print available versions
  debug:
      msg: "{{ ocp_versions }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_module_issue Request to add a new module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants