split api and driver
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 1 Nov 2011 16:37:59 +0000 (17:37 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 1 Nov 2011 16:37:59 +0000 (17:37 +0100)
commit431a6bf78c6232a44b178e2092451e733a71bba3
tree273ec0ac7eafe800c130e519a0b5cfb335cc79ea
parent07fcf3cbd55e243bed442271a7557178a92559bf
split api and driver
PL driver can take PLCAPI calls and automagically adds auth
49 files changed:
sfa/generic/__init__.py
sfa/generic/pl.py
sfa/generic/plcm.py
sfa/managers/aggregate_manager.py
sfa/managers/aggregate_manager_eucalyptus.py
sfa/managers/aggregate_manager_max.py
sfa/managers/component_manager_pl.py
sfa/managers/registry_manager.py
sfa/managers/vini/utils.py
sfa/managers/vini/vini_network.py
sfa/methods/CreateGid.py
sfa/methods/CreateSliver.py
sfa/methods/DeleteSliver.py
sfa/methods/GetCredential.py
sfa/methods/GetGids.py
sfa/methods/GetSelfCredential.py
sfa/methods/GetTicket.py
sfa/methods/GetVersion.py
sfa/methods/List.py
sfa/methods/ListResources.py
sfa/methods/ListSlices.py
sfa/methods/RedeemTicket.py
sfa/methods/Register.py
sfa/methods/Remove.py
sfa/methods/RemovePeerObject.py
sfa/methods/RenewSliver.py
sfa/methods/Resolve.py
sfa/methods/SliverStatus.py
sfa/methods/Start.py
sfa/methods/Stop.py
sfa/methods/Update.py
sfa/methods/get_key.py
sfa/methods/remove_peer_object.py
sfa/methods/reset_slice.py
sfa/plc/aggregate.py
sfa/plc/network.py
sfa/plc/peers.py
sfa/plc/plccomponentapi.py
sfa/plc/plcdriver.py [moved from sfa/plc/plcsfaapi.py with 82% similarity]
sfa/plc/plcshell.py [new file with mode: 0644]
sfa/plc/slices.py
sfa/rspecs/elements/element.py
sfa/server/modpython/SfaAggregateModPython.py
sfa/server/modpython/SfaRegistryModPython.py
sfa/server/modpython/SfaSliceMgrModPython.py
sfa/server/sfa-clean-peer-records.py
sfa/server/sfa-start.py
sfa/server/sfa_component_setup.py
sfa/util/xml.py