redhat-cop / infra.leapp

Collection of Ansible roles for automating RHEL in-place upgrades using Leapp.
MIT License
44 stars 34 forks source link

what versions are supported? #137

Closed alexxa closed 7 months ago

alexxa commented 10 months ago

I can't find in ReadMe what environments are supported please? Clouds? AWS, MSFT, GCP, and on-premise? Evrth? And what RHEL versions 6to7, 7to8, 8to9? Does it work for clusters? vanilla RHEL only or for example SAP too? =) As a user, the supported environment/scenarios would be my first question when checking on it.

swapdisk commented 10 months ago

Hi Irina, thank you for raising the issue. This is good feedback.

We can certainly cover these questions in the README. For example, we should make it clear that the collection does work for RHEL upgrades 6to7, 7to8, and 8to9.

As far as the other questions, I guess we are kind of depending on users understanding what is supported by reading the Red Hat docs covering those topics. After all, the collection doesn't actually "do" the upgrades, but rather, is a convenient wrapper to automate the underlying tools that do, i.e., RUT in the case of 6to7 and Leapp for 7to8 and later.

Let me take a crack at updating the README to better address these questions or at least point users at the appropriate docs for the ultimate source of truth. I'll tag you in the PR to review. Thanks!

djdanielsson commented 10 months ago

I wonder if we should just link the access articles that explain which versions that way we are not constantly updating it to match

alexxa commented 9 months ago

@swapdisk hey, any update please?

@djdanielsson what the access articles do you suggest to link? If leapp docs support smth, it doesn't necessary mean that it's covered in infra.leapp. When I stepped on this repo, my first question after looking at Readme was whether there is smth in this repo which can be applied to the SAP environments or not. Then, what clouds are supported here, as each cloud process is different, and versions of course.

swapdisk commented 8 months ago

hey, any update please?

I opened PR #139. Let me know if this works for you?