Gareth J. Greenaway
5c8ea7f506
Update slack.py
2018-05-01 07:56:36 -07:00
Daniel Wallace
ee8a5eeb10
revert instantiating a Caller Client in the engine
...
This Caller client prevents running the salt master as a non root user. Also,
master processes are not assigned pillars so it is using whatever minion get
instantiated on the master from a caller client.
Instead, to use pillars, the engine should be started on in a minion process.
2018-05-01 09:51:34 -05:00
Daniel Wallace
1f65d5cb73
add all autodoc for new salt openstack modules
2018-05-01 09:39:09 -05:00
Erik Johnson
89ddb08026
Use a lambda instead of defining a one-line function
2018-04-30 14:30:01 -05:00
Daniel Wallace
a36e49fd27
fix pylint
2018-04-30 14:15:53 -05:00
Nicole Thomas
c267e6083e
Merge pull request #47367 from terminalmage/issue47325
...
Start docker containers with image name instead of ID
2018-04-30 14:46:12 -04:00
Nicole Thomas
3bb00cbb55
Merge pull request #47401 from gtmanfred/proxy
...
fix proxy virtual checks for marathon and fx2
2018-04-30 14:44:45 -04:00
Erik Johnson
abc592bfff
Reduce severity of missing X_update_interval key
...
This should be a warning level, since the master supports syncing
custom fileservers from salt://_fileservers, and custom fileservers are
not likely to have a new config option added for them.
2018-04-30 13:38:58 -05:00
Nicole Thomas
8a5d4437bb
Merge pull request #47270 from meaksh/2017.7-fix-retcode-on-schedule-utils
...
Fix minion scheduler to return 'retcode' from executed functions
2018-04-30 14:21:54 -04:00
Nicole Thomas
5b51075384
Merge pull request #47371 from rallytime/fix-47264
...
Fix "of pass" typo in grains.delval docs: change to "or pass"
2018-04-30 14:18:45 -04:00
rallytime
d9d24de49e
Lint: Add missing import
2018-04-30 14:10:08 -04:00
twangboy
bad441f8dc
Fix some lint`
2018-04-30 11:44:05 -06:00
twangboy
af5139c2ff
Add additional examples
2018-04-30 11:44:05 -06:00
twangboy
24df6ec1b7
Additional docs formatting
2018-04-30 11:44:04 -06:00
twangboy
ff46b27a60
Update reg docs, fix formatting issues
2018-04-30 11:44:04 -06:00
Erik Johnson
b79ff04fda
Remove no-longer-used enumerate
2018-04-30 12:11:25 -05:00
Erik Johnson
e03b865359
Add unit test for file.get_diff
2018-04-30 11:45:22 -05:00
Erik Johnson
5bdc9e9bd5
Fix UnboundLocalError in file.get_diff
...
This was only in 2018.3 head and not part of a release
2018-04-30 11:40:41 -05:00
Robin Roth
9b682bc48e
Fix sysctl translate
2018-04-30 11:32:58 -04:00
Daniel Wallace
99f9231759
fix proxy virtual checks for marathon and fx2
2018-04-30 10:05:57 -05:00
Mike Place
c160fe36ce
Merge pull request #47397 from rallytime/2018.3.1-release-notes
...
Add 2018.3.1 Release Notes
2018-04-30 09:44:38 -05:00
Bo Maryniuk
98b5629b36
Fix imports
2018-04-30 16:08:53 +02:00
Bo Maryniuk
d94c0f0152
Remove unnecessary variable
2018-04-30 16:06:05 +02:00
Bo Maryniuk
8e377b5653
Lintfix: E0203 and attribute access
2018-04-30 16:06:05 +02:00
Bo Maryniuk
2aab70b1b8
Install ZMQ handler if <15 version
2018-04-30 16:06:05 +02:00
Bo Maryniuk
296c589f4b
Use ZMQ switch utility in the integration tests
2018-04-30 16:06:05 +02:00
Bo Maryniuk
ab5fa34d7c
Use ZMQ_VERSION_INFO constant everywhere
2018-04-30 16:06:05 +02:00
Bo Maryniuk
43b5558b82
Add trace logging on ZMQ sockets communication
2018-04-30 16:06:05 +02:00
Bo Maryniuk
164204a9fe
Remove duplicate code for ZMQ monitor handling
2018-04-30 16:06:05 +02:00
Bo Maryniuk
834b1e4ff0
Remove obsolete ZMQIOLoop direct instance
2018-04-30 16:06:05 +02:00
Bo Maryniuk
1c90cbdb3c
Remove an empty line
2018-04-30 16:04:37 +02:00
Bo Maryniuk
ef2e0acd66
Add logging on ZMQ socket exception
2018-04-30 16:04:37 +02:00
Bo Maryniuk
38ceed371d
Lintfix: ident
2018-04-30 16:04:37 +02:00
Bo Maryniuk
1ece6a5f52
Lintfix: line too long
2018-04-30 16:04:37 +02:00
Bo Maryniuk
4e650c0b44
Remove code duplicate by reusing utilities functions
2018-04-30 16:04:37 +02:00
Bo Maryniuk
57da54b676
Fix imports
2018-04-30 16:01:06 +02:00
Bo Maryniuk
948368e9a1
Add libzmq version info builder
2018-04-30 16:01:06 +02:00
Bo Maryniuk
0b4a17b859
Update log exception message
2018-04-30 16:01:06 +02:00
Bo Maryniuk
116e1809fc
Put a message alongside the exception to the logs
2018-04-30 16:01:06 +02:00
Bo Maryniuk
4bc43124b7
Remove unnecessary ZMQ import and check for its presence
2018-04-30 16:01:06 +02:00
Bo Maryniuk
05f4d40269
Use utility for ZMQ import handling in SSH client
2018-04-30 16:01:06 +02:00
Bo Maryniuk
457ef7d9a5
Use utility for ZMQ import handling in flo/zero
2018-04-30 16:01:06 +02:00
Bo Maryniuk
08dee6f5bd
Use utility for ZMQ import handling
2018-04-30 16:01:06 +02:00
Bo Maryniuk
e2a353cfb0
Remove unnecessary ZMQ extra-check for cache utils
2018-04-30 16:01:06 +02:00
Bo Maryniuk
c8f2cc271d
Remove unnecessary ZMQ extra-check for master utils
2018-04-30 16:01:06 +02:00
Bo Maryniuk
3940667bb9
Remove old ZMQ import handling
2018-04-30 16:01:06 +02:00
Bo Maryniuk
f34a53e029
Use ZMQ utility for version check
2018-04-30 15:59:56 +02:00
Bo Maryniuk
cbb26dcb28
Use ZMQ installer for master
2018-04-30 15:59:56 +02:00
Bo Maryniuk
453e83210a
Add ZMQ version build
2018-04-30 15:58:10 +02:00
Bo Maryniuk
af9601e21d
Use ZMQ importer utility in async
2018-04-30 15:58:10 +02:00