finer-grained split between packages - the drl plugin is vs-specific at this point
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 12 Jun 2013 07:26:09 +0000 (09:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 12 Jun 2013 07:26:09 +0000 (09:26 +0200)
setup-lib.py
setup-vs.py

index c07ea53..ee04654 100644 (file)
@@ -29,11 +29,23 @@ setup(
         'slivermanager',
         'ticket',
         'tools',
+        'plugins.codemux',
+        'plugins.hostmap',
+        'plugins.interfaces',
+        'plugins.omf',
+        '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',
         ],
     )
index 88be064..b9b030d 100644 (file)
@@ -8,10 +8,13 @@
 
 from distutils.core import setup, Extension
 
+# vserver-specific stuff
 setup(
     py_modules=[
         'sliver_vs',
         'coresched_vs',
+        # this plugin uses vserver for now
+        'plugins.drl',
         ],
     scripts = [
         ],