X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=f6936d60e398e787ff9e9edb4c08f9024a2347f3;hb=refs%2Fheads%2Fbranch-0.9-14;hp=eb94e80535c5551c52cf0448442939647d421bf4;hpb=198ee864b2860d046071954d21f13f105a19575f;p=sfa.git diff --git a/setup.py b/setup.py index eb94e805..f6936d60 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ bins = [ 'config/gen-sfa-cm-config.py', 'sfa/plc/sfa-import-plc.py', 'sfa/plc/sfa-nuke-plc.py', + 'sfa/server/sfa-ca.py', 'sfa/server/sfa-server.py', 'sfa/server/sfa-clean-peer-records.py', 'sfa/server/sfa_component_setup.py', @@ -22,6 +23,12 @@ bins = [ 'sfa/client/getRecord.py', 'sfa/client/setRecord.py', 'sfa/client/sfadump.py', + 'sfa/client/sfiAddAttribute.py', + 'sfa/client/sfiAddSliver.py', + 'sfa/client/sfiDeleteAttribute.py', + 'sfa/client/sfiDeleteSliver.py', + 'sfa/client/sfiListNodes.py', + 'sfa/client/sfiListSlivers.py', 'sfatables/sfatables', ] @@ -45,7 +52,8 @@ package_dirs = [ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'config/registries.xml', 'config/default_config.xml', - 'config/sfi_config']), + 'config/sfi_config', + 'sfa/managers/pl/pl.rng']), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), ('/etc/init.d/', ['sfa/init.d/sfa', 'sfa/init.d/sfa-cm'])]