Bug 1394891

Summary: katello-restore calls foreman-installer instead of satellite-installer
Product: Red Hat Satellite Reporter: Christine Fouant <cfouant>
Component: Backup & RestoreAssignee: Christine Fouant <cfouant>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: UnspecifiedCC: bbuckingham, chrobert, ehelms, jcallaha
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1472357 (view as bug list) Environment:
Last Closed: 2017-07-24 15:23:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christine Fouant 2016-11-14 16:20:00 UTC
Description of problem:
The script for the katello-restore command calls satellite-installer rather than foreman-installer.

Version-Release number of selected component (if applicable):
6.2.0

How reproducible:
Always

Steps to Reproduce:
1. katello-backup /tmp/backup
2. katello-restore /tmp/backup

Actual results:
katello-restore calls foreman-installer --scenario katello --reset


Expected results:
katello-restore should call satellite-installer --scenario satellite --reset

Additional info:

Comment 2 Christine Fouant 2017-07-24 15:23:14 UTC
The satellite-installer command is just a symlink to foreman-installer, so no functionality is lost and user doesn't see 'foreman-installer'. Unnecessary fix.