Class: CORL::Action::Build

Inherits:
Plugin::CloudAction show all
Defined in:
lib/CORL/action/build.rb

Instance Method Summary collapse

Methods inherited from Plugin::CloudAction

#configure, #ensure_network, #ensure_node, #execute_remote, #init_network, #namespace, #node_config, #node_exec, #node_ignore, #validate

Instance Method Details

#executeObject


Operations



12
13
14
15
16
17
18
19
# File 'lib/CORL/action/build.rb', line 12

def execute
  super do |node, network|
    info('corl.actions.build.start') 
    ensure_node(node) do         
      node.build
    end
  end
end