Commit Graph

48137 Commits

Author SHA1 Message Date
Aaron Bell
855df03604 Merge remote-tracking branch 'upstream/develop' into fix_ca_creation
* upstream/develop: (296 commits)
  adding win_timezone unit test case
  Added autosummary placeholders for new models
  Added new modules to the module indexes
  i always forget these...
  send functions into the beacon loader
  Send execution modules into the beacons system
  Added autosummary generated placeholders for the new module docs
  Avoid TypeError if Tornado is not installed
  Updated all the module index pages with the latest/newest modules
  Added engine modules to modules index in docs
  change engine loader to be raw, no filter func
  Fix ARN lookup when using IAM roles in boto_iam module
  Add Salt engines to zmq
  clean up engine init
  import engines in core.py
  fix main for proc_mgr
  hook the engine start into raet
  init the engines with a function
  Lint fix.
  doc fix
  ...
2015-03-03 15:45:06 -08:00
Aaron Bell
8390c236ba fixing index for ret 2015-03-03 15:40:59 -08:00
Thomas S Hatch
cd475c38ce Merge pull request #21255 from jayeshka/win_timezone-unit-test
adding win_timezone unit test case
2015-03-03 09:58:51 -07:00
Thomas S Hatch
051c944493 Merge pull request #21234 from thatch45/beacons_modules
Beacons modules
2015-03-03 09:36:23 -07:00
Thomas S Hatch
cb83fd5c7a Merge pull request #21230 from lyft/fix-arn-lookup-for-iam-roles
Fix ARN lookup when using IAM roles in boto_iam module
2015-03-03 09:36:14 -07:00
Thomas S Hatch
3467622977 Merge pull request #21229 from thatch45/master_service
Engines
2015-03-03 09:35:48 -07:00
Jayesh Kariya
323c195bcc adding win_timezone unit test case 2015-03-03 18:46:53 +05:30
Seth House
7f6053a3fb Merge pull request #21247 from whiteinge/doc-new-modules
Added new modules to the module indexes
2015-03-02 22:15:22 -07:00
Seth House
714921a5dc Added autosummary placeholders for new models 2015-03-02 22:14:33 -07:00
Seth House
b6c1b2601f Added new modules to the module indexes 2015-03-02 22:13:42 -07:00
jfindlay
6d02715f17 Merge pull request #21235 from whiteinge/merge-2015.2-forward
Merge 2015.2 forward
2015-03-02 15:50:02 -07:00
Thomas S Hatch
eaea4b0a65 Merge branch 'master_service' of github.com:thatch45/salt into master_service 2015-03-02 14:42:07 -07:00
Thomas S Hatch
073c9ee31f i always forget these... 2015-03-02 14:38:33 -07:00
Seth House
1399949196 Merge remote-tracking branch 'upstream/2015.2' into develop 2015-03-02 14:19:37 -07:00
Thomas S Hatch
05a34c3c27 send functions into the beacon loader
__salt__ for beacons
2015-03-02 14:15:50 -07:00
Seth House
3e6c2f75cd Merge remote-tracking branch 'upstream/2014.7' into 2015.2 2015-03-02 14:13:09 -07:00
Thomas S Hatch
8baf83a61f Send execution modules into the beacons system 2015-03-02 14:11:58 -07:00
Pedro Algarvio
284be9b742 Merge pull request #21231 from whiteinge/doc-new-modules
Added autosummary docs for all new modules
2015-03-02 21:11:38 +00:00
Seth House
57b1f67daa Added autosummary generated placeholders for the new module docs 2015-03-02 14:07:18 -07:00
Seth House
b0327e1912 Avoid TypeError if Tornado is not installed
Backport of 90b481b8 (pull req #21166)

Traceback (most recent call last):
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/cmdline.py", line 245, in main
     opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/application.py", line 181, in __init__
     self._init_builder(buildername)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/application.py", line 243, in _init_builder
     self.emit('builder-inited')
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/application.py", line 504, in emit
     results.append(callback(self, *args))
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.py", line 551, in process_generate_options
     base_path=app.srcdir)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py", line 111, in generate_autosummary_docs
     items = find_autosummary_in_files(sources)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py", line 226, in find_autosummary_in_files
     documented.extend(find_autosummary_in_lines(lines, filename=filename))
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py", line 323, in find_autosummary_in_lines
     current_module, filename=filename))
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/generate.py", line 236, in find_autosummary_in_docstring
     real_name, obj, parent, modname = import_by_name(name)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.py", line 460, in import_by_name
     obj, parent, modname = _import_by_name(prefixed_name)
   File "/Users/shouse/tmp/venvs/sphinx/lib/python2.7/site-packages/sphinx/ext/autosummary/__init__.py", line 475, in _import_by_name
     __import__(modname)
   File "/Users/shouse/src/salt/salt/salt/netapi/rest_tornado/__init__.py", line 19, in <module>
     if distutils.version.StrictVersion(tornado.version) >= \
   File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py", line 40, in __init__
     self.parse(vstring)
   File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py", line 105, in parse
     match = self.version_re.match(vstring)
 TypeError: expected string or buffer
2015-03-02 14:03:23 -07:00
Seth House
1382401618 Updated all the module index pages with the latest/newest modules 2015-03-02 13:59:19 -07:00
Thomas S Hatch
e1d995aabc Merge pull request #7 from whiteinge/doc-engines-mod-index
Added engine modules to modules index in docs
2015-03-02 13:52:04 -07:00
Seth House
b001cb6534 Added engine modules to modules index in docs 2015-03-02 13:49:17 -07:00
Thomas S Hatch
99ea2bafe9 change engine loader to be raw, no filter func 2015-03-02 13:07:05 -07:00
Ryan Lane
f9947e5622 Fix ARN lookup when using IAM roles in boto_iam module 2015-03-02 12:06:45 -08:00
Thomas S Hatch
62e0ecb78e Add Salt engines to zmq 2015-03-02 13:01:58 -07:00
Thomas S Hatch
3e01f43ba6 clean up engine init 2015-03-02 12:54:16 -07:00
Thomas S Hatch
fba2e90d81 import engines in core.py 2015-03-02 12:53:58 -07:00
Thomas S Hatch
578dce9d27 fix main for proc_mgr 2015-03-02 11:52:23 -07:00
Thomas S Hatch
a4eb64cf85 Merge branch 'develop' into master_service 2015-03-02 11:49:07 -07:00
Thomas S Hatch
b30432eab3 hook the engine start into raet 2015-03-02 11:42:40 -07:00
Thomas S Hatch
896d008a52 init the engines with a function 2015-03-02 11:32:33 -07:00
Thomas S Hatch
dff484cdfe Merge pull request #21208 from cro/2015-03-01-2015.2-develop
Merge forward 2015.2->develop
2015-03-02 07:55:38 -07:00
C. R. Oldham
c880eb56f1 Lint fix. 2015-03-01 23:39:33 -07:00
jfindlay
a933b6cd68 Merge pull request #21210 from steverweber/ipmifix
Ipmi doc fix
2015-03-01 22:45:15 -07:00
Steve Weber
d180d862ef doc fix 2015-03-01 23:31:13 -05:00
Steve Weber
3f072400e3 doc fix 2015-03-01 23:30:43 -05:00
Thomas S Hatch
310cbb90f5 Merge pull request #21204 from freimer/issue_21201
Added ec2_pillar external pillar.
2015-03-01 21:17:20 -07:00
Thomas S Hatch
76bd9b536d Merge pull request #21128 from lomeroe/add_win_dacl
Add win dacl
2015-03-01 21:14:57 -07:00
Thomas S Hatch
6577a2024e Merge pull request #21200 from UtahDave/2014.7local
Cherry pick back to 2014.7 branch - convert datetime objects to strings
2015-03-01 21:06:02 -07:00
Thomas S Hatch
779dbc28ae Merge pull request #21195 from dmyerscough/master-finger-typo
Incorrect example in comment
2015-03-01 21:05:43 -07:00
Erik Johnson
d186e9cdbc Merge pull request #21190 from makinacorpus/lxc_fix
lxc: fix lxc.init
2015-03-01 21:03:33 -07:00
Thomas S Hatch
8ad1053015 Merge pull request #21146 from jacksontj/2015.2
Better fix for #20998
2015-03-01 20:35:09 -07:00
C. R. Oldham
f171df4311 Merge forward 2015.2->develop 2015-03-01 19:54:22 -07:00
C. R. Oldham
027a6d9899 Merge pull request #21207 from cro/2015-03-01-2014.7-2015.2
2015-03-01 Merge-forward 2014.7 to 2015.2
2015-03-01 19:50:24 -07:00
C. R. Oldham
adac6e6ffc Merge pull request #21205 from cro/docker_cmd_run
Need this for the IBM demo at SaltConf
2015-03-01 18:22:17 -07:00
Fred Reimer
f17953514b
Import boto in a try/except block in case it is not available on the master 2015-03-01 20:21:53 -05:00
C. R. Oldham
00942f2060 Merge forward 2014.7->2015.2 2015-03-01 17:55:25 -07:00
Fred Reimer
30735e0929
Fixup pylint errors 2015-03-01 19:46:03 -05:00
Fred Reimer
6007685389
Added ec2_pillar external pillar.
This pillar module queries AWS EC2 for instances.  The minion-id must be set to
the instance-id, or alternatively a grain named instance-id can be set to hold
this data.  Since grains are inherently insecure, a list of minion-ids which are
trusted can be specified.  In that case, only those minions can use their grain
to specify the instance-id.
2015-03-01 19:22:32 -05:00