#7467 [RFE] Warn the user for installation hardware requirements
Opened 6 years ago by fbarreto. Modified 6 years ago

After some discussion on ticket 7413, came the idea to warn the users about the recommended HW requirements to install IPA. This could be done in two ways:

  • A warning in the code, checking if the machine has the right amount of resources (when running ipa-server-install)
    To do this we could use psutil (it's a lib to get HW information from the host, we use it on PR CI).

  • A section on the man page, describing the recommended HW requirements.


Login to comment on this ticket.

Metadata