rallytime
8e3fd82718
Document onfail requisite bugfix behavior change
...
Refs #22370 and #31235
2016-02-16 10:44:42 -07:00
Mike Place
70637d0beb
Merge pull request #31235 from DSRCompany/issues/22370_trigger_onfail_with_or_logic
...
Trigger onfail state if any target failed
2016-02-16 10:17:58 -07:00
Mike Place
c1f2d33bce
Merge pull request #31204 from ydupont/develop
...
Add writing cloud cache to nova
2016-02-16 10:02:40 -07:00
Mike Place
cb0a8017b2
Merge pull request #31187 from Ashald/patch-1
...
Full control over client options in Consul pillar
2016-02-16 09:51:26 -07:00
Mike Place
743240731f
Merge pull request #31207 from thusoy/boto-missing-lib-logging
...
Remove error logging of missing boto libraries
2016-02-16 09:36:13 -07:00
Mike Place
405d0aef1c
Merge pull request #31184 from cachedout/document_consul_change
...
Document change in consul pillars
2016-02-16 09:11:52 -07:00
Tarjei Husøy
6a7e516d7a
Remove error logging of missing boto libraries
...
Current behavior always error logs, even if the module is not going to
be used. The loader will raise a proper error if it's attempted
accessed without having loaded properly anyway, and if that happens I'm
assuming you'll turn on debug logging and look for the cause. The
loader also logs which modules are not loaded and their reason, thus
there's no point in repeating the module name in the error message.
2016-02-16 07:46:37 -08:00
Mike Place
3b6646c63b
Merge pull request #31195 from garethgreenaway/30994_develop_beacon_add_failing_and_other_fixes
...
30994 develop beacon add failing and other fixes
2016-02-16 08:45:35 -07:00
Mike Place
06c7a72843
Merge pull request #31215 from eyj/pr-locale-gen
...
Remove charmap from locale-gen argument on Ubuntu (fixes #31214 )
2016-02-16 08:40:16 -07:00
Mike Place
0d0c2f539e
Merge pull request #31213 from jbonachera/develop
...
ini_manage dry-run time optimisation
2016-02-16 08:26:06 -07:00
Mike Place
79fd317ee8
Merge pull request #31230 from khorben/khorben/netbsd-sockstat
...
Use sockstat(1) on NetBSD
2016-02-16 08:24:18 -07:00
Dmitry Kuzmenko
187da2c3aa
Trigger onfail state if any target failed
...
Previously onfail used AND logic, so it triggered the onfail state
only if all targets failed. This fix changes the logic to trigger
onfail state if ANY of targets is failed.
2016-02-16 16:00:37 +03:00
Gareth J. Greenaway
9bd784a1f1
some beacons are using the validate functions to ensure they're able to run, make sure they're handling the return data correctly. Tests for adb beacon rely on certain information being logged, adding those back in.
2016-02-15 19:31:13 -08:00
Pierre Pronchery
d0c229995f
Use sockstat(1) on NetBSD
2016-02-16 02:32:14 +01:00
Gareth J. Greenaway
c588803bb6
lint issues, unreachable code.
2016-02-15 10:19:00 -08:00
C. R. Oldham
15f5ae7454
Merge pull request #31180 from rallytime/merge-forward-develop
...
Merge branch '2016.3' into 'develop'
2016-02-15 09:35:46 -07:00
Joseph Hall
5d123e60c7
Merge pull request #31186 from Ashald/patch-3
...
Consul SDB driver
2016-02-15 09:14:08 -07:00
EYJ
ab79b5763c
Remove charmap from locale-gen argument on Ubuntu ( fixes #31214 )
2016-02-15 11:01:17 +01:00
Julien BONACHERA
c44a7ce644
ini_manage dry-run time optimisation
...
Preload all the INI section in options_present and options_absent,
instead of calling ini.get_option() for each managed option.
Fixes #31154
2016-02-15 10:09:37 +01:00
Borys Pierov
073f8f2dc8
Consul SDB driver
...
A simple SDB driver for Consul. Allows full control over all client options.
2016-02-15 00:47:47 -05:00
Borys Pierov
d044078204
Full control over client options in Consul pillar
2016-02-15 00:37:31 -05:00
Yves Dupont
21a5341d99
formatting fix
2016-02-14 13:25:21 +01:00
Yves Dupont
27cc5e1070
fixed misplaced change
2016-02-14 12:45:19 +01:00
Yves Dupont
adc7b7f3e4
Add writing cloud cache to nova
...
Add writing cloud cache to nova when creating or destroying vms
2016-02-14 12:15:12 +01:00
Gareth J. Greenaway
9c4dbadaa7
removing unneeded import for logging
2016-02-12 22:15:00 -08:00
Gareth J. Greenaway
a8eb591ba1
Adding #31152 to develop. Adding updates to beacons in develop.
2016-02-12 21:41:19 -08:00
Gareth J. Greenaway
fa1310c651
fixing the beacon module and state module to handle passing enabled properly. Also reworking how what is returned from the validating functions is handled to ensure when beacon configurations aren't validate the results indicate exactly why.
...
Signed-off-by: Gareth J. Greenaway <gareth@wiked.org>
2016-02-12 21:09:48 -08:00
rallytime
acc7a5f9ff
Add broadcast_change function from 2016.3 from #30800
2016-02-12 15:21:46 -07:00
Mike Place
4cc033f8b9
Document change in consul pillars
...
Refs #31165
2016-02-12 15:13:53 -07:00
Mike Place
afdcc8126d
Merge pull request #31165 from ketzacoatl/strip-whitespace-from-consul-ext-pillar
...
strip whitespace from pillar keys looked up in consul
2016-02-12 15:11:44 -07:00
rallytime
73d73e80c1
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/topics/releases/2015.8.4.rst
- doc/topics/releases/2015.8.5.rst
- doc/topics/thorium/index.rst
- salt/cloud/clouds/opennebula.py
- salt/engines/thorium.py
- salt/loader.py
- salt/modules/archive.py
- salt/modules/boto_vpc.py
- salt/modules/data.py
- salt/modules/reg.py
- salt/pillar/mysql.py
- salt/runners/cache.py
- salt/states/archive.py
- salt/states/cron.py
- salt/states/file.py
- salt/states/glance.py
- salt/states/reg.py
- salt/thorium/__init__.py
- salt/thorium/check.py
- salt/thorium/file.py
- salt/thorium/reg.py
- salt/utils/jid.py
- salt/utils/parsers.py
- setup.py
2016-02-12 14:38:50 -07:00
Mike Place
b7d19d0208
Merge pull request #31164 from DSRCompany/issues/29643_fix_invalid_redcode
...
Issues/29643 fix invalid redcode
2016-02-12 11:28:55 -07:00
Mike Place
d2f7c1e2a7
Merge pull request #31168 from rallytime/bp-31164
...
Back-port #31164 to 2016.3
2016-02-12 11:26:55 -07:00
Mike Place
09ef49bc3c
Merge pull request #31144 from UtahDave/service_delete2
...
Delete a service on rhel6
2016-02-12 11:25:05 -07:00
Mike Place
225a99aa9b
Merge pull request #31138 from rallytime/bp-31116
...
Back-port #31116 to 2016.3
2016-02-12 11:24:51 -07:00
Colton Myers
4799bbf095
Merge pull request #31151 from basepi/merge-forward-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-02-12 11:07:36 -07:00
Mike Place
0087f0f4aa
Merge pull request #31145 from Ashald/patch-1
...
Allow / in SDB paths
2016-02-12 11:00:13 -07:00
Dmitry Kuzmenko
85266349e1
Fixed zeromq ReqMessageClient destroy
2016-02-12 10:23:27 -07:00
Dmitry Kuzmenko
2899d73273
Keep context through state execution from the module on reload.
...
Module reload performed by salt.state.State produces new instance
of context injection into the state module. This makes the retcode
set set at the end of states execution invisible for upstream module
caller (minion).
This passes current context instance to State to keep it on module
reload.
2016-02-12 10:23:27 -07:00
Mike Place
b096a9c8da
Merge pull request #31102 from twangboy/reg_dep_2
...
Remove Deprecated Functions and Parameters from reg
2016-02-12 10:17:21 -07:00
Mike Place
8729b0f105
Merge pull request #31166 from cachedout/lint_31150
...
Lint 31150
2016-02-12 10:15:48 -07:00
Colton Myers
8b378fd19f
Merge pull request #23 from terminalmage/fixup-pr-31151
...
Lint fixes for merge-forward
2016-02-12 09:45:35 -07:00
Mike Place
99bf401df2
Merge pull request #31155 from abednarik/file_line_state_create_option
...
Create file option .
2016-02-12 09:45:26 -07:00
Erik Johnson
23b6c08727
Lint fixes for merge-forward
2016-02-12 10:44:18 -06:00
Mike Place
9034849e97
Lint
2016-02-12 09:35:27 -07:00
Colton Myers
c57a0310e1
Merge pull request #22 from rallytime/pylint-31151
...
Pylint fix for ec2
2016-02-12 09:31:39 -07:00
rallytime
8d0947c6a4
Pylint fix for ec2
2016-02-12 09:29:28 -07:00
ketzacoatl
c583b999d6
strip whitespace from pillar keys looked up in consul
...
of all types, and from both sides (leading / trailing)
2016-02-12 11:24:05 -05:00
Colton Myers
0a7b958ae3
Fix s3 test for new kms_keyid parameter/return
2016-02-12 09:21:49 -07:00
Mike Place
1e137461cb
Merge pull request #31157 from captaininspiration/develop
...
Fix locale generation on Ubuntu
2016-02-12 08:58:56 -07:00