Trees | Indices | Help |
|
---|
|
Converter from OVF to Ganeti config file.
|
|||
|
|||
|
|||
|
|||
string |
|
||
string |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
string |
|
||
dict |
|
||
dict |
|
||
dict |
|
||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|||
string |
input_dir directory in which the .ovf file resides |
||
string |
input_path complete path to the .ovf file |
||
string |
output_dir directory to which the results of conversion shall be written |
||
OVFReader |
ovf_reader OVF reader instance collects data from .ovf file |
||
dict |
results_backend backend information gathered from .ovf file or command line arguments |
||
dict |
results_disk disk information gathered from .ovf file or command line arguments |
||
dict |
results_hypervisor hypervisor information gathered from .ovf file or command line arguments |
||
string |
results_name name of imported instance |
||
dict |
results_network network information gathered from .ovf file or command line arguments |
||
dict |
results_os operating system information gathered from .ovf file or command line arguments |
||
string |
results_tags string containing instance-specific tags |
||
string |
results_template disk template read from .ovf file or command line arguments |
||
string |
results_version version as required by Ganeti import |
||
Inherited from |
|
|||
Inherited from |
|
Reads the data on which the conversion will take place.
|
Unpacks the .ova package into temporary directory.
|
Parses the data and creates a structure containing all required info. The method reads the information given either as a command line option or as a part of the OVF description.
|
Get information about some section - e.g. disk, network, hypervisor.
|
Returns name if one was given in command line.
|
Returns disk template if one was given in command line.
|
Parses hypervisor options given in a command line.
|
Parses OS options given in command line.
|
Parses backend options given in command line.
|
Returns tags list given in command line.
|
Parses network options given in a command line or as a dictionary.
|
Parses disk options given in a command line.
|
Gathers information about disks used by instance, perfomes conversion.
|
Saves all the gathered information in a constant.EXPORT_CONF_FILE file.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 10:43:51 2016 | http://epydoc.sourceforge.net |