| Trees | Indices | Help |
|
|---|
|
|
Transportable objects for Ganeti.
This module provides small, mostly data-only objects which are safe to pass to and from external parties.
|
|||
|
ConfigObject A generic config object. |
|||
|
TaggableObject An generic class supporting tags. |
|||
|
MasterNetworkParameters Network configuration parameters for the master |
|||
|
ConfigData Top-level config object. |
|||
|
NIC Config object representing a network card. |
|||
|
Filter Config object representing a filter rule. |
|||
|
Maintenance Config object representing the state of the maintenance daemon |
|||
|
Disk Config object representing a block device. |
|||
|
InstancePolicy Config object representing instance policy limits dictionary. |
|||
|
Instance Config object representing an instance. |
|||
|
OS Config object representing an operating system. |
|||
|
ExtStorage Config object representing an External Storage Provider. |
|||
|
NodeHvState Hypvervisor state on a node. |
|||
|
NodeDiskState Disk state on a node. |
|||
|
Node Config object representing a node. |
|||
|
NodeGroup Config object representing a node group. |
|||
|
Cluster Config object representing the cluster. |
|||
|
BlockDevStatus Config object representing the status of a block device. |
|||
|
ImportExportStatus Config object representing the status of an import or export. |
|||
|
ImportExportOptions Options for import/export daemon |
|||
|
ConfdRequest Object holding a confd request. |
|||
|
ConfdReply Object holding a confd reply. |
|||
|
QueryFieldDefinition Object holding a query field definition. |
|||
| _QueryResponseBase | |||
|
QueryResponse Object holding the response to a query. |
|||
|
QueryFieldsRequest Object holding a request for querying available fields. |
|||
|
QueryFieldsResponse Object holding the response to a query for fields. |
|||
|
MigrationStatus Object holding the status of a migration. |
|||
|
InstanceConsole Object describing how to access the console of an instance. |
|||
|
Network Object representing a network definition for ganeti. |
|||
|
SerializableConfigParser Simple wrapper over ConfigParse that allows serialization. |
|||
|
LvmPvInfo Information about an LVM physical volume (PV). |
|||
|
|||
| dict |
|
||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
| dict |
|
||
|
|||
| string or NoneType |
|
||
| NoneType |
|
||
|
|||
_TIMESTAMPS = ["ctime", "mtime"]
|
|||
_UUID = ["uuid"]
|
|||
Imports: ConfigParser, re, copy, logging, time, StringIO, errors, constants, netutils, outils, utils, serializer, AF_INET
|
|||
Basic function to apply settings on top a default dict.
|
Fills the disk parameter defaults. See Also: FillDict for parameters and return value |
Update all groups for the target parameter.
|
Update the be parameters dict to the new format.
|
Upgrade the disk parameters.
|
Upgrade ndparams structure.
|
Gets the OS image value from the OS parameters.
|
Update OS image value in the OS parameters
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 4 13:43:46 2016 | http://epydoc.sourceforge.net |