X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=504229904266faef6ac6ca6f3f911c97440b6412;hb=261d51ee2b7be14ed513654da8b03ba5713ed713;hp=d46c3e9d825278be4120034b58108fcd2b84038f;hpb=a0d22ecfe8b0fd6fd7b2363048919b6f0cdaa2ad;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index d46c3e9..5042299 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -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"]