Actions
Feature #33565
closedair gapped kickstart are slow down by impossible subscription-manager installation
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Description
Snippet `redhat_register` try to install subscription-manager (at about line 115).
On an air-gapped infrastructure, that causes a timeout trying reach an unreachable internet repo.
It slows down the kickstart then if subscription-manager has not been installed before, I guess some part of the kickstart will failed.
I do install subscription-manager in the custom snippet of section %packages because I think it's the only place I can do that.
Then it would be nice to speed-up an air gapped kickstart by avoiding to wait for an inevitable timeout.
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8795 added
Updated by patrick andrieux over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8a7136dd86028fbf4dc90fbc3763ba4ff9282cce.
Actions