X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=45b1dbf4b95fc25d5387bc97ec7dc45f542a3006;hb=885b014c1daa6b055a7d2b435126b4263572b599;hp=912c6ffd70bdfe04f3952af2267df98c930fcde5;hpb=ae73c450bffe036dccf37e8d96a4b655c3cd900e;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 912c6ff..45b1dbf 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 - +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -16,6 +16,8 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -24,12 +26,14 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "StopRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig", + "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]