Package VMBuilder :: Package plugins :: Package ec2 :: Class EC2
[frames] | no frames]

Class EC2

source code

object --+    
         |    
    Plugin --+
             |
            EC2

Nested Classes

Inherited from Plugin: BooleanSetting, IntSetting, ListSetting, Setting, SettingGroup, StringSetting

Instance Methods
 
register_options(self) source code
 
preflight_check(self)
Override this method with checks for anything that might cause the VM creation to fail
source code
 
post_install(self)
This is called just after the distro is installed, before it gets copied to the fs images.
source code
 
deploy(self) source code

Inherited from Plugin: __init__, call_hooks, get_setting, get_setting_default, get_setting_valid_options, has_setting, install_file, install_from_template, run_in_target, set_defaults, set_setting, set_setting_default, set_setting_fuzzy, set_setting_valid_options, setting_group

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  name = 'EC2 integration'

Inherited from Plugin: priority

Properties

Inherited from object: __class__

Method Details

register_options(self)

source code 
Overrides: Plugin.register_options

preflight_check(self)

source code 

Override this method with checks for anything that might cause the VM creation to fail

raise an exception if you can see already that this won't work

Overrides: Plugin.preflight_check
(inherited documentation)

post_install(self)

source code 

This is called just after the distro is installed, before it gets copied to the fs images.

Overrides: Plugin.post_install
(inherited documentation)