X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=45b1dbf4b95fc25d5387bc97ec7dc45f542a3006;hb=6dbdbad233ca8770d2f9913c161a3da3f7b8130d;hp=e627e1fd4782870b5779f9c4f7a92afafe045714;hpb=519ff34cb0bc42c6922d8ae550d35bb0cc3f564b;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index e627e1f..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,6 +26,8 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", + "StartRunlevelAgent", + "StopRunlevelAgent", "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks", @@ -31,4 +35,5 @@ __all__ = ["ReadNodeConfiguration", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]