Begin to integrate hack into the main script

This commit is contained in:
Nico Schottelius 2020-01-14 11:05:42 +01:00
commit b96e56b453
7 changed files with 117 additions and 11 deletions

View file

@ -22,7 +22,8 @@ def exception_hook(exc_type, exc_value, exc_traceback):
sys.excepthook = exception_hook
# the components that use etcd
ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner', 'imagescanner', 'metadata', 'configure']
ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner',
'imagescanner', 'metadata', 'configure', 'hack']
ALL_COMPONENTS = ETCD_COMPONENTS.copy()
ALL_COMPONENTS.append('cli')