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

allow using katello instead of satellite #409

Closed evgeni closed 2 years ago

evgeni commented 2 years ago

The alternative would be to accept SATELLITE_CLONE_ALLOW_KATELLO as the Satellite version, so I can export SATELLITE_CLONE_ALLOW_KATELLO=6.10 and it behaves like it's a 6.10.

Then we could even call it SATELLITE_CLONE_FORCE_VERSION and "shortcut" the whole Katello path?

ehelms commented 2 years ago

Then we could even call it SATELLITE_CLONE_FORCE_VERSION and "shortcut" the whole Katello path?

This makes sense. They are both hacks so I am cool with whatever you are finding helps testing.

evgeni commented 2 years ago

Then we could even call it SATELLITE_CLONE_FORCE_VERSION and "shortcut" the whole Katello path?

This makes sense. They are both hacks so I am cool with whatever you are finding helps testing.

From a "as least invasive change as possible" for sat-clone, I'd prefer SATELLITE_CLONE_FORCE_VERSION.

ekohl commented 2 years ago

From a "as least invasive change as possible" for sat-clone, I'd prefer SATELLITE_CLONE_FORCE_VERSION.

:+1: to this