root
81f0551649
Modify the Cassandra management and returner modules
...
Use context dunder (__context__) to store a cassandra Cluster
(connection pool). This will allow each worker thread have a
connection pool from which to create sessions (lease connections.)
Refactor the Salt Cassandra schema to use "minion_id" insted of
"id".
2015-04-05 18:26:47 -04:00
Justin Findlay
16eb18e146
Merge pull request #22374 from alprs/fix-iptables-saved_rule_to
...
Corrected output for iptables rule saved to file
2015-04-05 16:15:43 -06:00
Andreas Lutro
bd1ff37b29
Corrected output for iptables rule saved to file
2015-04-05 22:55:21 +02:00
Justin Findlay
9410c1f006
Merge pull request #22372 from alprs/fix-iptables-missing_state_flag
...
iptables needs `-m state` for `--state` arguments
2015-04-05 13:57:39 -06:00
Andreas Lutro
1452082dc0
iptables needs -m state
for --state
arguments
2015-04-05 20:18:36 +02:00
Joseph Hall
5d3dc7a2a1
Merge pull request #22368 from alprs/fix-iptables_proto_protocol_alias
...
Make iptables module build_rules accept protocol as an alias for proto
2015-04-05 09:57:55 -06:00
Andreas Lutro
b62d76a028
Make iptables module build_rules accept protocol as an alias for proto
...
The salt documentation mentions that **kwargs passed to an iptables
state such as iptables.append are passed to the iptables command as a
long command line option. This is not the case, as `--proto` is not an
iptables option, whereas `--protocol` is.
2015-04-05 16:50:41 +02:00
Pedro Algarvio
ff4aa5b989
Include unless
in the state internal keywords.
...
Fixes #22359
2015-04-05 01:00:08 +01:00
Pedro Algarvio
287bce36b8
Add fun
and state
to the runtime internal keywords listing
...
Fixes #21120
Refs #21133
Refs https://github.com/saltstack/salt/issues/18806#issuecomment-76532356
2015-04-05 00:42:10 +01:00
Justin Findlay
19e0d7a322
Merge pull request #22353 from jacksontj/git_state
...
Add error logging for uncaught exceptions in git state module
2015-04-03 20:06:19 -06:00
Justin Findlay
a60579bcf5
Merge pull request #22349 from cro/bp-22005
...
Backport 22005 to 2014.7
2015-04-03 20:03:32 -06:00
Thomas Jackson
dc6965d201
Add error logging for uncaught exceptions in git state module
2015-04-03 18:13:20 -07:00
Thayne Harbaugh
a7a33b381c
Various fixes:
...
* Add missing spaces in help
* Correct order of arguments to _check_cache_minions() (not part of pillar_pcre)
* Add platening of pillar_pcre to pillar_exact_minions
* Add missing match to pillar_pcre
* Correct unit test
2015-04-03 18:32:52 -06:00
Justin Findlay
fb8b1858a7
shell {en|dis}abled tests for cmdline, templates
2015-04-03 18:08:13 -06:00
C. R. Oldham
936254c607
Lint
2015-04-03 17:26:59 -06:00
C. R. Oldham
bcc377287a
Change many 'warn' to 'error' to help users with LDAP auth.
2015-04-03 17:26:59 -06:00
C. R. Oldham
c0b9cdaf3f
Take cachedout's suggestion
2015-04-03 17:26:59 -06:00
C. R. Oldham
06d761671a
Add authentication against Active Directory
2015-04-03 17:26:59 -06:00
C. R. Oldham
ade043070d
Add authentication against Active Directory
2015-04-03 17:26:59 -06:00
Joseph Hall
72f708a286
Merge pull request #22345 from rallytime/document_list_nodes
...
Document list_node* functions for salt cloud
2015-04-03 16:34:02 -06:00
rallytime
eac4c63990
Add list_node docs to Cloud Function page
2015-04-03 16:30:58 -06:00
rallytime
bf31daa82e
Add Feature Matrix link to cloud action and function pages
2015-04-03 16:15:50 -06:00
rallytime
d5fa02d566
Add list_node* functions to feature matrix
2015-04-03 15:59:16 -06:00
Thomas S Hatch
8de6726c57
Merge pull request #22341 from basepi/salt-ssh.requests.symlink.plus.some.other.stuff
...
[2014.7] Fix some salt-ssh issues with Fedora 21
2015-04-03 15:47:21 -06:00
Mike Place
f3df92834d
More helper text, refactor filehandles, clean up
2015-04-03 15:34:47 -06:00
Mike Place
018400d94c
Remove loop interval setting, was causing cpus to spin
2015-04-03 15:34:47 -06:00
Mike Place
275993ee18
Include parser option for --no-tests
2015-04-03 15:34:46 -06:00
Colton Myers
1452e9c875
Backport salt.client.ssh.shell fixes from 2015.2
2015-04-03 14:22:42 -06:00
Colton Myers
73ba75e4ec
Backport some salt-vt stuff
2015-04-03 14:21:34 -06:00
Colton Myers
2de50bcf69
Follow symlinks (mostly because of requests' stupidity)
2015-04-03 14:20:44 -06:00
jfindlay
f8923352c0
Merge pull request #22337 from rallytime/bp-22245
...
Backport #22245 to 2014.7
2015-04-03 14:13:48 -06:00
Anton Chernev
f560056745
Fix grains.get_or_set_hash to work with multiple entries under same key
2015-04-03 12:56:25 -06:00
Nicole Thomas
7de4ed3cc3
Merge pull request #22335 from whiteinge/doc-new-beacons
...
Add new beacons to module index
2015-04-03 12:50:53 -06:00
Seth House
fbfbde5bde
Added autodoc placeholders for the new modules
2015-04-03 12:31:57 -06:00
Seth House
92e0338a59
Updated beacon, roster, runners module indexes with new additions
2015-04-03 12:27:11 -06:00
Thomas S Hatch
f0575ff7ef
Merge pull request #22313 from jacksontj/2015.2
...
Fix suicide_when_without_parent
2015-04-03 09:42:17 -06:00
Thomas S Hatch
9ffdb51d18
Merge pull request #22301 from twangboy/git_state_fix
...
Fixed logic error
2015-04-03 09:40:45 -06:00
Thomas S Hatch
70b0cea4f1
Merge pull request #22296 from twangboy/fix_git_string
...
Fix git module to work in windows
2015-04-03 09:40:29 -06:00
Nicole Thomas
1be785e5ad
Merge pull request #22311 from twangboy/win_install
...
Win install
2015-04-03 07:09:28 -06:00
Nicole Thomas
b23dd2234d
Merge pull request #22315 from rahulhan/event_unit_test
...
Adding states event.py unit tests
2015-04-03 06:30:58 -06:00
Nicole Thomas
cd69833731
Merge pull request #22318 from jayeshka/twilio_notify-unit-test
...
adding twilio_notify unit test case.
2015-04-03 06:30:13 -06:00
Nicole Thomas
eb4fd0b903
Merge pull request #22320 from rahulhan/nova_unit_tests
...
Adding nova.py unit tests
2015-04-03 06:29:18 -06:00
Rahul Handay
a572f3cadc
Adding nova.py unit tests
2015-04-03 14:40:46 +05:30
Jayesh Kariya
57925820ed
adding twilio_notify unit test case.
2015-04-03 14:29:49 +05:30
Thayne Harbaugh
c91392bc91
Add option -J/--pillar-pcre to match on pillar PCREs
2015-04-03 02:47:19 -06:00
Rahul Handay
034386e855
Adding states event.py unit tests
2015-04-03 11:24:47 +05:30
Thomas Jackson
efb9d411bc
Fix suicide_when_without_parent
...
If you call sys.exit within a thread it raises SystemExit-- which inside of a thread just exits the thread. This os._exit() will *actually* allow the thread to cause the process to exit
2015-04-02 19:00:50 -07:00
twangboy
51370ab2f9
Removed dialog box that was used for testing
2015-04-03 00:17:12 +00:00
twangboy
7377c503de
Add switches for passing version to nsi script
2015-04-03 00:13:58 +00:00
Thomas S Hatch
4281cd67fa
Merge pull request #22300 from rallytime/windows_release_docs
...
Add windows package installers to docs
2015-04-02 17:45:38 -06:00