Commit Graph

27208 Commits

Author SHA1 Message Date
Samuel M Smith
d5f8834d61 Rnamed UxdTxes to txes UxdRxes to rxes since type is given by the stack type name is redundant
Renamed udpTxes to txes UdpRxes to rexes since type is given the the stack type, name is redunant
2014-03-10 11:40:09 -06:00
Samuel M Smith
712792cba2 Refactor name of server for each stack to .server since udp or uxd is redundant as the type is
determined by the stack
2014-03-10 11:35:09 -06:00
Samuel M Smith
830e5fd2d5 refactor some method names in stack to be more consistent 2014-03-10 11:22:49 -06:00
Samuel M Smith
b7362fcfad remove stale comments 2014-03-10 10:49:48 -06:00
Samuel Smith
284863f522 Merge pull request #11039 from SmithSamuelM/sam_raet_18
Sam raet 18 Added support for generic Raet road and key data persistence
2014-03-07 09:58:30 -07:00
Samuel M Smith
460fb1e57b Merge remote-tracking branch 'upstream/develop' into sam_raet_18 2014-03-07 09:54:02 -07:00
Samuel M Smith
69f521e7f3 added support for auto, main, dirpath for persistence to stack behavior 2014-03-07 09:52:08 -07:00
Joseph Hall
4a3b930e4f Merge pull request #11028 from gtmanfred/nova
Fixing up the nova driver
2014-03-07 08:49:29 -07:00
Daniel Wallace
f5b09301c9 [salt.cloud] pylint fixes for nova driver 2014-03-07 00:10:12 -06:00
Daniel Wallace
561c6653fb Fixing up the nova driver 2014-03-07 00:03:50 -06:00
Samuel M Smith
78c59c5f7b Added semantics for accepting keys to joiner/joinent transactions
Added redo timers
Added auto accept logic and flag
2014-03-06 22:33:32 -07:00
Thomas S Hatch
35c7c52a89 Merge pull request #11027 from techhat/ibmsce
IBM SCE is gone, let's get it out of Salt Cloud
2014-03-06 19:03:57 -08:00
Joseph Hall
e8655a28ad IBM SCE is gone, let's get it out of Salt Cloud 2014-03-06 19:23:46 -07:00
Thomas S Hatch
8c93e21dec Merge pull request #11015 from mgwilliams/seed
salt.modules.seed: Don't die due to bad symlinks
2014-03-06 17:25:00 -08:00
Thomas S Hatch
1e5e9c88d5 Merge pull request #11019 from cachedout/10945
Fix highstate output
2014-03-06 17:20:29 -08:00
Thomas S Hatch
ebe91bd68e Merge pull request #11011 from cachedout/10971_fix
Check for None
2014-03-06 17:14:21 -08:00
Thomas S Hatch
1aedd081b9 Merge pull request #11010 from terminalmage/zmq-grain
Add zmqversion grain
2014-03-06 17:12:21 -08:00
Thomas S Hatch
ea8e62e85a Merge pull request #11004 from chevah/salt-ssh-aix-support
Made the salt-ssh shell shim compatible with AIX.
2014-03-06 17:09:52 -08:00
Joseph Hall
040d8ae742 Merge pull request #11018 from cachedout/10982
Fix --list all option
2014-03-06 18:05:08 -07:00
Mike Place
5f9c0bca49 Fix highstate output
Refs #10945
2014-03-06 17:02:07 -07:00
Mike Place
f7b5cdfb2f Fix --list all option 2014-03-06 16:00:40 -07:00
Joseph Hall
fc0b4b7564 Merge pull request #11016 from cachedout/doc_string_fixes
Add CLI examples to dockerio and lxc.
2014-03-06 15:13:13 -07:00
Mike Place
8e40db97fd Add CLI examples to dockerio and lxc. 2014-03-06 14:43:29 -07:00
Matthew Williams
fe19615be3 salt.modules.seed: Don't die due to bad symlinks 2014-03-06 16:34:59 -05:00
Joseph Hall
c42cb6bec3 Merge pull request #11013 from rallytime/keyboard_fix
Only allow certain linux systems to run keyboard module
2014-03-06 14:33:16 -07:00
Mike Place
d9fb9e409c Merge pull request #11014 from makinacorpus/pep8
pep8 fixes
2014-03-06 14:32:22 -07:00
Mathieu Le Marec - Pasquet
d31ce8bb93 pep8 fixes 2014-03-06 21:31:44 +00:00
rallytime
14333197d4 Docstring changes 2014-03-06 14:30:43 -07:00
rallytime
264d8dfd42 Only allow certain linux systems to run keyboard module functions 2014-03-06 14:19:01 -07:00
Mike Place
666e82f3bc Check for None 2014-03-06 14:14:43 -07:00
Erik Johnson
1da97c6217 Add zmqversion grain
Like saltversion, this grain can help show the effective version of a
particular component (in this case ZMQ) that is in use on the running
minion, and help aid in troubleshooting.
2014-03-06 15:01:49 -06:00
Mike Place
abf2487947 Merge pull request #11009 from rallytime/brew_test
Brew unit tests done for now
2014-03-06 13:29:31 -07:00
Joseph Hall
93d7ff22ec Merge pull request #10869 from makinacorpus/cloud_salt
[MUST BE CAREFULLY REVIEWED] saltcloud / lxc improvments
2014-03-06 13:27:16 -07:00
rallytime
b2b05f0e9d Brew unit tests done for now 2014-03-06 13:01:02 -07:00
Samuel Smith
a5fe64830c Merge pull request #11008 from SmithSamuelM/sam_raet_17
added msgpack support to StackUxd messages
2014-03-06 10:49:16 -07:00
Samuel M Smith
66fbaf6ddd added msgpack support to StackUxd messages 2014-03-06 10:48:13 -07:00
Samuel Smith
589eba5488 Merge pull request #11007 from SmithSamuelM/sam_raet_16
Sam raet 16  Support for msgpack raet bodies.  Preliminary support for persisting Raet estate and key data
2014-03-06 10:20:12 -07:00
Samuel M Smith
36c9487284 Added full support for msgpack of Raet packet body 2014-03-06 10:08:20 -07:00
Mathieu Le Marec - Pasquet
d12253bc98 pep8 fixes 2014-03-06 16:15:31 +00:00
Mathieu Le Marec - Pasquet
37f8a66ac5 last lxc review bits 2014-03-06 16:09:40 +00:00
Mathieu Le Marec - Pasquet
f15961cb04 salt.states.lxc: fix signature in case or argument order change in execmod 2014-03-06 16:09:40 +00:00
Mathieu Le Marec - Pasquet
d226ccf4f2 lxc: do not trigger state change without a change 2014-03-06 16:09:40 +00:00
Mathieu Le Marec - Pasquet
6914fcb6ab cloud.lxc: style 2014-03-06 16:09:40 +00:00
Mathieu Le Marec - Pasquet
3647ffcb95 lxc code review 2014-03-06 16:09:40 +00:00
Mathieu Le Marec - Pasquet
972efcaf37 salt.cloud.lxc: lxc provider 2014-03-06 16:09:39 +00:00
Mathieu Le Marec - Pasquet
9f27fa05d2 salt.cloud: allow specific per node profile overrides 2014-03-06 16:09:39 +00:00
Mathieu Le Marec - Pasquet
918d85da13 salt.cloud.states.present: support profile kwargs 2014-03-06 16:09:39 +00:00
Mathieu Le Marec - Pasquet
2f45a99952 salt.cloud.states: add onlyif/unless 2014-03-06 16:09:39 +00:00
Mathieu Le Marec - Pasquet
275ef93c6d salt.states.cloud.present: fix mis-use of provider
provider as a special meaning in salt ...
http://docs.saltstack.com/ref/states/providers.html
2014-03-06 16:09:39 +00:00
Mathieu Le Marec - Pasquet
cb2a661419 salt.states.cloud: py3k dict iter 2014-03-06 16:09:39 +00:00