Commit Graph

27517 Commits

Author SHA1 Message Date
Thomas S Hatch
5a909c27ad Add required CLI Example block 2014-03-11 23:13:13 -06:00
Thomas S Hatch
f4db34b64a Fix exception in yid management 2014-03-11 23:11:51 -06:00
Thomas S Hatch
9973362d8d gate worker tracker creation 2014-03-11 23:07:22 -06:00
Thomas S Hatch
0b8519c51e no need to inbound twice 2014-03-11 23:04:19 -06:00
Thomas S Hatch
9e6b2dbeea Add in the access keys needed by localfuncs 2014-03-11 22:57:33 -06:00
Thomas S Hatch
311dba60f9 more safely connect to the manor yard in raet events 2014-03-11 22:57:33 -06:00
Thomas S Hatch
dc57e8056e Get workers to start 2014-03-11 22:57:33 -06:00
Thomas S Hatch
89c49c95b7 enter the setup frame before moving to the master udp frame 2014-03-11 22:57:33 -06:00
Joseph Hall
6545cc57dc Merge pull request #11152 from dmyerscough/develop
check to see if existing partitions exist
2014-03-11 22:34:24 -06:00
Thomas S Hatch
6bd0b61d94 remove local cmd, the router sends them to the workers 2014-03-11 22:25:24 -06:00
Damian Myerscough
f9522dc5c1 PEP8 2014-03-11 18:21:31 -07:00
Damian Myerscough
9b3b7eb518 check to see if a partition exists 2014-03-11 18:18:43 -07:00
Thomas S Hatch
f252a89815 Expose the worker tracker correctly from the datashare 2014-03-11 16:41:43 -06:00
Thomas S Hatch
6b20a969b1 Merge pull request #11145 from terminalmage/issue11050
Use --plugins to include plugin-provided repos
2014-03-11 16:35:53 -06:00
Thomas S Hatch
433e4b988f Merge pull request #11146 from ze42/dev_blockreplace
file.blockreplace: fix typo endswith
2014-03-11 15:34:07 -06:00
Adrien "ze" Urban
6eba21c787 file.blockreplace: fix typo endswith 2014-03-11 22:09:58 +01:00
Thomas S Hatch
ae91770db2 Merge pull request #11144 from techhat/pillar
Prevent endless recursion from external pillars
2014-03-11 14:06:40 -07:00
Thomas S Hatch
112542ca51 Merge pull request #11137 from ze42/dev_blockreplace
blockreplace - ensure newline before appending
2014-03-11 14:06:19 -07:00
Erik Johnson
b2efb50ac8 Use --plugins to include plugin-provided repos
This adds --plugins to several repoquery calls, allowing results from
plugin-provided repositories to be returned.
2014-03-11 16:05:05 -05:00
Joseph Hall
4d53b498d5 Prevent endless recursion from external pillars 2014-03-11 14:45:05 -06:00
Joseph Hall
68cce928ee Merge pull request #11142 from gtmanfred/image_meta_data
[Nova] I cant type, flavor, not flvaor
2014-03-11 14:33:22 -06:00
Daniel Wallace
45fd1bdfaa [Nova] I cant type, flavor, not flvaor 2014-03-11 15:30:35 -05:00
Joseph Hall
66325423fd Merge pull request #11141 from CaptTofu/develop
Removed internal nomenclature for regions
2014-03-11 14:13:25 -06:00
CaptTofu
e2573d376a Removed internal nomenclature for regions 2014-03-11 15:59:32 -04:00
Joseph Hall
f46a1292f8 Merge pull request #11140 from gtmanfred/image_meta_data
[Nova] apply _id to SaltNova too
2014-03-11 13:51:29 -06:00
Daniel Wallace
d34a2267db [Nova] apply _id to SaltNova too 2014-03-11 14:49:25 -05:00
Thomas S Hatch
bae3cf69eb Merge pull request #11127 from makinacorpus/cronfix2
cron: fix tests
2014-03-11 12:34:24 -07:00
Joseph Hall
9ac2f5699f Merge pull request #11139 from gtmanfred/image_meta_data
Image meta data
2014-03-11 13:25:20 -06:00
Daniel Wallace
44eeae46e6 [Nova] unify _ids in nova module 2014-03-11 14:22:22 -05:00
Daniel Wallace
1a79cc8c42 [Nova] fix image_meta_delete
I apparently can't type and had put in image_meta_data instead of the
correct function when moving to SaltNova.
2014-03-11 14:17:01 -05:00
Thomas S Hatch
a1c0b60b15 Merge pull request #11136 from cvrebert/patch-2
fix typo: salt.config.{minion_conf=>minion_config}
2014-03-11 12:12:59 -07:00
Thomas S Hatch
6f9465faa7 Merge pull request #11134 from cvrebert/patch-1
cloud/clouds/lxc.py: fix typo in comment
2014-03-11 12:12:46 -07:00
Thomas S Hatch
204b76eb93 Merge pull request #11126 from cachedout/ssh_work
Ssh work
2014-03-11 12:09:48 -07:00
Thomas S Hatch
bdc303a2dd Merge pull request #11124 from CaptTofu/develop
Added document for use of salt-cloud with HP Cloud 1.1
2014-03-11 12:09:12 -07:00
Chris Rebert
c2723d5906 fix typo: salt.config.{minion_conf=>minion_config}
************* Module salt.cloud.clouds.lxc
salt/cloud/clouds/lxc.py:70: [E1101(no-member), _minion_opts] Module 'salt.config' has no 'minion_conf' member
2014-03-11 12:07:47 -07:00
Chris Rebert
9f85e8c29d cloud/clouds/lxc.py: fix typo in comment 2014-03-11 11:54:58 -07:00
Joseph Hall
c272d3900e Merge pull request #11132 from hulu/clouds-nova
Avoid shadowing outer `client` name in salt.cloud.clouds.nova.destroy()
2014-03-11 12:40:24 -06:00
Joseph Hall
84b8077bee Merge pull request #11131 from hulu/utils-event-typos
fix various typos in salt/utils/event.py
2014-03-11 12:39:07 -06:00
Chris Rebert
324eb85ed6 Avoid shadowing outer client name in salt.cloud.clouds.nova.destroy()
************* Module salt.cloud.clouds.nova
salt/cloud/clouds/nova.py:355: [W0621(redefined-outer-name), destroy] Redefining name 'client' from outer scope (line 111)
2014-03-11 11:38:00 -07:00
Joseph Hall
5fa8be176e Merge pull request #11123 from gtmanfred/image-show
[Nova] allow building from hidden images
2014-03-11 12:37:32 -06:00
Chris Rebert
f0ad7b0567 fix various typos in salt/utils/event.py 2014-03-11 11:32:07 -07:00
Mathieu Le Marec - Pasquet
66e98055c9 cron: fix tests 2014-03-11 18:13:06 +00:00
Mike Place
cdd5d86bbf Clarify where the Salt SSH configuration comes from. 2014-03-11 11:59:07 -06:00
Adrien "ze" Urban
ec314d4ef6 file.blockreplace(append_if_not_empty): test for missing \n at EOF 2014-03-11 18:46:01 +01:00
Mike Place
8fbead772e Fix broken shell script. 2014-03-11 11:37:35 -06:00
CaptTofu
1516808ee7 Merge branch 'develop' of https://github.com/saltstack/salt into develop 2014-03-11 13:20:19 -04:00
CaptTofu
e6f51e4e5b Added HP Cloud documentation 2014-03-11 10:18:28 -07:00
Daniel Wallace
2b5e4c272a [Nova] allow building from hidden images 2014-03-11 12:17:34 -05:00
Thomas S Hatch
5cc01d1e5f whitespace 2014-03-11 10:10:55 -06:00
Thomas S Hatch
5676968524 Merge pull request #11120 from makinacorpus/cronfix
cron: Fix for #10959
2014-03-11 09:02:21 -07:00