Add AnsibleHook step to list of available modules
[bootmanager.git] / source / steps / __init__.py
index 0f90a20..5042299 100644 (file)
@@ -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"]