Seth Miller
|
c8a18fda26
|
Fixing the Salt bootstrap script for Windows
The URL for the download has changed as per issue #6274
|
2015-11-18 21:55:32 -06:00 |
Pat O'Shea
|
da67824a53
|
Adding run_service and minion/master ids for windows
|
2015-07-07 00:24:23 -06:00 |
Pat O'Shea
|
eab702da83
|
Adding config to set version to install
|
2015-07-04 01:25:31 -06:00 |
Seth Vargo
|
f5c77765fa
|
Merge pull request #5437 from Jamezz/master
Fix issue #4152: Salt minion bootstrapping
|
2015-05-31 20:08:32 -07:00 |
Shawn Neal
|
9de3c481de
|
Salt bootstrap ps1 should be idempotent
- WinRM communicator error detection was tightened up thus exposing an issue in the salt bootstrap script creating directories that already exist.
|
2015-04-14 05:57:16 -07:00 |
Jamezz
|
71c40bdf6a
|
File architecture string should be x86
As of 2014.7.0, Salt has changed their file naming for 32-bit from win32
to x86.
|
2015-03-06 13:14:11 -08:00 |
Jamezz
|
2f4a0af5d1
|
Fix issue #4152: Salt minion bootstrapping
Copy the config after we know the installer exits. Also rev the
installed version to 2014.7.1 (latest stable as of 3/4/2015)
|
2015-03-04 18:08:07 -08:00 |
Gavin Swanson
|
59826264b8
|
Update Windows Salt provisioner version
|
2014-08-23 15:36:52 -07:00 |
Marno van der Molen
|
127ef683e7
|
make sure C:\tmp\ exists before downloading salt installer
|
2014-05-28 15:24:47 +02:00 |
Marno van der Molen
|
d93a2c0e55
|
Made Salt Minion version to install a variable - ideally Salt would offer a -latest.exe or something for Windows
|
2014-05-28 11:09:59 +02:00 |
Marno van der Molen
|
500c40fd42
|
Now wait for service to be registered before trying to start it
|
2014-05-19 19:00:18 +02:00 |
Marno van der Molen
|
6c97874839
|
Wait for to be populated & explicitly check for Running status of service
|
2014-05-19 17:50:22 +02:00 |
Marno van der Molen
|
fc3a2106fd
|
Only try to copy keys & config if they have been uploaded
|
2014-05-19 15:52:20 +02:00 |
Marno van der Molen
|
6d0dd22864
|
Also copy minion config in bootstrap-salt.ps1 & update Salt docs to mention syndic/master not supported on Windows
|
2014-05-19 14:01:31 +02:00 |
Marno van der Molen
|
fbd919d52c
|
Retries starting the salt-minion service several times and adds elevated: true to salt calls
|
2014-05-19 13:14:25 +02:00 |
Marno van der Molen
|
01f2c52251
|
sometimes salt-minion wouldn't start - this seems stable so far across 10 deploys
|
2014-05-17 03:38:57 +02:00 |
Marno van der Molen
|
2ddffa4fc6
|
redirect output of mkdir statement to out-null in bootstrap-salt.ps1
|
2014-05-17 03:31:24 +02:00 |
Marno van der Molen
|
02f40b35fa
|
Adds minimal implementation to deploy a Salt minion on Windows including support for pre-seeding the keys
|
2014-05-17 02:19:34 +02:00 |