check in all bootmanager sources
authorAaron Klingaman <alk@cs.princeton.edu>
Thu, 26 May 2005 17:11:48 +0000 (17:11 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Thu, 26 May 2005 17:11:48 +0000 (17:11 +0000)
commit7ab7e9dd797333a9fdc8604554e16e192a32144d
treed83a6e7ebf674a6ab9b6676d0864b5ce94ab4555
parente616a2459472173f45d29864cc20e2b349bf4994
check in all bootmanager sources
35 files changed:
source/BootAPI.py [new file with mode: 0644]
source/BootManager.py [new file with mode: 0755]
source/BootServerRequest.py [new file with mode: 0644]
source/Exceptions.py [new file with mode: 0644]
source/compatibility.py [new file with mode: 0644]
source/configuration [new file with mode: 0644]
source/debug_files/debug_root_ssh_key [new file with mode: 0644]
source/debug_files/sshd_config_v2 [new file with mode: 0644]
source/debug_files/sshd_config_v3 [new file with mode: 0644]
source/merge_hw_tables.py [new file with mode: 0755]
source/notify_messages.py [new file with mode: 0644]
source/steps/AuthenticateWithPLC.py [new file with mode: 0644]
source/steps/ChainBootNode.py [new file with mode: 0644]
source/steps/CheckForNewDisks.py [new file with mode: 0644]
source/steps/CheckHardwareRequirements.py [new file with mode: 0644]
source/steps/ConfirmInstallWithUser.py [new file with mode: 0644]
source/steps/GetAndUpdateNodeDetails.py [new file with mode: 0644]
source/steps/InitializeBootManager.py [new file with mode: 0644]
source/steps/InstallBase.py [new file with mode: 0644]
source/steps/InstallBootstrapRPM.py [new file with mode: 0644]
source/steps/InstallBuildVServer.py [new file with mode: 0644]
source/steps/InstallInit.py [new file with mode: 0644]
source/steps/InstallNodeInit.py [new file with mode: 0644]
source/steps/InstallPartitionDisks.py [new file with mode: 0644]
source/steps/InstallUninitHardware.py [new file with mode: 0644]
source/steps/InstallWriteConfig.py [new file with mode: 0644]
source/steps/ReadNodeConfiguration.py [new file with mode: 0644]
source/steps/SendHardwareConfigToPLC.py [new file with mode: 0644]
source/steps/StartDebug.py [new file with mode: 0644]
source/steps/UpdateBootStateWithPLC.py [new file with mode: 0644]
source/steps/UpdateNodeConfiguration.py [new file with mode: 0644]
source/steps/ValidateNodeInstall.py [new file with mode: 0644]
source/steps/__init__.py [new file with mode: 0644]
source/systeminfo.py [new file with mode: 0755]
source/utils.py [new file with mode: 0644]