2a7a663ea49a2b6419540c2e2714d2c948591313
[bootmanager.git] / source / steps / __init__.py
1 """
2 This directory contains individual step classes
3 """
4
5 __all__ = ["ReadNodeConfiguration",
6            "AuthenticateWithPLC",
7            "GetAndUpdateNodeDetails",
8            "ConfirmInstallWithUser",
9            "UpdateBootStateWithPLC",
10            "CheckHardwareRequirements",
11            "SendHardwareConfigToPLC",
12            "InitializeBootManager",
13            "UpdateNodeConfiguration",
14            "CheckForNewDisks",
15            "ChainBootNode",
16            "ValidateNodeInstall",
17            "StartDebug",
18            "InstallBootstrapRPM",
19            "InstallBuildVServer",
20            "InstallInit",
21            "InstallBase",
22            "InstallNodeInit",
23            "InstallPartitionDisks",
24            "InstallUninitHardware",
25            "InstallWriteConfig"]