Commit Graph

34445 Commits

Author SHA1 Message Date
Daniel Wallace
075d5b6386 Use loader instead of variables 2014-07-31 16:04:04 -06:00
Daniel Wallace
4d3f2fe0ad should be a dictionary not a list 2014-07-31 16:04:04 -06:00
Daniel Wallace
ad3e975bde begin ansible roster 2014-07-31 16:04:04 -06:00
Colton Myers
8a7b7905f2 Backport #14439 to 2014.7 2014-07-31 16:01:55 -06:00
Gareth J. Greenaway
91d8a0a04f Fixing a weird case where an empty job file will end up in the cachedir, causing exceptions when the minion is restarted. This change removed the problem job file. 2014-07-31 16:01:28 -06:00
Colton Myers
2bff445dfc Backport #14428 to 2014.7 2014-07-31 15:34:53 -06:00
Marion Duprey
a4fd460d92 fix rbenv module UnboundLocalError 2014-07-31 15:34:41 -06:00
Colton Myers
cf0b6dd78e Backport #14422 to 2014.7 2014-07-31 15:27:44 -06:00
Elias Probst
5412ebc9dd Add version of Master to manage.versions output. 2014-07-31 15:26:54 -06:00
Colton Myers
4e36743523 Add 2014.1.9 release notes 2014-07-31 14:12:25 -06:00
Colton Myers
8cad076898 Backport #14396 to 2014.7 2014-07-31 13:06:19 -06:00
Nitin Madhok
d81a77e3d6 Removing variables not needed. replacing values directly 2014-07-31 13:05:52 -06:00
Nitin Madhok
a7f1d848a8 Removing raid_devices option as it's no longer needed 2014-07-31 13:05:52 -06:00
Nitin Madhok
3e730fb6be Fixes the traceback when specifying raid_devices in raid.present 2014-07-31 13:05:52 -06:00
Colton Myers
60a34eca63 Backport #14372 to 2014.7 2014-07-31 12:47:59 -06:00
Khris Richardson
7f6244feab fix error introduced in 15c6aa829c 2014-07-31 12:47:25 -06:00
Colton Myers
0a1a26323f Backport #14369 to 2014.7 2014-07-31 12:38:55 -06:00
Nitin Madhok
22520053d9 Fixing pylint violation 2014-07-31 12:38:48 -06:00
Nitin Madhok
8b47b4b27b Adding output quiet option in docker push module func 2014-07-31 12:38:48 -06:00
Colton Myers
55447cfbf4 Backport #14335 to 2014.7 2014-07-31 12:36:23 -06:00
Hazael Sanchez
46c9a9769f Remove ssh hard dependency on a user's homedir.
Fixes issue #13458.

If the key lives under a user's homedir then there is still
a requirement of the homedir existing.  This is to preserve the previous
behavior.
2014-07-31 12:35:15 -06:00
Colton Myers
ddfc834f1f Backport #14311 to 2014.7 2014-07-31 12:29:14 -06:00
Chris Rebert
ba04dfc665 salt.key: rm duplicate import of salt.crypt
************* Module salt.key
salt/key.py:21: [W0404(reimported), ] Reimport 'salt.crypt' (imported line 16)
2014-07-31 12:29:05 -06:00
Colton Myers
bd7ac90b2f Backport #14298 to 2014.7 2014-07-31 12:23:47 -06:00
Michael Birtwell
32acb7aeae Pull out pending_events changes and reuse
PendingEventsBase implements all the pending_events queue management
Make both normal SaltEvent and raetevent.SaltEvent inherit from this to
standardise the get_event interface.
Update tests for event.SaltEvent (Couldn't find tests for
raetevent.SaltEvent)
2014-07-31 12:23:38 -06:00
Michael Birtwell
cdb8ad8cb6 Don't risk missing events in gather_job_info
Seen with syndic, but in theory affects all setups. When a we call
gather_job_info if an event comes in for the main job we can discard the
event whilst we are looking for the gather_job_info event. To work
around I've made gather_job_info add events for the main job to the
pending_events list. get_event now always checks that list for events
matching it's tag

Conflicts:
	salt/utils/event.py
2014-07-31 12:23:38 -06:00
Colton Myers
c5086fa310 Backport #14297 to 2014.7 2014-07-31 12:15:27 -06:00
Michael Birtwell
e8dad986ae Disable check for all minions returned when using syndic
This optimisation meant that if all minions targeted were connected to
syndics, rather than directly we would never look for events
2014-07-31 12:15:15 -06:00
Michael Birtwell
c53e8947ed Revert "bug: syndic does not return in 1 seconds"
This reverts commit 14fb688054.

Conflicts:
	salt/client/__init__.py

See my comments on PR#10336. That commit looked wrong to me and I got
no response to my query. It understandable that the change wouldn't have
caused much pain for most people but I suspect that commit 36601005 is
rendered unnecessary by reverting this.
2014-07-31 12:15:15 -06:00
Colton Myers
f742b4fad8 Backport #14263 to 2014.7 2014-07-31 12:01:32 -06:00
Thomas Jackson
4eb65c8275 Remove another weird hard-coded sleep
If this is an issue we need something other than sleeps ;)

similar to #14223
2014-07-31 12:01:20 -06:00
Thomas Jackson
54553f9f59 Since this was changed to use channels this is no longer necessary, since the channel does this under the hood 2014-07-31 12:01:20 -06:00
Pedro Algarvio
dfd4686a6c Merge pull request #14654 from whiteinge/doc-saltmod-state
Add missing code block to saltmod state docs
2014-07-31 03:45:16 +01:00
Seth House
b4c9184628 Merge pull request #14642 from krallin/2014.7
Add a Debian init script for salt-api
2014-07-30 19:25:22 -07:00
Seth House
215e307185 Add missing code block to saltmod state docs 2014-07-30 19:21:24 -07:00
Pedro Algarvio
73ccf71038 Merge pull request #14652 from garethgreenaway/remove_log_debug_schedule
removing logging from module schedule.py, not in use.
2014-07-31 01:28:34 +01:00
Gareth J. Greenaway
30c673b6a0 removing logging from module schedule.py, not in use. 2014-07-30 17:20:45 -07:00
Colton Myers
1ffd6168a3 Merge pull request #14644 from garethgreenaway/14626_file_append
Fix to file.append
2014-07-30 14:23:17 -06:00
Colton Myers
68f5dce95b Merge pull request #14648 from cachedout/tmpdir_2014_7
Tmpdir 2014 7
2014-07-30 13:55:49 -06:00
Colton Myers
0406655519 Add release notes for 2014.1.8 2014-07-30 13:48:18 -06:00
Pedro Algarvio
3a16b42eb9 Add another which only changes the noc 2014-07-30 18:10:22 +01:00
Pedro Algarvio
7a77942a82 Add another example for version comparison 2014-07-30 18:10:16 +01:00
Pedro Algarvio
fc239f8cd9 Add another version example to the tests 2014-07-30 18:10:09 +01:00
Pedro Algarvio
827ccd5338 Support a minor bugfix attribute in the version string 2014-07-30 18:10:02 +01:00
Pedro Algarvio
406891427a Switch ??? for n/a 2014-07-30 18:09:57 +01:00
Pedro Algarvio
4ece94057f Stop hard coding the version name.
Fixes saltstack/backlog/issues#11
2014-07-30 18:09:51 +01:00
Pedro Algarvio
90bb1969f0 Version names only contain major and minor parts of the version 2014-07-30 18:09:45 +01:00
Pedro Algarvio
0467bdd1cb Show "Enterprise" instead of "SSE"
Fixes saltstack/backlog#33
2014-07-30 18:09:39 +01:00
Pedro Algarvio
d71e33fb05 Report SSE on formatted version 2014-07-30 18:09:32 +01:00
Pedro Algarvio
996d8ec76b Add boolean property to differentiate SSE 2014-07-30 18:09:24 +01:00