X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=97e0758f7883839893be9cdc10232004a649947c;hb=3d51e29695f79b143974f5cf7b2e104d89626ba4;hp=b18f13a1e5e0753d3cd63b1075dbde6a62f5ce86;hpb=c6884b76347be620a7b2aed427291a2e49b53850;p=sfa.git diff --git a/setup.py b/setup.py index b18f13a1..97e0758f 100755 --- a/setup.py +++ b/setup.py @@ -13,11 +13,10 @@ scripts = glob("sfa/clientbin/*.py") + \ [ 'config/sfa-config-tty', 'config/gen-sfa-cm-config.py', - 'sfa/importer/sfa-import-plc.py', - 'sfa/importer/sfa-nuke-plc.py', + 'sfa/importer/sfa-import.py', + 'sfa/importer/sfa-nuke.py', 'sfa/server/sfa-ca.py', 'sfa/server/sfa-start.py', - 'sfa/server/sfa-clean-peer-records.py', 'sfa/server/sfa_component_setup.py', 'sfatables/sfatables', 'keyconvert/keyconvert.py', @@ -26,6 +25,7 @@ scripts = glob("sfa/clientbin/*.py") + \ packages = [ 'sfa', + 'sfa/openstack', 'sfa/trust', 'sfa/storage', 'sfa/util', @@ -36,6 +36,7 @@ packages = [ 'sfa/managers', 'sfa/importer', 'sfa/plc', + 'sfa/senslab', 'sfa/rspecs', 'sfa/rspecs/elements', 'sfa/rspecs/elements/versions', @@ -63,8 +64,9 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]), - ('/usr/share/sfa/', [ 'sfa/storage/sfa.sql' ] ), - ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) ), + ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*.*') ), + ('/usr/share/sfa/migrations/versions', glob('sfa/storage/migrations/versions/*') ), + ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ] # add sfatables processors as data_files