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

[azure_rm_openshiftmanagedcluster] Add support for outbound-type #1600

Closed
Soraph opened this issue Jun 17, 2024 · 2 comments · Fixed by #1664
Closed

[azure_rm_openshiftmanagedcluster] Add support for outbound-type #1600

Soraph opened this issue Jun 17, 2024 · 2 comments · Fixed by #1664
Labels
has_pr PR fixes have been made medium_priority Medium priority work in In trying to solve, or in working with contributors

Comments

@Soraph
Copy link

Soraph commented Jun 17, 2024

SUMMARY

It is not possible to create an ARO cluster with the option --outbound-type using the module azure_rm_openshiftmanagedcluster

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure.azcollection.azure_rm_openshiftmanagedcluster

ADDITIONAL INFORMATION

A simplified example based on the sample code from the documentation:

- name: Create openshift cluster
  azure_rm_openshiftmanagedcluster:
    resource_group: "myResourceGroup"
    name: "myCluster"
    location: "eastus"
    outbound_type: "UserDefinedRouting" 
    // Or a structure that allow personalization for the other possible
    // types as per microsoft documentation on the matter

    ... 
@Fred-sun
Copy link
Collaborator

@Soraph This parameter is not currently supported, even if passed, the service side has not responded. I'll open a ticket to track this issue! Thank you!

@Fred-sun Fred-sun added medium_priority Medium priority work in In trying to solve, or in working with contributors hold The problem holds for a particular reason labels Jul 15, 2024
@Fred-sun
Copy link
Collaborator

Fred-sun commented Aug 8, 2024

@Soraph Added in #1664 , Thanks!

@Fred-sun Fred-sun added has_pr PR fixes have been made and removed hold The problem holds for a particular reason labels Aug 8, 2024
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 work in In trying to solve, or in working with contributors
Projects
None yet
2 participants