Skip to content

🚀 Feature request: test / allow ansible to request update for any specific build UUID #361

@ddemlow

Description

@ddemlow

Is your feature request related to a problem? Please describe.

sometimes I need to update a cluster to a release that is not yet widely available (but I know the specific build I want to update to)

Describe the solution you'd like

I learned / confirmed today that in 9.6.? we not only added the ability for the UI to request any specific hcos build that we've pushed externally (even if it doesn't show up as "available" in UI) image.png

the api will also let you request that

curl -X 'POST'
'https://192.168.1.230/rest/v1/Update/9.6.7.220258/apply'
-H 'accept: application/json'
-d ''

I am curious if ansible module would already allow that or if changes would needed to be made? in this case that 9.6.7.220258/ would not show up in a get? wasn't sure if plugin checks or not?

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions