Projet

Général

Profil

Scénario #33484

Mis à jour par Daniel Dehennin il y a environ 4 ans

h3. Problème

Sur 2.7.2, nous fournissons la version 2018.3.3.

Il faudrait passer à la version 3004 afin de prendre en charge les postes clients windows 11.

Dans le changelog de la version 3004 :

:

<pre>
Starting in version 3004, the binary data has been separated from the configuration data. The user is allowed to choose the install directory for Salt. The default is %ProgramFiles%\Salt Project\salt. All Salt binaries will be installed into the installation directory. Configuration data is stored in the root_dir which has been changed from C:\salt to %ProgramData\Salt Project\Salt. The root_dir can be changed from the default by setting the root_dir value in the minion config and then specifying that config when starting the salt minion using the -c option.
</pre>

h3. Proposition

Il faut s’assurer de ne pas utiliser *@c:\salt@* en dur mais *@salt["config.get"]("config_dir"). imposer le répertoire c:\salt

* Le paquet *@eole-workstation-minion@* fourni la version 3004
* Le paquet *@eole-workstation-joineole@* installe la version 3004
* Le paquet *@eole-workstation-formula@* prend en charge la version 3004

h3. Critères d’acceptations

* L’installation de *@joineole@* sur un poste windows 10 intègre bien la station au domaine (à tester sur *@etb1@* et *@etb3@*).
* L’installation de *@joineole@* sur un poste windows 11 intègre bien la station au domaine (à tester sur *@etb1@* et *@etb3@*).

Retour