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

After successfull cloning, can't see the list of hosts/content hosts #283

Open harleylrn opened 6 years ago

harleylrn commented 6 years ago

Getting the following error: Oops, we're sorry but something went wrong The single-table inheritance mechanism failed to locate the subclass: 'HostStatus::ExecutionStatus'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite HostStatus::Status.inheritance_column to use another column for that information.

The cloning included upgrade to RHEL7 I found the bugzilla with the same issue: https://bugzilla.redhat.com/show_bug.cgi?id=1514383

harleylrn commented 6 years ago

As a follow up: I succeed to fix the issue re-running again the satellite installer with the following parameters: satellite-installer --upgrade --enable-foreman-plugin-bootdisk --enable-foreman-plugin-discovery --enable-foreman-plugin-remote-execution --enable-foreman-proxy-plugin-remote-execution-ssh --foreman-proxy-bmc

Looks like the --foreman-proxy-bmc made the trick :)