Mircea Ulinic
5919d612b2
Adding Nitrogen notes to the proxy topic
2017-03-24 01:55:48 +00:00
Mircea Ulinic
01e9de2d04
Add proxy to index
2017-03-24 01:55:48 +00:00
Mircea Ulinic
18d84dc083
tpyo
2017-03-24 01:55:48 +00:00
Mircea Ulinic
2cfda17165
Add Nitrogen proxy opts to conf
2017-03-24 01:55:48 +00:00
Mircea Ulinic
09670fe9a0
Reference proxy options
2017-03-24 01:55:48 +00:00
Mircea Ulinic
2e42506225
Do not create separate schdule dir for proxies
2017-03-24 01:36:34 +00:00
Mircea Ulinic
247029fc38
Add default_include and include to append_minionid_config_dirs
2017-03-24 01:36:22 +00:00
Matt Phillips
4f18ba3436
typo in states/netconfig.py
2017-03-23 20:00:51 -04:00
David Murphy
031c9457ba
Execution module network support for AIX
2017-03-23 17:41:23 -06:00
rallytime
77415369cc
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/states/pkg.py
2017-03-23 16:47:52 -06:00
rallytime
dbf74330ec
Merge branch '2016.11' into 'develop'
...
Conflicts:
- pkg/windows/req_base.txt
- salt/modules/ssh.py
2017-03-23 16:40:44 -06:00
Mike Place
75cfcf2f46
Merge pull request #40223 from arount/fix/utils/job/keyerror
...
salt.utils.job: Fix bad KeyError handling
2017-03-23 15:11:30 -06:00
Mike Place
0e2d52c3ea
Merge pull request #40260 from lubyou/fix-join_domain
...
Use win32api.FormatMessage to cover more system codes
2017-03-23 15:07:26 -06:00
Mike Place
3d3a737811
Merge pull request #40229 from bewing/load_config_changes
...
Refactor processing return data from network.load_config
2017-03-23 14:40:54 -06:00
Mike Place
0c62bb37d3
Merge pull request #40275 from UtahDave/2016.3local
...
remove reference to auth_minion.
2017-03-23 14:34:43 -06:00
Brandon Ewing
f028e939f5
Clean up temporary file in net.load_template
2017-03-23 15:25:14 -05:00
Eldad Rudich
3c15a32764
Fixing boto_rds.py delete() wait_for_deletion, if statement was incorrectly checking the return value of boto_rds.py exists() method.
2017-03-23 21:51:02 +02:00
Sergey Kizunov
64d224ad02
rabbitmq: Do not use __context__
for persistent globals
...
The rabbitmq module was using `__context__` to store paths of
rabbitmq executables. `__context__` may be cleared but the module
still could remain in use, in which case it would fail to work
correctly. Move the paths of the rabbitmq executables to their own
global variables so that they are not affected by the lifespan of
`__context__`.
Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com>
2017-03-23 14:46:36 -05:00
Mike Place
57ce474d73
Merge pull request #40265 from terminalmage/issue40219
...
Fix two mod_aggregate bugs in pkg states
2017-03-23 13:34:34 -06:00
Mike Place
167045fda1
Merge pull request #40273 from bewing/load_template_cleanup
...
Clean up temporary file in net.load_template
2017-03-23 13:33:32 -06:00
Mike Place
830aac8235
Merge pull request #40271 from cachedout/remove_travis
...
Remove Travis config
2017-03-23 13:32:53 -06:00
Mike Place
e462a04d70
Merge pull request #40200 from DSRCorporation/features/zh864_auth_redesign
...
E-Auth refactoring
2017-03-23 13:32:20 -06:00
Nicole Thomas
1d66961ce7
Merge pull request #40242 from rallytime/merge-develop
...
[develop] Merge forward from 2016.11 to develop
2017-03-23 13:31:39 -06:00
Pedro Algarvio
e092a1a377
Merge pull request #40272 from twangboy/win_tests_decode_names
...
Fix parser for windows... again...
2017-03-23 19:29:33 +00:00
David Boucha
9f0c9802c2
remove reference to auth_minion.
...
Support for this option was removed years ago and is no longer needed.
2017-03-23 13:08:51 -06:00
rallytime
0d31d2c4d1
Add a couple more patches for docker.version information
2017-03-23 12:57:46 -06:00
rallytime
a9c5eebaf0
Clean up dockerng unit tests to avoid global variables and fixup some patching
2017-03-23 12:44:57 -06:00
twangboy
72cb96a642
Fix parser for windows... again...
2017-03-23 12:24:26 -06:00
Brandon Ewing
fb1632ac2d
Clean up temporary file in net.load_template
2017-03-23 13:23:15 -05:00
Mike Place
bbf7b55a16
Remove unused import for traceback
2017-03-23 12:11:32 -06:00
Brandon Ewing
b0aebcdab6
Move debug to pchanges and copy all to comment
2017-03-23 13:00:44 -05:00
Mike Place
c6308d2257
Removed Travis config
...
Hasn't been used in years.
2017-03-23 11:50:37 -06:00
Ethan Moore
fa2842c810
re-add .keys() usage in places needed due to dict modifications during for loop
2017-03-23 17:25:44 +00:00
Erik Johnson
1a731e0216
Pop off the version when aggregating pkg states
...
This squelches a spurious warning that we get due to rewriting the low
data such that the name and version are aggregated under the "pkgs" arg,
with the "version" key remaining in the low chunk.
2017-03-23 11:56:28 -05:00
Mike Place
7cde4936d9
Merge pull request #40213 from twangboy/win_tests_decode_names
...
Decode test names in names-file
2017-03-23 10:50:40 -06:00
Mike Place
15b81f7acc
Merge pull request #40228 from mguegan/update_esky_smartos
...
Update esky smartos
2017-03-23 10:47:21 -06:00
Erik Johnson
0055fda3e9
Properly aggregate version when passed with name
...
This fixes an issue in which states which contained a single package
name (no "pkgs" or "sources") paired with a "version" argument, were
having the version ignored. This is because just the name was being
added to the aggregated "pkgs".
Since we're munging low data to aggregate states, this bug wouldn't even
result in the state failing if a different version were installed.
2017-03-23 11:43:00 -05:00
Mike Place
b7f9100e6d
Merge pull request #40250 from techhat/settags
...
Add wait_for_fun() to set_tags()
2017-03-23 10:42:12 -06:00
Erik Johnson
62d76f50fc
Don't aggregate both name/pkgs and sources in pkg states
...
Doing so will cause problems trying to install as Salt does not support
installing from both binary packages and repository packages in the same
call to pkg.install.
2017-03-23 11:41:58 -05:00
Mike Place
4202a6af7b
Merge pull request #40253 from lomeroe/fix_39976_develop
...
correct method of getting 'text' of the XML object to compare to the …
2017-03-23 10:37:59 -06:00
Mike Place
904e144ae4
Merge pull request #40255 from lomeroe/fix_39976_2016.11
...
backport #40253
2017-03-23 10:36:43 -06:00
Mike Place
9ff44c34d2
Merge pull request #40258 from akissa/fix-support-non-rsa-private-keys
...
Support non RSA headered private keys
2017-03-23 10:35:06 -06:00
Pablo Suárez Hernández
68dccae5b4
Makes sure "gather_job_timeout" is an integer
2017-03-23 16:31:40 +00:00
Mike Place
db564195fa
Merge pull request #40256 from sergeizv/cloud-roster-fixes-develop
...
Cloud roster and cache runner fixes for develop
2017-03-23 10:31:01 -06:00
Mike Place
b208630d85
Merge pull request #40201 from sergeizv/cloud-roster-fixes-2016.3
...
Cloud roster fixes
2017-03-23 10:28:27 -06:00
Theodore Cowan
345d7f117d
Add boto_elbv2 states and modules for de/registering targets and checking helth of AWS Application Load Balancer target groups.
2017-03-23 10:25:12 -06:00
rallytime
62b31d7620
Pylint fixes
2017-03-23 10:00:20 -06:00
Nicole Thomas
877183c048
Merge pull request #40254 from rallytime/lint
...
Add ImportError to exception instead of bare "except"
2017-03-23 09:48:17 -06:00
Johannes Scholz
1cb15d1ea8
use win32api.FormatMessage() to get the error message for the system code
2017-03-23 16:40:10 +01:00
Andrew Colin Kissa
12df93c2ed
Support non RSA headered private keys
...
Fixes issue #40244
2017-03-23 17:24:54 +02:00