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

partial Satellite 6.10 support #397

Closed evgeni closed 2 years ago

evgeni commented 2 years ago

This change introduces partial Satellite 6.10 support. It's partial because the following features weren't updated yet:

The later needs a different reset mechanism due to architectural changes in pulp3. Probably something like this, instead of all the mongodb stuff, will work:

evgeni commented 2 years ago

I intentionally didn't add it to the README.md yet, as it's incomplete.

wbclark commented 2 years ago

Thanks @evgeni . Would you consider getting #392 in first (and if so, should this be rebased?)

evgeni commented 2 years ago

Thanks @evgeni . Would you consider getting #392 in first (and if so, should this be rebased?)

Yeah, sounds good.

evgeni commented 2 years ago

I've dropped the capsule part from this PR, making it strictly Satellite only. This makes it:

evgeni commented 2 years ago

cc @mccun934 @sthirugn

evgeni commented 2 years ago

I'd just not document 6.10 being supported at all (in the readme) yet

ekohl commented 2 years ago

The line SUPPORTED_VERSIONS could be a bit confusing. Perhaps the PR title should also reflect that it's partial?

evgeni commented 2 years ago

@ehelms @ekohl updated commit/PR message to reflect the current state of affairs