Feature #6278
[RFE] katello-installer pre-installation requirements check
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1110521
[RFE]
The katello-installer command should provide validation of system requirements (free disk space, memory, etc) prior to installing Satellite. This would allow the end user to ensure that the system has the proper configuration prior to installation and prevent a bad user experience due to a (preventable) failed install.
Additionally, the command should provide a switch to disable this requirement checking for an advanced user to use.
Version-Release number of selected component (if applicable):
katello-installer-0.0.45-1.el6sat.noarch
Associated revisions
History
#1
Updated by Bryan Kearney about 8 years ago
- Bugzilla link changed from https://bugzilla.redhat.com/show_bug.cgi?id=1110521 to https://bugzilla.redhat.com/show_bug.cgi?id=1003992
#2
Updated by Eric Helms about 8 years ago
- Status changed from New to Assigned
- Assignee set to Bryan Kearney
- Target version set to 48
- Difficulty set to easy
- Triaged set to Yes
#3
Updated by Eric Helms about 8 years ago
- Tracker changed from Bug to Feature
#4
Updated by Eric Helms about 8 years ago
- Target version changed from 48 to 49
#5
Updated by Anonymous about 8 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|98d602575dba25c50b6a901d2f2b3d72109f004e.
#6
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 13
Fixes #6278 : Add additional checks to the installer.
This adds two new checks. One is using the output of java --version
to ensure the version is at least 1.7 and is the OpenJDK. The second
is looking for total available disk space of at least 5 GB. This does
not really ensure a space issue, but it is is a good first cut.