Commit Graph

7688 Commits

Author SHA1 Message Date
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
Joseph Hall
5a66a80153 We don't need to add bash-completion 2012-11-07 15:05:58 -07:00
Joseph Hall
2e07049b44 Add all <item>_get functions for keystone 2012-11-07 14:52:53 -07:00
Joseph Hall
d07b904916 Move user functions around, to match help output 2012-11-07 14:15:50 -07:00
Sean Channel
56e8160f84 Merge pull request #2480 from seanchannel/develop
bump debhelper v. for lucid/hardy dailies
2012-11-07 13:03:56 -08:00
Sean Channel
a5cdd8e313 bump debhelper v. for lucid/hardy dailies 2012-11-07 13:02:17 -08:00
Joseph Hall
b1f2d9c920 Fix docstring for user_role_list 2012-11-07 13:57:01 -07:00
Joseph Hall
ee05be2cfd Remove user-role-list from temporary list at bottom 2012-11-07 13:54:27 -07:00
Joseph Hall
5ed1ba6aa8 Adding all lists to openstack keystone module 2012-11-07 13:53:10 -07:00
Seth House
63c436e4a9 Merge pull request #2478 from UtahDave/fix_eauth
Fixes #2343 Raise an exception instead of sys.exit
2012-11-07 11:32:20 -08:00
David Boucha
374a1f2ac7 Fixes #2343 Raise an exception instead of sys.exit 2012-11-07 12:28:13 -07:00
Aaron Tygart
0ac65b6675 Updates for yumpkg module
* Fix indentation issue
* Add debug logging to install()
2012-11-07 13:14:41 -06:00
Seth House
919f6c53e2 Added missing 'as' to except clause 2012-11-07 12:13:04 -07:00