-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed spacewalk-koan from the list of required packages (#3571)
* Removed spacewalk-koan from the list of required packages SUSE/spacewalk#26118 uyuni-project/uyuni#8905 * differentiate between plain salt and salt bundle
- Loading branch information
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 6 additions & 11 deletions
17
modules/administration/pages/troubleshooting/tshoot-autoinstallation.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
[[troubleshooting-autoinstallation]] | ||
= Troubleshooting Autoinstallation | ||
|
||
Depending on your base channel, new autoinstallation profiles might be subscribed to a channel that is missing required packages. | ||
If you use the plain {salt} (salt-minion) implementation for communication, you on your own must make sure that all the needed software (software packages) is properly available in configured client channels. | ||
It is not recommended to use this implementation together with {productname}. | ||
|
||
For autoinstallation to work, these packages are required: | ||
With the default {salt} bundle (venv-salt-minion) implementation you only need a client tools channel as a child channel that is compatible with your client base channel. | ||
All required packages will be part of the {salt} bundle. | ||
|
||
* [package]``pyOpenSSL`` | ||
* [package]``rhnlib`` | ||
* [package]``libxml2-python`` | ||
* [package]``spacewalk-koan`` | ||
|
||
To resolve this issue, check these things first: | ||
|
||
* Check that the tools software channel related to the base channel in your autoinstallation profile is available to your organization and your user. | ||
* Check that the client tools software channel related to the base channel in your autoinstallation profile is available to your organization and your user. | ||
* Check that the tools channel is available to your {productname} as a child channel. | ||
* Check that the required packages and any dependencies are available in the associated channels.: | ||
* Only if using the plain {salt} (salt-minion) implementation, also check that the required packages and any dependencies are available in the associated channels. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters