Commit Graph

22550 Commits

Author SHA1 Message Date
William Fleming
9654e3a626 SUSE bug 8428 fix
Created a workaround till SUSE fix their lsb bug. Now gives the patch version in osrelease
2013-11-19 11:06:52 +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
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
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
Thomas S Hatch
cef8320a7a Fix cmd_async to be just async 2013-11-14 12:56:41 -07:00
Thomas S Hatch
ab8cc9b5fa Minor doc fix 2013-11-14 12:56:41 -07:00
C. R. Oldham
dde73af9ec fix freebsd failing test 2013-11-14 12:31:56 -07:00
Thomas S Hatch
6d78c0ebf9 Fix ref to any_auth method 2013-11-14 12:18:38 -07:00
Thomas S Hatch
91d23d026a lint fixes for gnomedesktop 2013-11-14 12:08:36 -07:00
Thomas S Hatch
2731aadce6 Set default to an iterable for authorize backend detection 2013-11-14 12:02:46 -07:00
Pedro Algarvio
12880907d8 Make PyLint a bit happier. 2013-11-14 18:49:26 +00:00
Pedro Algarvio
4bd60e2e21 Minor typo. 2013-11-14 18:38:05 +00:00
Pedro Algarvio
2a699bf4da Merge pull request #8519 from emilisto/develop
pip state module requires name even if requirements file is specified
2013-11-14 10:32:38 -08:00
Pedro Algarvio
04cf54fd9d One less file in salt_cloud 2013-11-14 18:24:00 +00:00
Pedro Algarvio
8c14e211b7 Fix some missing variables and imports. 2013-11-14 18:18:51 +00:00
Pedro Algarvio
1d2873b6a2 Merge pull request #8526 from garethgreenaway/develop
Removing imports
2013-11-14 10:17:47 -08:00
Pedro Algarvio
d34439d616 Update to latest stable bootstrap script, v1.5.9 2013-11-14 18:07:37 +00:00
Pedro Algarvio
2c53c11793 Add support to download the latest stable bootstrap script.
If we're not installing under Windows, provide the same features salt-cloud had at install time before the merge.
2013-11-14 18:06:12 +00:00
Gareth J. Greenaway
db37efb8e5 Merge remote-tracking branch 'upstream/develop' into develop 2013-11-14 09:41:39 -08:00