X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=504229904266faef6ac6ca6f3f911c97440b6412;hb=261d51ee2b7be14ed513654da8b03ba5713ed713;hp=0f90a205a13105c6ffbddaa6d59b6115633c5df7;hpb=4eea76a0545774fae808b29d94227be100872bf7;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 0f90a20..5042299 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python - +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -16,6 +16,7 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", @@ -26,6 +27,7 @@ __all__ = ["ReadNodeConfiguration", "ValidateNodeInstall", "StartDebug", "StartRunlevelAgent", + "StopRunlevelAgent", "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks", @@ -33,4 +35,5 @@ __all__ = ["ReadNodeConfiguration", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]