Commit Graph

2238 Commits

Author SHA1 Message Date
Erik Johnson
3fb755b63c Add example about jobs.list_jobs, jobs.lookup_jid
Sometimes the salt CLI will exit without displaying the return data from
all minions, but they do actually return data. This commit explains how
to use the jobs runners to obtain job return data and potentially catch
minions that did not return in these edge cases.
2014-01-25 20:56:01 -06:00
Seth House
cd1df50d25 Added `python` Jinja filter to jinja renderer docs 2014-01-23 19:41:16 -07:00
Seth House
3fffbbaa09 Added section on debugging the reactor 2014-01-23 10:34:33 -07:00
Thomas S Hatch
6b09f5b8fd Merge pull request #9831 from makinacorpus/pgsql
[need review] PGSQL state/mod improvments
2014-01-23 09:07:59 -08:00
Thomas S Hatch
9aeece736d Merge pull request #9784 from cro/proxyminion_rebase
Proxy minion support
2014-01-23 08:29:50 -08:00
regilero
3784c2f80d Add documentation on yaml_utf8 setting on yaml troubleshooting documentation 2014-01-23 15:09:03 +01:00
Seth House
7293456a13 Added GitHub URL for managing subscription settings 2014-01-22 12:27:13 -07:00
Erik Johnson
e13b253f67 Add --roster-file online docs option (new in 2014.1.0) 2014-01-22 11:24:29 -06:00
Erik Johnson
40cd458d70 Correct salt-ssh docs inaccuracy 2014-01-22 11:18:09 -06:00
Mathieu Le Marec - Pasquet
7039b4c974 postgres: support for extensions 2014-01-21 19:25:35 +01:00
Thomas S Hatch
70f637d1a1 Clarify require document 2014-01-20 12:08:59 -07:00
Erik Johnson
5cad858f24 Add info about gitfs improvements
Also improved the information on the BSD package management
enhancements.
2014-01-18 21:33:53 -06:00
Erik Johnson
f636d1d4ed Fix refs to yumpkg5 2014-01-17 21:08:44 -06:00
Forrest Alvarez
c8416f9b6d Updated the globbing doc with a link to compound matching, updated the compound matchin doc with another example, 2014-01-17 05:56:59 +00:00
C. R. Oldham
7cc97c3f1c Update docs. 2014-01-16 12:43:40 -07:00
C. R. Oldham
637901e23e Proxy minion support. 2014-01-16 12:43:11 -07:00
C. R. Oldham
552ff8308b Use a better ping example. 2014-01-16 12:43:02 -07:00
C. R. Oldham
1eae21db3b Update proxy_minions diagram (again) 2014-01-16 12:42:53 -07:00
C. R. Oldham
b6607b4b0d Update proxy minions diagram. 2014-01-16 12:42:40 -07:00
C. R. Oldham
a4277964cf Proxy minion documentation 2014-01-16 12:42:09 -07:00
C. R. Oldham
1c96911c1a Add missing proxy-minion script 2014-01-16 12:39:40 -07:00
Thomas S Hatch
6c144e003e Log to trace instead of print, @pwaller per #9752 2014-01-16 10:49:41 -07:00
Peter Waller
054fccd3b7 Update index.rst
Fix a pet peeve of mine so that beginners don't repeat the mistake: silencing `ImportError` is evil since you don't know if it came because `dependency_that_sometimes_exists` is unavailable or the `dependency_that_sometimes_exists` tried to import something which was broken.

This can seriously hinder debugging.
2014-01-15 14:04:03 +00:00
Alexey Ivanov
1d5c21fd89 master: added live profiling support via yappi
This allows low-overhead adhoc profiling of production servers without
interrupting service.
2014-01-13 23:10:05 -08:00
Thomas S Hatch
855437d7c6 Merge pull request #9719 from SaveTheRbtz/signal-debugging
Print debug info not only on `SIGUSR1` but also on `SIGINFO`
2014-01-13 09:37:57 -08:00
Alexey Ivanov
1892c4ef84 docs: added note about SIGINFO and Ctrl+T un BSD/Mac 2014-01-13 00:51:11 -08:00
Forrest Alvarez
edf3598f12 Updated the salt bootstrap tutorial with an example to download the latest stable release with curl moved the wget example so it is right below the curl example to ensure users get the stable as opposed to the develop on accident. Fixed a weird wording issue, and some line lengths, though several still remain. 2014-01-13 05:37:59 +00:00
Forrest Alvarez
563f99538d Fixed some errors that were getting generated. 2014-01-12 05:33:04 +00:00
Forrest Alvarez
13a7acff03 Updated the master configuration docs to fill out the rest of the items that were missing from the docs, also moved some stuff around so it was in the same order as the actual master conf file. 2014-01-12 05:23:09 +00:00
Forrest Alvarez
0f76689b4b Merge remote branch 'upstream/develop' into develop 2014-01-12 03:12:29 +00:00
John Dewey
0ce4611b86 Corrected syntax error with formula example
There was a syntax error in the map.jinja example.
2014-01-10 22:07:19 -08:00
Thomas S Hatch
db9c722e56 Merge pull request #9690 from hulu/copyedit-cloud-config
copyedit doc/topics/cloud/config.rst
2014-01-10 12:59:20 -08:00
Chris Rebert
bbdcb81e9b copyedit doc/topics/cloud/aws.rst 2014-01-10 12:43:08 -08:00
Chris Rebert
de5d0174e4 copyedit doc/topics/cloud/config.rst 2014-01-10 12:26:40 -08:00
Abe Music
0de31bdc50 Add example for wait_for_spot_interval_multiplier 2014-01-10 12:46:51 -06:00
Abe Music
b232dccdf7 Adding code example for pool size configuration 2014-01-10 12:38:02 -06:00
Abe Music
104d94cf7d Adding pool size doc; updating aws doc to include spot instance and EBS volume support 2014-01-10 12:16:51 -06:00
Forrest Alvarez
afab1e2d63 Updated the master config file with some options, made it down to the color option. Looking at how this is set up, things might need to be moved around. 2014-01-10 05:54:07 +00:00
Forrest Alvarez
cc0ca13855 Updated windows docs with a quick note to mention that the installers will install deps. 2014-01-08 03:06:43 +00:00
Colton Myers
b43b0d5d09 Add more state vs module clarification 2014-01-07 16:55:28 -07:00
Thomas S Hatch
87b25ed67a Merge pull request #9601 from terminalmage/docs
Replace references to Hydrogen release in docs
2014-01-07 10:26:31 -08:00
Erik Johnson
2d5c9d9136 Rename 2014.01.0.rst to 2014.1.0.rst 2014-01-07 12:09:06 -06:00
Erik Johnson
0b876b2813 correct 2014.01.0 -> 2014.1.0 2014-01-07 12:08:58 -06:00
Erik Johnson
6ab77e5317 Replace references to Hydrogen release in docs
This replaces references to Hydrogen (in versionadded/versionchanged
directives as well as a few other mentions), to reflect the actual
release number of 2014.1.0.
2014-01-07 12:06:53 -06:00
Erik Johnson
4cf7ffd719 spelling fixes 2014-01-07 10:53:18 -06:00
Thomas S Hatch
3f16b1b023 Merge pull request #9603 from techhat/jcl
Clarify that execution modules and state modules are not the same thing
2014-01-06 21:23:55 -08:00
Joseph Hall
214843c53b Clarify that execution modules and state modules are not the same thing 2014-01-06 19:57:01 -07:00
David Boucha
162776c4f1 slight doc reformat on windows install doc page 2014-01-06 16:07:26 -07:00
Thomas S Hatch
7a33ea5dfc Merge pull request #9570 from bbinet/fix-docker-start-port_bindings
Fix docker.start port_bindings
2014-01-06 08:20:02 -08:00
Thomas S Hatch
d43cc1116d Merge pull request #9566 from terminalmage/gitfs-pygit2
Add pygit2 support to git fileserver backend
2014-01-06 08:18:27 -08:00