starting new development to support slice conf files
authorTony Mack <tmack@cs.princeton.edu>
Fri, 10 Oct 2008 19:10:15 +0000 (19:10 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 10 Oct 2008 19:10:15 +0000 (19:10 +0000)
commit3d2ecaa0c2da3f5848d4d0ed51a30238cb2201ff
tree8ab93b53aae642563e9c8862468858eb46786b77
parent53d88e656dde889ff01d5c36c92473a05514b9b3
starting new development to support slice conf files
281 files changed:
PLC/.cvsignore [new file with mode: 0644]
PLC/API.py [new file with mode: 0644]
PLC/AddressTypes.py [new file with mode: 0644]
PLC/Addresses.py [new file with mode: 0644]
PLC/Auth.py [new file with mode: 0644]
PLC/Boot.py [new file with mode: 0644]
PLC/BootStates.py [new file with mode: 0644]
PLC/ConfFiles.py [new file with mode: 0644]
PLC/Config.py [new file with mode: 0644]
PLC/Debug.py [new file with mode: 0644]
PLC/EventObjects.py [new file with mode: 0644]
PLC/Events.py [new file with mode: 0644]
PLC/Faults.py [new file with mode: 0644]
PLC/Filter.py [new file with mode: 0644]
PLC/GPG.py [new file with mode: 0644]
PLC/InitScripts.py [new file with mode: 0644]
PLC/KeyTypes.py [new file with mode: 0644]
PLC/Keys.py [new file with mode: 0644]
PLC/Messages.py [new file with mode: 0644]
PLC/Method.py [new file with mode: 0644]
PLC/Methods/.cvsignore [new file with mode: 0644]
PLC/Methods/AddAddressType.py [new file with mode: 0644]
PLC/Methods/AddAddressTypeToAddress.py [new file with mode: 0644]
PLC/Methods/AddBootState.py [new file with mode: 0644]
PLC/Methods/AddConfFile.py [new file with mode: 0644]
PLC/Methods/AddConfFileToNode.py [new file with mode: 0644]
PLC/Methods/AddConfFileToNodeGroup.py [new file with mode: 0644]
PLC/Methods/AddInitScript.py [new file with mode: 0644]
PLC/Methods/AddKeyType.py [new file with mode: 0644]
PLC/Methods/AddMessage.py [new file with mode: 0644]
PLC/Methods/AddNetworkMethod.py [new file with mode: 0644]
PLC/Methods/AddNetworkType.py [new file with mode: 0644]
PLC/Methods/AddNode.py [new file with mode: 0644]
PLC/Methods/AddNodeGroup.py [new file with mode: 0644]
PLC/Methods/AddNodeNetwork.py [new file with mode: 0644]
PLC/Methods/AddNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/AddNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/AddNodeToNodeGroup.py [new file with mode: 0644]
PLC/Methods/AddNodeToPCU.py [new file with mode: 0644]
PLC/Methods/AddPCU.py [new file with mode: 0644]
PLC/Methods/AddPCUProtocolType.py [new file with mode: 0644]
PLC/Methods/AddPCUType.py [new file with mode: 0644]
PLC/Methods/AddPeer.py [new file with mode: 0644]
PLC/Methods/AddPerson.py [new file with mode: 0644]
PLC/Methods/AddPersonKey.py [new file with mode: 0644]
PLC/Methods/AddPersonToSite.py [new file with mode: 0644]
PLC/Methods/AddPersonToSlice.py [new file with mode: 0644]
PLC/Methods/AddRole.py [new file with mode: 0644]
PLC/Methods/AddRoleToPerson.py [new file with mode: 0644]
PLC/Methods/AddSession.py [new file with mode: 0644]
PLC/Methods/AddSite.py [new file with mode: 0644]
PLC/Methods/AddSiteAddress.py [new file with mode: 0644]
PLC/Methods/AddSlice.py [new file with mode: 0644]
PLC/Methods/AddSliceAttribute.py [new file with mode: 0644]
PLC/Methods/AddSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/AddSliceInstantiation.py [new file with mode: 0644]
PLC/Methods/AddSliceToNodes.py [new file with mode: 0644]
PLC/Methods/AddSliceToNodesWhitelist.py [new file with mode: 0644]
PLC/Methods/AdmAddAddressType.py [new file with mode: 0644]
PLC/Methods/AdmAddNode.py [new file with mode: 0644]
PLC/Methods/AdmAddNodeGroup.py [new file with mode: 0644]
PLC/Methods/AdmAddNodeNetwork.py [new file with mode: 0644]
PLC/Methods/AdmAddNodeToNodeGroup.py [new file with mode: 0644]
PLC/Methods/AdmAddPerson.py [new file with mode: 0644]
PLC/Methods/AdmAddPersonKey.py [new file with mode: 0644]
PLC/Methods/AdmAddPersonToSite.py [new file with mode: 0644]
PLC/Methods/AdmAddSite.py [new file with mode: 0644]
PLC/Methods/AdmAddSitePowerControlUnit.py [new file with mode: 0644]
PLC/Methods/AdmAssociateNodeToPowerControlUnitPort.py [new file with mode: 0644]
PLC/Methods/AdmAuthCheck.py [new file with mode: 0644]
PLC/Methods/AdmDeleteAddressType.py [new file with mode: 0644]
PLC/Methods/AdmDeleteAllPersonKeys.py [new file with mode: 0644]
PLC/Methods/AdmDeleteNode.py [new file with mode: 0644]
PLC/Methods/AdmDeleteNodeGroup.py [new file with mode: 0644]
PLC/Methods/AdmDeleteNodeNetwork.py [new file with mode: 0644]
PLC/Methods/AdmDeletePerson.py [new file with mode: 0644]
PLC/Methods/AdmDeletePersonKeys.py [new file with mode: 0644]
PLC/Methods/AdmDeleteSite.py [new file with mode: 0644]
PLC/Methods/AdmDeleteSitePowerControlUnit.py [new file with mode: 0644]
PLC/Methods/AdmDisassociatePowerControlUnitPort.py [new file with mode: 0644]
PLC/Methods/AdmGenerateNodeConfFile.py [new file with mode: 0644]
PLC/Methods/AdmGetAllAddressTypes.py [new file with mode: 0644]
PLC/Methods/AdmGetAllKeyTypes.py [new file with mode: 0644]
PLC/Methods/AdmGetAllNodeNetworks.py [new file with mode: 0644]
PLC/Methods/AdmGetAllRoles.py [new file with mode: 0644]
PLC/Methods/AdmGetNodeGroupNodes.py [new file with mode: 0644]
PLC/Methods/AdmGetNodeGroups.py [new file with mode: 0644]
PLC/Methods/AdmGetNodes.py [new file with mode: 0644]
PLC/Methods/AdmGetPersonKeys.py [new file with mode: 0644]
PLC/Methods/AdmGetPersonRoles.py [new file with mode: 0644]
PLC/Methods/AdmGetPersonSites.py [new file with mode: 0644]
PLC/Methods/AdmGetPersons.py [new file with mode: 0644]
PLC/Methods/AdmGetPowerControlUnitNodes.py [new file with mode: 0644]
PLC/Methods/AdmGetPowerControlUnits.py [new file with mode: 0644]
PLC/Methods/AdmGetSiteNodes.py [new file with mode: 0644]
PLC/Methods/AdmGetSitePIs.py [new file with mode: 0644]
PLC/Methods/AdmGetSitePersons.py [new file with mode: 0644]
PLC/Methods/AdmGetSitePowerControlUnits.py [new file with mode: 0644]
PLC/Methods/AdmGetSiteTechContacts.py [new file with mode: 0644]
PLC/Methods/AdmGetSites.py [new file with mode: 0644]
PLC/Methods/AdmGrantRoleToPerson.py [new file with mode: 0644]
PLC/Methods/AdmIsPersonInRole.py [new file with mode: 0644]
PLC/Methods/AdmQueryConfFile.py [new file with mode: 0644]
PLC/Methods/AdmQueryNode.py [new file with mode: 0644]
PLC/Methods/AdmQueryPerson.py [new file with mode: 0644]
PLC/Methods/AdmQueryPowerControlUnit.py [new file with mode: 0644]
PLC/Methods/AdmQuerySite.py [new file with mode: 0644]
PLC/Methods/AdmRebootNode.py [new file with mode: 0644]
PLC/Methods/AdmRemoveNodeFromNodeGroup.py [new file with mode: 0644]
PLC/Methods/AdmRemovePersonFromSite.py [new file with mode: 0644]
PLC/Methods/AdmRevokeRoleFromPerson.py [new file with mode: 0644]
PLC/Methods/AdmSetPersonEnabled.py [new file with mode: 0644]
PLC/Methods/AdmSetPersonPrimarySite.py [new file with mode: 0644]
PLC/Methods/AdmUpdateNode.py [new file with mode: 0644]
PLC/Methods/AdmUpdateNodeGroup.py [new file with mode: 0644]
PLC/Methods/AdmUpdateNodeNetwork.py [new file with mode: 0644]
PLC/Methods/AdmUpdatePerson.py [new file with mode: 0644]
PLC/Methods/AdmUpdateSite.py [new file with mode: 0644]
PLC/Methods/AdmUpdateSitePowerControlUnit.py [new file with mode: 0644]
PLC/Methods/AnonAdmGetNodeGroups.py [new file with mode: 0644]
PLC/Methods/AuthCheck.py [new file with mode: 0644]
PLC/Methods/BlacklistKey.py [new file with mode: 0644]
PLC/Methods/BootCheckAuthentication.py [new file with mode: 0644]
PLC/Methods/BootGetNodeDetails.py [new file with mode: 0644]
PLC/Methods/BootNotifyOwners.py [new file with mode: 0644]
PLC/Methods/BootUpdateNode.py [new file with mode: 0644]
PLC/Methods/DeleteAddress.py [new file with mode: 0644]
PLC/Methods/DeleteAddressType.py [new file with mode: 0644]
PLC/Methods/DeleteAddressTypeFromAddress.py [new file with mode: 0644]
PLC/Methods/DeleteBootState.py [new file with mode: 0644]
PLC/Methods/DeleteConfFile.py [new file with mode: 0644]
PLC/Methods/DeleteConfFileFromNode.py [new file with mode: 0644]
PLC/Methods/DeleteConfFileFromNodeGroup.py [new file with mode: 0644]
PLC/Methods/DeleteInitScript.py [new file with mode: 0644]
PLC/Methods/DeleteKey.py [new file with mode: 0644]
PLC/Methods/DeleteKeyType.py [new file with mode: 0644]
PLC/Methods/DeleteMessage.py [new file with mode: 0644]
PLC/Methods/DeleteNetworkMethod.py [new file with mode: 0644]
PLC/Methods/DeleteNetworkType.py [new file with mode: 0644]
PLC/Methods/DeleteNode.py [new file with mode: 0644]
PLC/Methods/DeleteNodeFromNodeGroup.py [new file with mode: 0644]
PLC/Methods/DeleteNodeFromPCU.py [new file with mode: 0644]
PLC/Methods/DeleteNodeGroup.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetwork.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/DeletePCU.py [new file with mode: 0644]
PLC/Methods/DeletePCUProtocolType.py [new file with mode: 0644]
PLC/Methods/DeletePCUType.py [new file with mode: 0644]
PLC/Methods/DeletePeer.py [new file with mode: 0644]
PLC/Methods/DeletePerson.py [new file with mode: 0644]
PLC/Methods/DeletePersonFromSite.py [new file with mode: 0644]
PLC/Methods/DeletePersonFromSlice.py [new file with mode: 0644]
PLC/Methods/DeleteRole.py [new file with mode: 0644]
PLC/Methods/DeleteRoleFromPerson.py [new file with mode: 0644]
PLC/Methods/DeleteSession.py [new file with mode: 0644]
PLC/Methods/DeleteSite.py [new file with mode: 0644]
PLC/Methods/DeleteSlice.py [new file with mode: 0644]
PLC/Methods/DeleteSliceAttribute.py [new file with mode: 0644]
PLC/Methods/DeleteSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/DeleteSliceFromNodes.py [new file with mode: 0644]
PLC/Methods/DeleteSliceFromNodesWhitelist.py [new file with mode: 0644]
PLC/Methods/DeleteSliceInstantiation.py [new file with mode: 0644]
PLC/Methods/GenerateNodeConfFile.py [new file with mode: 0644]
PLC/Methods/GetAddressTypes.py [new file with mode: 0644]
PLC/Methods/GetAddresses.py [new file with mode: 0644]
PLC/Methods/GetBootMedium.py [new file with mode: 0644]
PLC/Methods/GetBootStates.py [new file with mode: 0644]
PLC/Methods/GetConfFiles.py [new file with mode: 0644]
PLC/Methods/GetEventObjects.py [new file with mode: 0644]
PLC/Methods/GetEvents.py [new file with mode: 0644]
PLC/Methods/GetInitScripts.py [new file with mode: 0644]
PLC/Methods/GetKeyTypes.py [new file with mode: 0644]
PLC/Methods/GetKeys.py [new file with mode: 0644]
PLC/Methods/GetMessages.py [new file with mode: 0644]
PLC/Methods/GetNetworkMethods.py [new file with mode: 0644]
PLC/Methods/GetNetworkTypes.py [new file with mode: 0644]
PLC/Methods/GetNodeGroups.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworkSettingTypes.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworkSettings.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworks.py [new file with mode: 0644]
PLC/Methods/GetNodes.py [new file with mode: 0644]
PLC/Methods/GetPCUProtocolTypes.py [new file with mode: 0644]
PLC/Methods/GetPCUTypes.py [new file with mode: 0644]
PLC/Methods/GetPCUs.py [new file with mode: 0644]
PLC/Methods/GetPeerData.py [new file with mode: 0644]
PLC/Methods/GetPeerName.py [new file with mode: 0644]
PLC/Methods/GetPeers.py [new file with mode: 0644]
PLC/Methods/GetPersons.py [new file with mode: 0644]
PLC/Methods/GetPlcRelease.py [new file with mode: 0644]
PLC/Methods/GetRoles.py [new file with mode: 0644]
PLC/Methods/GetSession.py [new file with mode: 0644]
PLC/Methods/GetSessions.py [new file with mode: 0644]
PLC/Methods/GetSites.py [new file with mode: 0644]
PLC/Methods/GetSliceAttributeTypes.py [new file with mode: 0644]
PLC/Methods/GetSliceAttributes.py [new file with mode: 0644]
PLC/Methods/GetSliceInstantiations.py [new file with mode: 0644]
PLC/Methods/GetSliceKeys.py [new file with mode: 0644]
PLC/Methods/GetSliceTicket.py [new file with mode: 0644]
PLC/Methods/GetSlices.py [new file with mode: 0644]
PLC/Methods/GetSlicesMD5.py [new file with mode: 0644]
PLC/Methods/GetSlivers.py [new file with mode: 0644]
PLC/Methods/GetWhitelist.py [new file with mode: 0644]
PLC/Methods/NotifyPersons.py [new file with mode: 0644]
PLC/Methods/NotifySupport.py [new file with mode: 0644]
PLC/Methods/RebootNode.py [new file with mode: 0644]
PLC/Methods/RefreshPeer.py [new file with mode: 0644]
PLC/Methods/ResetPassword.py [new file with mode: 0644]
PLC/Methods/SetPersonPrimarySite.py [new file with mode: 0644]
PLC/Methods/SliceCreate.py [new file with mode: 0644]
PLC/Methods/SliceDelete.py [new file with mode: 0644]
PLC/Methods/SliceExtendedInfo.py [new file with mode: 0644]
PLC/Methods/SliceGetTicket.py [new file with mode: 0644]
PLC/Methods/SliceInfo.py [new file with mode: 0644]
PLC/Methods/SliceListNames.py [new file with mode: 0644]
PLC/Methods/SliceListUserSlices.py [new file with mode: 0644]
PLC/Methods/SliceNodesAdd.py [new file with mode: 0644]
PLC/Methods/SliceNodesDel.py [new file with mode: 0644]
PLC/Methods/SliceNodesList.py [new file with mode: 0644]
PLC/Methods/SliceRenew.py [new file with mode: 0644]
PLC/Methods/SliceTicketGet.py [new file with mode: 0644]
PLC/Methods/SliceUpdate.py [new file with mode: 0644]
PLC/Methods/SliceUserAdd.py [new file with mode: 0644]
PLC/Methods/SliceUserDel.py [new file with mode: 0644]
PLC/Methods/SliceUsersList.py [new file with mode: 0644]
PLC/Methods/UpdateAddress.py [new file with mode: 0644]
PLC/Methods/UpdateAddressType.py [new file with mode: 0644]
PLC/Methods/UpdateConfFile.py [new file with mode: 0644]
PLC/Methods/UpdateInitScript.py [new file with mode: 0644]
PLC/Methods/UpdateKey.py [new file with mode: 0644]
PLC/Methods/UpdateMessage.py [new file with mode: 0644]
PLC/Methods/UpdateNode.py [new file with mode: 0644]
PLC/Methods/UpdateNodeGroup.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetwork.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetworkSetting.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetworkSettingType.py [new file with mode: 0644]
PLC/Methods/UpdatePCU.py [new file with mode: 0644]
PLC/Methods/UpdatePCUProtocolType.py [new file with mode: 0644]
PLC/Methods/UpdatePCUType.py [new file with mode: 0644]
PLC/Methods/UpdatePeer.py [new file with mode: 0644]
PLC/Methods/UpdatePerson.py [new file with mode: 0644]
PLC/Methods/UpdateSite.py [new file with mode: 0644]
PLC/Methods/UpdateSlice.py [new file with mode: 0644]
PLC/Methods/UpdateSliceAttribute.py [new file with mode: 0644]
PLC/Methods/UpdateSliceAttributeType.py [new file with mode: 0644]
PLC/Methods/VerifyPerson.py [new file with mode: 0644]
PLC/Methods/__init__.py [new file with mode: 0644]
PLC/Methods/system/.cvsignore [new file with mode: 0644]
PLC/Methods/system/__init__.py [new file with mode: 0644]
PLC/Methods/system/listMethods.py [new file with mode: 0644]
PLC/Methods/system/methodHelp.py [new file with mode: 0644]
PLC/Methods/system/methodSignature.py [new file with mode: 0644]
PLC/Methods/system/multicall.py [new file with mode: 0644]
PLC/NetworkMethods.py [new file with mode: 0644]
PLC/NetworkTypes.py [new file with mode: 0644]
PLC/NodeGroups.py [new file with mode: 0644]
PLC/NodeNetworkSettingTypes.py [new file with mode: 0644]
PLC/NodeNetworkSettings.py [new file with mode: 0644]
PLC/NodeNetworks.py [new file with mode: 0644]
PLC/Nodes.py [new file with mode: 0644]
PLC/PCUProtocolTypes.py [new file with mode: 0644]
PLC/PCUTypes.py [new file with mode: 0644]
PLC/PCUs.py [new file with mode: 0644]
PLC/POD.py [new file with mode: 0644]
PLC/Parameter.py [new file with mode: 0644]
PLC/Peers.py [new file with mode: 0644]
PLC/Persons.py [new file with mode: 0644]
PLC/PostgreSQL.py [new file with mode: 0644]
PLC/PyCurl.py [new file with mode: 0644]
PLC/Roles.py [new file with mode: 0644]
PLC/Sessions.py [new file with mode: 0644]
PLC/Shell.py [new file with mode: 0644]
PLC/Sites.py [new file with mode: 0644]
PLC/SliceAttributeTypes.py [new file with mode: 0644]
PLC/SliceAttributes.py [new file with mode: 0644]
PLC/SliceInstantiations.py [new file with mode: 0644]
PLC/Slices.py [new file with mode: 0644]
PLC/Table.py [new file with mode: 0644]
PLC/Test.py [new file with mode: 0644]
PLC/__init__.py [new file with mode: 0644]
PLC/sendmail.py [new file with mode: 0644]