X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=7a858a8475c8e6998c66e82db6e83ce88fb9c5aa;hb=1cc10fee55cf95760ade2f6e4dd570d7dd60d969;hp=eb94e80535c5551c52cf0448442939647d421bf4;hpb=198ee864b2860d046071954d21f13f105a19575f;p=sfa.git diff --git a/setup.py b/setup.py index eb94e805..7a858a84 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,7 +23,14 @@ bins = [ 'sfa/client/getRecord.py', 'sfa/client/setRecord.py', 'sfa/client/sfadump.py', + 'sfa/client/sfiListNodes.py', + 'sfa/client/sfiListSlivers.py', + 'sfa/client/sfiAddSliver.py', + 'sfa/client/sfiDeleteSliver.py', + 'sfa/client/sfiAddAttribute.py', + 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', + 'keyconvert/keyconvert.py' ] package_dirs = [ @@ -44,8 +52,10 @@ package_dirs = [ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'config/registries.xml', + 'config/geni_aggregates.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'])]