The models class

The Operation model

class marcobootstrap.backend.models.Operation(*args, **kwargs)

Stores all the information related to an upcoming operation. This includes: - The operation type (reboot, update) - The operation time (as a float number with the number of seconds since the UNIX epoch) - A list of the hosts where the operation is going to be executed - The image of the OS to use in the upgrading process