provide an empty /etc/sysconfig/nodemanager that seems to be required
[nodemanager.git] / setup-lib.py
index 32fc7a8..810d45e 100644 (file)
@@ -14,12 +14,9 @@ setup(
         'api',
         'api_calls',
         'bwmon',
-        'bwlimitlxc',
-        'cgroups',
         'conf_files',
         'config',
         'controller',
-        'coresched',
         'curlwrapper',
         'database',
         'initscript',
@@ -32,11 +29,23 @@ setup(
         'slivermanager',
         'ticket',
         'tools',
+        'plugins.codemux',
+        'plugins.hostmap',
+        'plugins.interfaces',
+        'plugins.omf_resctl',
+        'plugins.privatebridge',
+        'plugins.rawdisk',
+        'plugins.reservation',
+        'plugins.sfagids',
+        'plugins.sliverauth',
+        'plugins.specialaccounts',
+        'plugins.syndicate',
+        'plugins.vsys',
+        'plugins.vsys_privs',
         ],
     scripts = [
         'forward_api_calls',
         ],
     packages =[
-        'plugins',
         ],
     )