X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=504229904266faef6ac6ca6f3f911c97440b6412;hb=d531cfaf5185ca1e74a5f15c2e3b1254968200de;hp=82619f0b5619b15e964215118c129974539b2dda;hpb=008c4db00ad126481773f3b0f0bfdabe25553b0e;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 82619f0..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,8 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -25,6 +27,7 @@ __all__ = ["ReadNodeConfiguration", "ValidateNodeInstall", "StartDebug", "StartRunlevelAgent", + "StopRunlevelAgent", "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks", @@ -32,4 +35,5 @@ __all__ = ["ReadNodeConfiguration", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]