Contact Methods for Salt Clients

Table of Contents

The Salt contact method is the default choice and recommended unless there are specific needs. For more information about Salt in general, see Salt Guide Overview.

The Salt Contact Method is the best scaling method. All new Uyuni features are supported and it has the widest variety of supported operating systems. All new operating systems are always supported with this contact method.

Software updates are generally pushed from the server to the client. Connections are initiated from the client. This means you must open ports on the server, not on clients. The Salt clients are also known as Salt minions. Uyuni Server installs a daemon on every client.

If you need to use Salt clients in a disconnected setup you can configure Push via Salt SSH as a contact method. With this contact method, clients can be located in a firewall-protected zone called a DMZ. For more information about Push via Salt SSH, see Push via Salt SSH.

1. Onboarding Details

Salt has its own database to keep the keys for the minions. This needs to be kept in sync with the Uyuni database. As soon as the key is accepted in Salt, the onboarding process in Uyuni starts. The onboarding process will look for existing systems in the Uyuni database by searching for the minion_id and the machine-id. If nothing is found, the new system gets created. In case an entry with the minion_id or the machine-id is found, that system will be migrated to match the new system. In case there is a match for both entries, and they are not the same system, the onboarding will be aborted with an error. In this case the administrator needs to resolve the conflict by removing at least on of the systems.