|
__init__(self,
conf=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_disk(self,
*args,
**kwargs)
Adds a disk image to the virtual machine |
source code
|
|
|
add_filesystem(self,
*args,
**kwargs)
Adds a filesystem to the virtual machine |
source code
|
|
|
|
|
deploy(self)
"Deploy" the VM, by asking the plugins in turn to deploy
it. |
source code
|
|
|
|
|
|
|
|
|
set_defaults(self)
is called to give all the plugins and the distro and hypervisor
plugin a chance to set some reasonable defaults, which the frontend
then can inspect and present |
source code
|
|
|
ip_defaults(self)
is called to validate the ip configuration given and set defaults |
source code
|
|
|
|
|
create_workdir(self)
Creates the working directory for this vm and returns its path |
source code
|
|
|
mount_partitions(self)
Mounts all the vm's partitions and filesystems below .rootmnt |
source code
|
|
|
umount_partitions(self)
Unmounts all the vm's partitions and filesystems |
source code
|
|
|
|
|
|
|
install_file(self,
path,
contents=None,
source=None,
mode=None) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|