RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

Added 6.12 version #425

Closed LadislavVasina1 closed 1 year ago

LadislavVasina1 commented 1 year ago

I have added 6.12 to SUPPORTED_VERSIONS so satellite-clone can work on SAT6.12. For more info see: https://bugzilla.redhat.com/show_bug.cgi?id=2120992

evgeni commented 1 year ago

This won't be sufficient to support 6.12, you'd at least have to create a roles/satellite-clone/vars/satellite_6.12.yml file with the 6.12 specific settings (have a look at roles/satellite-clone/vars/satellite_6.11.yml for an inspiration.

Also, 6.12 will need to be added to the list in README.md

LadislavVasina1 commented 1 year ago

True I have not noticed that.

LadislavVasina1 commented 1 year ago

I don't know what to exactly change in README.md so it is sufficient.

ogajduse commented 1 year ago

@evgeni Is it necessary to enable ansible-2.9-for-rhel-8-x86_64-rpms repository? Isn't the ansible-core from AppStream enough? Same applies for 6.11.

LadislavVasina1 commented 1 year ago

Adding context to @ogajduse comment. https://github.com/SatelliteQE/robottelo/pull/9986#discussion_r952422660

evgeni commented 1 year ago

It is not (and actually might break things).

https://github.com/RedHatSatellite/satellite-clone/commit/f6f0778f4831ba1ab904bfd60ece9c6c69b4cac4 did drop the enablement from EL8-bases systems.

and https://github.com/RedHatSatellite/satellite-clone/pull/426 updated the readme ;)