Start building out the base api for pluggable daemons

This is the start of abstracting the base code for the master and
minion allowing for non-zeromq transports to be used for full
functionality
This commit is contained in:
Thomas S Hatch 2014-01-14 11:33:06 -07:00
parent 81ce6ea402
commit 85e4b2b584
2 changed files with 1259 additions and 0 deletions

5
salt/daemons/__init__.py Normal file
View File

@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
'''
The daemons package is used to store implimentations of the Salt Master and
Minion enabling different transports
'''

1254
salt/daemons/masterapi.py Normal file

File diff suppressed because it is too large Load Diff