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
Thomas S Hatch
0a1839ff43
Clean up the master config to conform to conventions
2012-11-07 11:48:23 -07:00
Sean Channel
57ea1d3794
Merge pull request #2477 from seanchannel/develop
...
depend on version agnostic python-zmq
2012-11-07 09:26:15 -08:00
Sean Channel
c10bf6702f
depend on version agnostic python-zmq
2012-11-07 09:24:17 -08:00
Thomas S Hatch
7c46830060
Merge pull request #2476 from techhat/openstack
...
Adding openstack keystone module, with user functions
2012-11-07 08:51:08 -08:00
Joseph Hall
51d770a3c6
Add user_update function to keystone
2012-11-07 09:40:22 -07:00
Aaron Tygart
c7a955e2a8
Add exception logging to yumpkg failures
2012-11-07 10:36:43 -06:00
Joseph Hall
1e74e0778c
Adding user_password_update to keystone module
2012-11-07 09:31:00 -07:00
Joseph Hall
669a23866b
Creating openstack keystone module, with user functions
2012-11-07 09:24:30 -07:00
Sean Channel
490f112d1d
Merge pull request #2474 from seanchannel/develop
...
eschew upstart style commands
2012-11-07 08:14:02 -08:00
Thomas S Hatch
ec901ce29c
Merge pull request #2463 from s0undt3ch/issues/2462
...
Fix #2462
2012-11-07 08:12:49 -08:00
Thomas S Hatch
fe14c46f60
Fix #2473
2012-11-07 09:10:14 -07:00
Sean Channel
e22349b8cd
eschew upstart style commands
2012-11-07 08:09:52 -08:00
Pedro Algarvio
cae00911a5
One more try to properly handle the process termination.
2012-11-07 14:10:02 +00:00
Pedro Algarvio
b4f2ad2884
Never fail on process.terminate()
since the process is supposed to have ended.
2012-11-07 13:58:44 +00:00
Pedro Algarvio
8e9fd09eeb
Try to cleanup after ourselves.
...
* Only instantiate a `LocalClient` on a test if one is required.
* Try to precipitate garbage collection on our minions connect and sync multi-processes.
2012-11-07 13:40:39 +00:00
Thomas S Hatch
a3f639824e
Merge pull request #2472 from ryanschneider/cp-templates
...
Add template support to cp.get_file paths
2012-11-06 21:38:48 -08:00
Ryan Schneider
ae6347386d
Cleanup temp file used in rendering paths
2012-11-06 19:36:51 -08:00
Ryan Schneider
721bce0a11
Fixed integration test
2012-11-06 19:36:51 -08:00
Ryan Schneider
49fb321254
Add integration test
2012-11-06 19:36:51 -08:00
Ryan Schneider
deaf32b877
Add template rendering to cp.get_file src/dest
2012-11-06 19:36:51 -08:00
Sean Channel
f23571bcf7
Merge pull request #2471 from seanchannel/develop
...
undo package dep. change
2012-11-06 19:21:10 -08:00
Thomas S Hatch
7a3be8b080
Merge pull request #2470 from giantlock/develop
...
freebsdservice improvement
2012-11-06 16:30:43 -08:00
Denis Generalov
b7880f10b0
*) get_enabled() and get_all(): avoid hardcoded pathes
...
*) enable() and disable(): common internals moved to _switch()
config argument added
2012-11-07 04:05:32 +04:00
Thomas S Hatch
2bf06da973
Merge pull request #2469 from FireHost/fix_file_symlink_no_force_error
...
Fix NoneType error in file._symlink_check()
2012-11-06 15:57:53 -08:00
Aaron Tygart
0a7e4814ec
Fix NoneType error in file._symlink_check()
2012-11-06 17:22:08 -06:00
Thomas S Hatch
e8f04a7f32
Network strings should be indented
2012-11-06 16:17:25 -07:00
Sean Channel
2ea8b7e061
undo dep. change
2012-11-06 13:05:51 -08:00
Pedro Algarvio
c5c637154a
Try to get some system information out of Travis-CI.
2012-11-06 18:11:26 +00:00
Thomas S Hatch
aa82ba5f6b
Merge pull request #2465 from jonasvp/fix_postgres_error
...
Postgres fails if username is the empty string
2012-11-06 08:50:56 -08:00
Pedro Algarvio
af7ebf12f8
Try not to fail on travis-ci under python 2.6
...
* Raised max open files by 1024 since running in a vagrant machine 2048 was not enough, though, I think travis-ci defaults to a higher value.
* Wait a bit longer on the events testing.
* Separated the initial minions connected and minions synced into two different events and functions. Also corrected the `if` expected value when a timeout occurs.
2012-11-06 16:02:36 +00:00
Seth House
818858c023
Added a documentation reference section on Salt internals
...
This sections should collect documentation on how Salt is organized
internally and where interesting/important bits of the code reside.
Refs #2417
2012-11-06 08:56:37 -07:00
Jonas
d78a174643
Postgres fails if username is the empty string
...
This could be a side effect of 351b5b6
, where config.option
was introduced. Since we don't need to pass in the empty string
anyway, a simple "if" should be fine.
2012-11-06 15:41:12 +01:00
Pedro Algarvio
e04c872c66
Convert the remaining tests hard-coding temporary paths.
2012-11-06 12:44:53 +00:00
Pedro Algarvio
e2168602fb
Allow passing multiple path elements to construct a path.
2012-11-06 12:15:24 +00:00
Pedro Algarvio
739eeac30d
Create an "alias" for temfile.gettempdir()
to reduce calls to it.
2012-11-06 12:14:02 +00:00
Pedro Algarvio
bb6cb62901
Switched runtests_helpers.get_temp_dir_for_path
to runtests_helpers.get_salt_temp_dir_for_path
.
2012-11-06 11:32:48 +00:00
Pedro Algarvio
75644992e2
Don't hard-code temporary paths on tests. Refs #2462 .
2012-11-06 11:20:06 +00:00
Thomas S Hatch
44dab902d0
Merge pull request #2461 from giantlock/develop
...
fix string formatting
2012-11-05 22:09:44 -08:00