Commit Graph

7700 Commits

Author SHA1 Message Date
Pedro Algarvio
527cf4ee38 Don't assume again and expand test.
* When introducing the "Don't assume!" changes I also assumed that there were always more than one argument from the shell. Expanded the testcase to include this check.
2012-11-09 11:32:36 +00:00
Pedro Algarvio
75f70e49f3 Include a test case for the previous "Don't assume!" commit. 2012-11-09 11:23:30 +00:00
Pedro Algarvio
28510df4db Don't assume!
* Only add '*' and 'sys.doc' on a `salt -d` cli call if those arguments aren't already there.
2012-11-09 11:04:49 +00:00
Pedro Algarvio
2290ce8367 Fix salt.modules.yumpkg.
* Don't assume the `yum` module is available(`_YumErrorLogger`)
* Indentation fix.
* PEP-8 fixes.
2012-11-09 10:50:16 +00:00
Thomas S Hatch
5c6b4ee175 Merge pull request #2491 from FireHost/fix_yumpkg_failed_install
Fix yumpkg logging
2012-11-08 18:06:54 -08:00
Thomas S Hatch
537e9141e2 fix small typo 2012-11-08 18:52:09 -07:00
Thomas S Hatch
67f3395627 Merge pull request #2492 from ryanschneider/cp.get_file-gzip
Add gzip_compression support to cp.get_file
2012-11-08 17:49:41 -08:00
Ryan Schneider
c638617612 Add gzip_compression support to cp.get_file 2012-11-08 16:09:38 -08:00
Thomas S Hatch
a451fa205b Death to pub_refresh 2012-11-08 17:00:33 -07:00
Thomas S Hatch
71c13e24a4 Death to sub_timeout 2012-11-08 16:58:57 -07:00
Aaron Tygart
f9a47372fa Cleanup recently-added 'sources' option for yumpkg 2012-11-08 17:22:53 -06:00
Thomas S Hatch
8cb068bbc6 Merge pull request #2490 from techhat/openstack
Update glance to use keystone, and keystone to be used by others
2012-11-08 15:05:15 -08:00
Thomas S Hatch
6f580faa69 Merge pull request #2488 from techhat/openstack
Adding openstack glance execution module
2012-11-08 15:01:46 -08:00
Aaron Tygart
0e0db204d3 Add more logging to the yumpkg module 2012-11-08 16:54:16 -06:00
Joseph Hall
f53a760e6d Update glace to use keystone, and keystone to be used by others 2012-11-08 15:47:39 -07:00
Seth House
d65a754839 Merge pull request #2489 from UtahDave/develop
Fixes #2464 check for i386 pkgs on 64bit systems
2012-11-08 14:26:10 -08:00
David Boucha
82c6edacb6 Fixes #2464 check for i386 pkgs on 64bit systems 2012-11-08 15:12:17 -07:00
Joseph Hall
0c99b71705 tenant_id is no longer optional 2012-11-08 14:44:47 -07:00
Joseph Hall
a25a27b795 Adding very minimal openstack glance module 2012-11-08 14:37:49 -07:00
Thomas S Hatch
c65b91d8b6 Merge pull request #2486 from s0undt3ch/issues/2379
Improve `salt.utils.build_whitepace_splited_regex()`. Fixes #2379.
2012-11-08 12:43:13 -08:00
Thomas S Hatch
dc94174db2 Merge pull request #2485 from s0undt3ch/develop
Complete what was done in d60c9d01b6
2012-11-08 12:39:49 -08:00
Pedro Algarvio
9b2b80f4af The regex should match multiline. Refs #2379. 2012-11-08 20:24:18 +00:00
Sean Channel
f6110b214b Merge pull request #2487 from seanchannel/develop
missing equals
2012-11-08 12:08:07 -08:00
Sean Channel
86af5f03c3 missing equals 2012-11-08 12:06:49 -08:00
Pedro Algarvio
3045ec34c3 Complete what was done in d60c9d01b6 2012-11-08 20:05:23 +00:00
Pedro Algarvio
91486484fa Complete what was done in d60c9d01b6 2012-11-08 19:53:01 +00:00
Pedro Algarvio
b7c763dec1 Improve salt.utils.build_whitepace_splited_regex(). Fixes #2379.
* Although we're building a regex which should ignore white space and new lines, the built regex should always match start and end of string.
2012-11-08 19:33:51 +00:00
Thomas S Hatch
98d0e2d5aa Add save_load and get_load to mongo returner 2012-11-08 11:35:25 -07:00
Thomas S Hatch
fbfed714f3 Add get_load to the redis returner 2012-11-08 11:35:24 -07:00
Thomas S Hatch
5ca920d7bd clean out some commented out lines 2012-11-08 11:35:24 -07:00
Thomas S Hatch
ac7ae1fccc Add the ext_job_cache to the peer calls 2012-11-08 11:35:24 -07:00
Thomas S Hatch
39dbf65292 remove the find_cmd method from the client.py
Nothing is left that calls this.
2012-11-08 11:35:24 -07:00
Thomas S Hatch
d60c9d01b6 remove deprecated query option 2012-11-08 11:35:24 -07:00
Thomas S Hatch
7db41ce99c Remove long deprecated query check 2012-11-08 11:35:24 -07:00
Thomas S Hatch
a276405311 Add save_load to the redis returner 2012-11-08 11:35:24 -07:00
Thomas S Hatch
51a115a97d Add external job cache hook to save the load data 2012-11-08 11:35:24 -07:00
Thomas S Hatch
0e70da3588 Merge pull request #2484 from s0undt3ch/issues/2401
Improve `salt.utils.contains_regex()`. Fixes #2401.
2012-11-08 05:31:11 -08:00
Pedro Algarvio
b50e4cb9c5 Improve salt.utils.contains_regex(). Fixes #2401.
* When `re.search`'ing, do a `re.MULTILINE` search. Not all matches happen on first line, specially using the `BufferedReader`.
* PEP-8 fixes.
* Removed `rowname` from `salt.utils.mysql_to_dict()` since it was not being used.
2012-11-08 12:47:19 +00:00
Sean Channel
fe8a604f2e Merge pull request #2483 from seanchannel/develop
change 8 to 7
2012-11-08 00:06:24 -08:00
Sean Channel
c933c9e4ff change 8 to 7 2012-11-08 00:04:19 -08:00
Thomas S Hatch
1c9295f20b Fix some pilar docs that did not make much sense 2012-11-07 22:50:25 -07:00
Thomas S Hatch
c8355fdf23 Merge pull request #2481 from giantlock/develop
Pass all arguments of service state to service modules through kwargs
2012-11-07 21:40:40 -08:00
Sean Channel
5e692823dd Merge pull request #2482 from seanchannel/develop
debian control dependencies
2012-11-07 17:02:19 -08:00
Sean Channel
b84f593770 use native debhelper (unversioned) 2012-11-07 16:58:16 -08:00
Sean Channel
7245c80bca merge debian exp. dep. tweaks 2012-11-07 16:55:47 -08:00
Sean Channel
a7e1d58f87 depend on same version of salt-common 2012-11-07 16:49:00 -08:00
Denis Generalov
9ab88333ba fix typo 2012-11-08 04:35:38 +04:00
Denis Generalov
be720e663d Pass all arguments of service state to service modules through kwargs for deliver system specific parameters to modules. 2012-11-08 02:54:04 +04:00
Thomas S Hatch
5e188b3f01 Merge pull request #2479 from techhat/openstack
Adding all lists/gets to openstack keystone module
2012-11-07 14:52:04 -08:00
Thomas S Hatch
339a65b7a9 atch issue where a traceback int he virtual function can down a master 2012-11-07 15:36:32 -07:00