| Trees | Indices | Help |
|
|---|
|
|
Converter from Ganeti config file to OVF
|
|||
|
|||
| string |
|
||
| int |
|
||
| int |
|
||
| dictionary |
|
||
| list |
|
||
|
|||
| list |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| ConfigParserWithDefaults |
config_parser parser for the config.ini file |
||
| string |
input_dir directory in which the config.ini file resides |
||
| string |
input_path complete path to the config.ini file |
||
| string |
output_dir directory to which the results of conversion shall be written |
||
| string |
output_path complete path to .ovf file |
||
| string |
packed_dir if we want OVA package, this points to the real (i.e. |
||
| list |
reference_files files referenced in the ovf file |
||
| list |
results_disk list of dictionaries of disk options from config.ini |
||
| dict |
results_ganeti dictionary of Ganeti-specific options from config.ini |
||
| string |
results_memory RAM memory in MB |
||
| string |
results_name name of the instance |
||
| list |
results_network list of dictionaries of network options form config.ini |
||
| string |
results_vcpus number of VCPUs |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Reads the data on which the conversion will take place.
|
Parses name from command line options or config file.
|
Parses vcpus number from config file.
|
Parses vcpus number from config file.
|
Parses Ganeti data from config file.
|
Parses network data from config file.
|
Convert the disk and gather disk info for .ovf file.
|
Parses disk data from config file.
|
Parses the data and creates a structure containing all required info.
|
Creates manifest for all the files in OVF package.
|
Creates tarfile from the files in OVF package.
|
Saves the gathered configuration in an apropriate format.
|
|
|||
packed_dirif we want OVA package, this points to the real (i.e. not temp) output directory
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 4 13:44:03 2016 | http://epydoc.sourceforge.net |