Initial implementation (no networking) of uncloud-oneshot

This commit is contained in:
fnux 2020-01-28 14:38:07 +01:00
commit 618fecb73f
4 changed files with 139 additions and 0 deletions

View file

@ -16,6 +16,7 @@ ETCD_COMPONENTS = ['api', 'scheduler', 'host', 'filescanner',
'imagescanner', 'metadata', 'configure', 'hack']
ALL_COMPONENTS = ETCD_COMPONENTS.copy()
ALL_COMPONENTS.append('oneshot')
#ALL_COMPONENTS.append('cli')