Class: Veewee::Command::Kvm
Instance Attribute Summary
Attributes inherited from GroupBase
#env
Instance Method Summary
collapse
Methods inherited from GroupBase
#copy, #define, #destroy, #halt, #initialize, #list, #ostypes, register, #sendkeys, #ssh, #templates, #undefine, #up, #winrm
Methods included from Helpers
#initialize_environment
Instance Method Details
#build(box_name) ⇒ Object
21
22
23
|
# File 'lib/veewee/command/kvm.rb', line 21
def build(box_name)
env.get_box(box_name).build(options)
end
|
#export(box_name) ⇒ Object
30
31
32
|
# File 'lib/veewee/command/kvm.rb', line 30
def export(box_name)
env.get_box(box_name).export_vagrant(options)
end
|
#validate(box_name) ⇒ Object
36
37
38
|
# File 'lib/veewee/command/kvm.rb', line 36
def validate(box_name)
env.get_box(box_name).validate_kvm(options)
end
|