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
Thomas S Hatch
77b5df70e5
Merge pull request #2460 from UtahDave/fix_top_file_requirement
...
Fixes #2376 Remove requirement for a topfile entry.
2012-11-05 20:28:34 -08:00
Thomas S Hatch
0576bd97c4
Merge pull request #2459 from UtahDave/fix_nova_virtual
...
Add virtual function for nova.py
2012-11-05 20:26:15 -08:00
Thomas S Hatch
44bc8f47f6
Merge pull request #2458 from FireHost/scientific_linux_os_grain
...
Add os grain mapping for 'Scientific Linux'
2012-11-05 20:16:19 -08:00
Thomas S Hatch
508849bda6
Merge pull request #2457 from techhat/develop
...
Adding flavor functions and image_list to nova
2012-11-05 20:06:21 -08:00
saltstack
144e1bdcb5
Fixes #2376 Remove requirement for a topfile entry.
...
Previously if your topfile was empty state.highstate
would fail even if your master_tops returned states
that apply
2012-11-05 18:29:24 -07:00
David Boucha
a02fcea49c
Add virtual function for nova.py
...
All modules should have __virtual__ function
2012-11-05 17:41:45 -07:00
Joseph Hall
3963dea390
Add ability to modify nova image metadata
2012-11-05 16:26:18 -07:00
Aaron Tygart
2c578fd76a
Add os grain mapping for 'Scientific Linux'
2012-11-05 16:20:40 -06:00
Joseph Hall
28f04d1ca1
Adding image_list (and updating flavor_list)
2012-11-05 15:17:37 -07:00