Commit Graph

24297 Commits

Author SHA1 Message Date
Thomas S Hatch
b3b6c0bcee Merge pull request #8734 from terminalmage/autoreject_file
add an autoreject_file parameter to the master config file
2013-12-30 09:24:03 -08:00
Pedro Algarvio
763ca1c33e Merge pull request #9483 from terminalmage/docs
More refinement of master/minion troubleshooting docs
2013-12-30 04:21:46 -08:00
Pedro Algarvio
b161665e28 Merge pull request #9485 from hulu/superfluous-parens-del
fix all pylint C0325 (superfluous-parens) warnings
2013-12-30 03:01:19 -08:00
Pedro Algarvio
faa16ea0c6 Merge pull request #9486 from gravyboat/develop
Fixed a typo I missed a while back with some spacing.
2013-12-30 03:00:10 -08:00
Forrest Alvarez
4f45c4d8f8 Fixed a typo I missed a while back with some spacing. 2013-12-30 07:05:59 +00:00
Chris Rebert
c8879022b2 fix all pylint C0325 (superfluous-parens): Unnecessary parens after 'del' keyword 2013-12-29 22:51:12 -08:00
Erik Johnson
84c6b62005 More refinement of master/minion troubleshooting docs
Added an nmap example for checking if ports are open, removed some
redundant wording, and reworded other parts to be more concise.
2013-12-29 20:13:11 -06:00
Pedro Algarvio
747d305635 Merge pull request #9482 from gravyboat/develop
Fixed a typo in cloud troubleshooting, new section for master troubleshooting.
2013-12-29 00:21:55 -08:00
Forrest Alvarez
c0c5bfd526 Updated the master troubleshooting doc with details regarding unexpected behavior with the -c option. 2013-12-29 06:30:37 +00:00
Forrest Alvarez
650223e1a4 Merge remote branch 'upstream/develop' into develop 2013-12-29 06:09:29 +00:00
Thomas S Hatch
4326a14322 Merge pull request #9480 from cachedout/unit-tests
Unit tests
2013-12-28 21:11:02 -08:00
Erik Johnson
c1eee828fd Slight tweak to earlier master troubleshooting page edit 2013-12-28 22:10:03 -06:00
Forrest Alvarez
f6f21f9b00 Fixed a lower case reference to Salt on the cloud troubleshooting docs. 2013-12-29 01:02:03 +00:00
Mike Place
94591d7e2d Fix unit tests for Postgres on some platforms
* Fix for inconsistent behavior wherein systems will use varying escaping behavior for quotes and double-quotes. (Most notably, Ubuntu 10 for some oddball reason.

  * Reformatting.
2013-12-28 17:16:54 -07:00
Pedro Algarvio
6202b61723 Merge pull request #9479 from terminalmage/docs
Enhancement to master troubleshooting docs
2013-12-28 12:21:50 -08:00
Pedro Algarvio
a067057fea Merge pull request #9478 from terminalmage/sphinx
Fix sphinx build warning
2013-12-28 12:20:58 -08:00
Erik Johnson
2087462bd9 Enhancement to master troubleshooting docs
Made some of the language more concise, and improved the example on
setting resource limits. /etc/security/limits.d/NN-something.conf is
the generally preferred method of setting resource limits.
2013-12-28 14:18:24 -06:00
Erik Johnson
6286b28304 Fix sphinx build warning
This fixes a sphinx build warning resulting from improperly formatted
argument names.
2013-12-28 14:17:24 -06:00
Pedro Algarvio
7bb7ff8f2b Merge pull request #9470 from terminalmage/issue9468
Allow git.current_branch to work with git<1.7.8
2013-12-28 07:52:36 -08:00
Pedro Algarvio
717e32b54e Merge pull request #9472 from gravyboat/develop
Cloud Troubleshooting doc version compatibility notes.
2013-12-28 00:25:12 -08:00
Forrest Alvarez
49b3cc4ba5 Added an admonition to the cloud troubleshooting doc that addresses issue with version compatibility. 2013-12-28 06:01:08 +00:00
Erik Johnson
1b8ea83a14 Allow git.current_branch to work with git<1.7.8
"git branch" and "git branch --list" are functionally identical, but the
"--list" parameter was not added to git until version 1.7.8, so older
versions of git (such as the one in the RHEL/CentOS 6 repositories) are
unable to successfully run this function.

This commit removes the "--list" from the git command used in this
function.
2013-12-27 18:57:17 -06:00
Thomas S Hatch
fbad38cef6 Merge pull request #9469 from terminalmage/issue9341
Don't run pkg.refresh_db before checking targets
2013-12-27 16:26:57 -08:00
Thomas S Hatch
027f219bc7 Merge pull request #9467 from terminalmage/supervisord-options
Add supervisord.options function
2013-12-27 16:26:04 -08:00
Thomas S Hatch
65ba87c588 Fix #9171 2013-12-27 17:13:18 -07:00
Thomas S Hatch
331be47224 Pass over invalid low chunks 2013-12-27 16:42:03 -07:00
Thomas S Hatch
df6bb64c41 Catch errors in json parsing 2013-12-27 16:26:06 -07:00
Erik Johnson
7c3d0cc80d Don't run pkg.refresh_db before checking targets
In 5a95286, a call to pkg.refresh_db was placed before the function that
checks to see which targeted packages need to be installed. This was
done specifically to make newly-added repos available to pkg states in
the same highstate run. This commit moves the refresh_db to the pkgrepo
state instead.
2013-12-27 17:08:39 -06:00
Erik Johnson
1c1e2adf9b Add supervisord.options function
I added this while troubleshooting a bug that turned out to already have
been fixed, but it seemed to still be useful.
2013-12-27 16:32:02 -06:00
Thomas S Hatch
fdc8b7549c Fix #8733 2013-12-27 15:22:11 -07:00
Joseph Hall
33cf7c7aab Merge pull request #9466 from techhat/novafix
Add timeout and correct credentials to nova.boot
2013-12-27 14:23:26 -08:00
Joseph Hall
39e754afa1 Add timeout and correct credentials to nova.boot 2013-12-27 15:21:55 -07:00
Thomas S Hatch
85abd5e166 Initial commit for #8733 2013-12-27 15:10:41 -07:00
Thomas S Hatch
a57eaa9f2a Update pydsl to track deps based on env:sls to support fix for #9464 2013-12-27 14:57:49 -07:00
Pedro Algarvio
cc9310b1f0 Merge pull request #9465 from cachedout/unit-tests
Integration test fix
2013-12-27 12:31:56 -08:00
Mike Place
4b7148a0f5 Don't test deprecated function.
* utils.memoize has been moved to salt.utils.decorators. Don't test it here.
2013-12-27 13:28:42 -07:00
Mike Place
444cae7236 Integration test fix
* oscodename should not have been removed.
2013-12-27 13:25:05 -07:00
Thomas S Hatch
5fb19a43c9 Fix #9464
Cross environment collisions were being improperly detected
2013-12-27 12:47:18 -07:00
Colton Myers
5ff8dc95e8 Merge pull request #9463 from techhat/part_list
Allow both partition.list and partition.part_list to work
2013-12-27 10:45:17 -08:00
Joseph Hall
0c5aa217d2 Allow both partition.list and partition.part_list to work 2013-12-27 11:43:02 -07:00
David Boucha
981fb52f11 Merge pull request #9462 from UtahDave/develop
skip pylint arg check because of decorators
2013-12-27 10:28:45 -08:00
David Boucha
5105d4176c skip pylint arg check because of decorators 2013-12-27 11:25:00 -07:00
Thomas S Hatch
2f39e976d0 Only apply master centric options without minion data merge
Fix #8271
2013-12-27 11:18:07 -07:00
Pedro Algarvio
4607d38cd4 We're mock'ing, it's ok to ignore the PyLint warning. 2013-12-27 17:56:31 +00:00
David Boucha
abf38ed1d9 Merge pull request #9460 from UtahDave/develop
use # for comments.  use 'is True'
2013-12-27 09:42:17 -08:00
David Boucha
cf56718272 use # for comments. use 'is True' 2013-12-27 10:41:05 -07:00
David Boucha
5dffd6cd85 Merge pull request #9459 from UtahDave/develop
add missing import. use "is True"
2013-12-27 09:26:45 -08:00
David Boucha
f67673741a add missing import. use "is True" 2013-12-27 10:26:03 -07:00
David Boucha
27f19c7550 Merge pull request #9458 from UtahDave/develop
remove whitespace
2013-12-27 09:15:59 -08:00
David Boucha
5e0324c062 remove whitespace 2013-12-27 10:15:25 -07:00