X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=45b1dbf4b95fc25d5387bc97ec7dc45f542a3006;hb=6dbdbad233ca8770d2f9913c161a3da3f7b8130d;hp=16550f304bcb02a8c5e250770053f6fd8f0bbc96;hpb=4f1b3d9bc49b809f93defaf7996f920089bcdc48;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 16550f3..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,13 +26,14 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "StopRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]