Commit Graph

30908 Commits

Author SHA1 Message Date
David Boucha
9dc182a2f4 fix codeauthor misspellings 2014-05-21 18:59:02 -06:00
Joseph Hall
c18c488131 Merge pull request #12952 from terminalmage/shadow-tests
Add test for shadow.gen_password
2014-05-21 18:50:29 -06:00
Joseph Hall
13a1ee4362 Merge pull request #12953 from whiteinge/doc-onchanges-versionadded
Added missing versionadded to onchanges requisite
2014-05-21 18:48:24 -06:00
Seth House
e150b9fc61 Added missing versionadded to onchanges requisite
Thanks to agronholm on IRC.
2014-05-21 18:46:35 -06:00
Seth House
91fee80062 Revert "Revert "Removed links to Dash docs until feeds are fixed""
This reverts commit fd59d9df39.

Refs #5839

Conflicts:
	doc/index.rst
2014-05-21 18:14:50 -06:00
Erik Johnson
512adb3136 Add test for shadow.gen_password
This addresses some breakage in this function. For more info, see
https://github.com/saltstack/salt/pull/12941.
2014-05-21 18:37:07 -05:00
Erik Johnson
2b743dc1f9 Clean up docstring 2014-05-21 18:32:35 -05:00
Erik Johnson
4ac4cb8d2c Cleanup salt.utils.pycrypto
Fix some grammar, follow convention for referencing exception classes.
2014-05-21 18:31:04 -05:00
Joseph Hall
26f741257e Merge pull request #12950 from cvrebert/patch-2
modules.cloud: add missing import of the `copy` module
2014-05-21 16:57:41 -06:00
Chris Rebert
ccfd2c6ee3 modules.cloud: add missing import of the copy module 2014-05-21 15:55:32 -07:00
Joseph Hall
a3f278972c Merge pull request #12946 from cvrebert/patch-1
rm dead code in clouds.openstack.request_instance()
2014-05-21 16:47:16 -06:00
Joseph Hall
c221364cba Merge pull request #12945 from plastikos/bug-schedule_error_format
BUG: Correct log message field ordering
2014-05-21 16:46:58 -06:00
Thayne Harbaugh
0068867530 Still use "info", but the format still needs to be swapped. 2014-05-21 16:44:04 -06:00
Chris Rebert
7a790c9426 rm dead code in clouds.openstack.request_instance() 2014-05-21 15:36:39 -07:00
Thayne Harbaugh
d7cb9b7c55 A missing schedule function should be a "warn" rather than "info".
Fix the ordering of the fields in the message format.
2014-05-21 16:36:02 -06:00
Joseph Hall
af00da4265 Merge pull request #12942 from jacksontj/concurrency_control
Use minion ID, not fqdn
2014-05-21 14:22:03 -06:00
Thomas Jackson
17b4ddc648 Use minion ID, not fqdn 2014-05-21 13:20:50 -07:00
Joseph Hall
98e3665334 Merge pull request #12941 from terminalmage/fix-shadow
Fix incorrect reference to module
2014-05-21 14:15:34 -06:00
Erik Johnson
1a934cd6e5 Fix incorrect reference to module
This fixes breakage introduced in 60cf38f6.
2014-05-21 15:12:42 -05:00
Joseph Hall
1bd56b9cf4 Merge pull request #12940 from terminalmage/docs
Add gitfs_provider documentation
2014-05-21 14:08:03 -06:00
Erik Johnson
5cd4000862 Add information on gitfs_provider to gitfs walkthrough 2014-05-21 15:00:29 -05:00
Erik Johnson
3bcfc735f8 Add dulwich to gitfs_provider docs 2014-05-21 15:00:19 -05:00
Joseph Hall
6ceafd8b7b Merge pull request #12937 from jacksontj/concurrency_control
Zookeeper based concurrency control
2014-05-21 11:12:26 -06:00
Thomas Jackson
acfa783bf4 Fix some pylint errors 2014-05-21 09:49:16 -07:00
Colton Myers
d6201878bb Merge pull request #12936 from cachedout/9556
Pylint zcbuildout
2014-05-21 10:48:03 -06:00
Thomas Jackson
f3fbb65ab0 Complete the docs for this module, and include an example 2014-05-21 09:17:17 -07:00
Mike Place
888662692f Pylint zcbuildout
I see no evidence of this argument in use. Removed and modified test.

Closes #9556
2014-05-21 10:11:25 -06:00
Thomas Jackson
8840c6567f Switch to using a semaphore (mostly a built-in of the kazoo client) 2014-05-21 09:00:34 -07:00
Joseph Hall
3aca4979fc Merge pull request #12620 from jcockhren/elasticsearch_returner
elasticsearch returner
2014-05-21 07:46:10 -06:00
Joseph Hall
3fe1be7d6e Merge pull request #12910 from pengyao/generate_password
Add generate_password to shadow module
2014-05-21 07:45:31 -06:00
Joseph Hall
030677f295 Merge pull request #12918 from whiteinge/doc-cmd-equal-sign
Added note about using = in cmd.run commands
2014-05-21 07:42:34 -06:00
Joseph Hall
8f3696e340 Merge pull request #12929 from whiteinge/doc-boto-rst-fixes
Tidied up some rST syntax in the boto state modules
2014-05-21 07:41:44 -06:00
Joseph Hall
e50ac752ec Merge pull request #12930 from whiteinge/doc-salt-doc
Doc salt doc
2014-05-21 07:41:23 -06:00
Joseph Hall
a7d578aaee Merge pull request #12934 from gtmanfred/develop
do deep copy before creating CloudClient
2014-05-21 07:40:27 -06:00
Daniel Wallace
d151b378dc do deep copy before creating CloudClient 2014-05-21 08:21:13 -05:00
Joseph Hall
46e526cf66 Merge pull request #12924 from gtmanfred/cloud
Include salt cloud modules configurations from pillars
2014-05-21 06:12:23 -06:00
Pedro Algarvio
faa44aa77a Merge pull request #12931 from terminalmage/docs
Correct inaccuracies in gitfs walkthrough
2014-05-21 12:56:58 +01:00
Erik Johnson
93245d1e0e Correct inaccuracies in gitfs walkthrough
Also, added some information on upcoming features
2014-05-21 01:35:00 -05:00
Erik Johnson
8d4370accc Fix indentation
This brings the note about the gitfs walthrough outside of the YAML
code-block.
2014-05-21 01:34:28 -05:00
Seth House
a3f858b7df Tidied up some rST syntax in the boto state modules 2014-05-20 23:57:13 -06:00
Seth House
8a3cce4620 Added documentation on how to write Salt documentation
Closes #12792
2014-05-20 23:50:52 -06:00
Seth House
64b8fb6a81 Added label to the docs for writing execution modules 2014-05-20 23:30:02 -06:00
Daniel Wallace
d2c970cdb5 should be using pop for a clean update later 2014-05-20 23:30:49 -05:00
Seth House
b30732ce63 Merge pull request #12927 from gravyboat/develop
Updated the quickstart so we can get rid of the standalone minion docs.
2014-05-20 21:35:38 -06:00
Forrest Alvarez
b588393a7b Updated the quickstart so we can get rid of the standalone minion docs. 2014-05-21 03:33:09 +00:00
Daniel Wallace
c43403c4d9 copy pillars before acting on them
If we do the .pop() then they dictionary won't exist the next time
we come back to it when we do multiple calls to the cloud module inside
cloud states.
2014-05-20 22:26:06 -05:00
Seth House
4e483bff23 Merge pull request #12926 from gravyboat/develop
Updated the troubleshooting index with some link fixes for 12791.
2014-05-20 20:44:04 -06:00
Forrest Alvarez
8c8060e6ea Updated the troubleshooting index with some link fixes for 12791. 2014-05-21 02:42:12 +00:00
Erik Johnson
7cedb9ef47 Merge pull request #12925 from hulu/simplify-conds
simplify conditions in utils.network due to short-circuit eval
2014-05-20 20:05:12 -05:00
Daniel Wallace
87bd50f01a if cache dir doesn't exist, make it 2014-05-20 19:22:02 -05:00