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

Have a better error msg when Satellite repo is not enabled #305

Closed johnpmitsch closed 6 years ago

johnpmitsch commented 6 years ago

When running sat-clone w/ manual registration of repos, we can do a better job checking for Satellite repo and instructing users to manually setup the repos if they are not enabled. Currently yum errors out if repos are not enabled.

sthirugn commented 6 years ago

Better separate the portal registration and repo enable steps so enabling repos happen always

johnpmitsch commented 6 years ago

what should happen is: 1) customer attaches satellite subs 2) customer runs sat-clone 3) we disable all repos and enable the correct ones (like the docs specify) 4) happy clone continues :smiley: