Config object representing the cluster.
|
|
|
|
|
|
|
|
GetHVDefaults(self,
hypervisor,
os_name=None,
skip_keys=None)
Get the default hypervisor parameters for the cluster. |
source code
|
|
|
dict
|
SimpleFillHV(self,
hv_name,
os_name,
hvparams,
skip_globals=False)
Fill a given hvparams dict with cluster defaults. |
source code
|
|
|
dict
|
FillHV(self,
instance,
skip_globals=False)
Fill an instance's hvparams dict with cluster defaults. |
source code
|
|
|
dict
|
|
|
dict
|
FillBE(self,
instance)
Fill an instance's beparams dict with cluster defaults. |
source code
|
|
|
dict
|
|
|
dict
|
|
|
Inherited from TaggableObject:
AddTag,
GetTags,
RemoveTag
Inherited from ConfigObject:
Copy,
__getattr__,
__getstate__,
__init__,
__repr__,
__setstate__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|