Commit Graph

22770 Commits

Author SHA1 Message Date
Pedro Algarvio
60dabead8f Invert debugging logic. 2013-11-15 17:23:58 +00:00
Pedro Algarvio
5c1fc92715 Strip ALL non windows scripts from sdist. 2013-11-15 17:22:29 +00:00
Thomas S Hatch
1f66907fef pylint fixes 2013-11-15 09:38:14 -07:00
Thomas S Hatch
c6f3026517 Merge pull request #8558 from s0undt3ch/issues/sentry-logging-fixes
sentry logging fixes
2013-11-15 08:41:15 -08:00
Thomas S Hatch
8b98dfd053 Merge pull request #8505 from gravyboat/develop
Update to the iptables doc to explain set_policy is for default rules. Also a modification to the FAQ.
2013-11-15 08:38:44 -08:00
Jeffrey C. Ollie
d8abd19023 Don't try to access the default tenant id in user_list and user_get 2013-11-15 10:36:36 -06:00
Thomas S Hatch
39458feda3 Merge pull request #8496 from duk3luk3/docfixes
Added warning about * default to cron docs
2013-11-15 07:51:28 -08:00
Thomas S Hatch
6e05d366e7 Merge pull request #8492 from rca/salt_local_pillar_root_option
Added --pillar-root option
2013-11-15 07:50:39 -08:00
Heewa Barfchin
e0961baede Gracefully handle certain bad yaml conf files.
Parsing a conf file as valid yaml might still yield something other than
a dictionary, which is required. So check for that case, log an error,
and continue the same way that an invalid yaml conf file would be handled.
2013-11-15 08:22:32 -05:00
Pedro Algarvio
1f7bca81a1 Document that Raven is a required dependency. Fixes #8557. 2013-11-15 13:04:05 +00:00
Pedro Algarvio
262bb3e6cf Make sure that an iterable is available. Fixes #8556. 2013-11-15 12:58:56 +00:00
Erik Johnson
954f51e174 Merge pull request #8551 from s0undt3ch/hotfix/quiet-yum-logging
Quiet down Yum's logging. Fixes #3855.
2013-11-15 03:16:10 -08:00
Pedro Algarvio
3e3897875a Just set the levels as the Yum package does. 2013-11-15 10:46:10 +00:00
Pedro Algarvio
21623baf46 Quiet down Yum's logging. Fixes #3855.
Salt does not need any of `sys.stdout`, `sys.stderr` and `syslog` logging handlers which are configured by Yum, specially because we're using Yum as an API, not as another CLI tool. Any logging will go through salt's logging handlers.
2013-11-15 10:30:29 +00:00
pengyao
cf7bc86bd7 support user-defined chain in salt iptables state module 2013-11-15 10:22:22 +00:00
pengyao
b691407505 support user-defined chain in salt iptables moudle 2013-11-15 10:21:51 +00:00
Pedro Algarvio
341308485e Merge pull request #8548 from terminalmage/quickfix
Minor spelling fix
2013-11-15 01:26:32 -08:00
Erik Johnson
70619f906d Minor spelling fix
s/is not know'/is not known'/
2013-11-15 02:26:29 -06:00
Forrest Alvarez
7f72a91d7b added a new tutorial based around bootstrap-salt 2013-11-15 05:18:31 +00:00
Forrest Alvarez
8ca71ebec4 Merge remote branch 'upstream/develop' into develop 2013-11-15 04:54:53 +00:00
C. R. Oldham
93b37da9a3 Add C. R. to AUTHORS file. 2013-11-14 19:56:53 -07:00
Thomas S Hatch
ece496c83d Add cloud runner to wrap the cloud api in the runner platform
This instantly makes salt cloud available to things like the reactor
2013-11-14 19:37:46 -07:00
David Boucha
03f4c8c7f9 Merge pull request #8544 from UtahDave/develop
Fix pylint errors
2013-11-14 17:18:32 -08:00
David Boucha
fe5e430d51 fix pylint error 2013-11-14 18:17:56 -07:00
David Boucha
12504f171b Add missing import 2013-11-14 18:08:50 -07:00
Thomas S Hatch
be7240711c Fix eauth track (made a list preperatory for external eauth data) 2013-11-14 17:35:46 -07:00
David Boucha
0ee6d16397 Merge pull request #8541 from UtahDave/develop
Add link to 0.17.2 windows installers
2013-11-14 16:09:42 -08:00
David Boucha
e5d6b8c0d2 Add link to 0.17.2 windows installers 2013-11-14 17:09:12 -07:00
David Boucha
b0eccfecb3 Merge pull request #8538 from s0undt3ch/develop
Better `exec()` detection. Avoids esky build `NameError`.
2013-11-14 15:04:07 -08:00
Pedro Algarvio
99148a1380 Better exec() detection. Avoids esky build NameError. 2013-11-14 23:01:30 +00:00
Thomas S Hatch
359d339b1f Cover auth cases where cloud only had a fun and no mod 2013-11-14 15:41:45 -07:00
Thomas S Hatch
16fdb8819f Disable external auth sources for now 2013-11-14 15:41:45 -07:00
Thomas S Hatch
393655a943 guilty unless proven innocent 2013-11-14 15:41:45 -07:00
Colton Myers
cfa3ba3d48 Merge pull request #8527 from s0undt3ch/hotfix/merge-salt-cloud-setup
Migrate salt-cloud setup features to salt
2013-11-14 14:27:55 -08:00
Joseph Hall
b456fb95f3 Merge pull request #8534 from techhat/cloudapi
Adding show_instance to all current libcloud providers
2013-11-14 13:45:55 -08:00
Joseph Hall
90a3ec9013 Adding show_instance to all current libcloud providers 2013-11-14 14:44:44 -07:00
Joseph Hall
95cf7f2d4a Merge pull request #8533 from techhat/cloudapi
Fix actions and functions for saltcloud api
2013-11-14 13:30:02 -08:00
Joseph Hall
086a9ed5aa Fix actions and functions for saltcloud api 2013-11-14 14:29:12 -07:00
Thomas S Hatch
1927c8660e Merge pull request #8482 from outini/develop
Fixing __import__ method behavior to respect importlib method behavior
2013-11-14 13:19:35 -08:00
Joseph Hall
26a4b07f80 Merge pull request #8532 from techhat/develop
Give softlayer drivers proper logs concerning imports
2013-11-14 13:18:12 -08:00
Joseph Hall
823bc151d3 Give softlayer drivers proper logs concerning imports 2013-11-14 14:15:36 -07:00
Thomas S Hatch
2f7a4af574 Doh! salt.cloud.utils.... 2013-11-14 13:23:07 -07:00
C. R. Oldham
f46308b3c3 Merge pull request #8530 from cro/fix_freebsd_failing_test
Pylint fix.
2013-11-14 12:27:56 -08:00
C. R. Oldham
38c3eb4ec9 Pylint fix. 2013-11-14 13:26:45 -07:00
Thomas S Hatch
6c38ff0b8c Run all of thee suckers through the simple types filter 2013-11-14 13:15:39 -07:00
Thomas S Hatch
554bf3a8b9 Don't redirect out when making sub-daemons 2013-11-14 13:09:03 -07:00
C. R. Oldham
0b8fcd33d7 Merge pull request #8529 from cro/fix_freebsd_failing_test
Fix freebsd failing test
2013-11-14 12:08:09 -08:00
C. R. Oldham
f464447067 Be more liberal about finding group membership when calling out with 'runas='. 2013-11-14 13:04:57 -07:00
Thomas S Hatch
70f2c03e58 Merge pull request #8528 from techhat/cloudapi
Adding full query and select query
2013-11-14 12:01:09 -08:00
Joseph Hall
eb65ece173 Adding full query and select query 2013-11-14 12:59:38 -07:00