Class: CORL::Action::Build
- Inherits:
-
Plugin::CloudAction
- Object
- Plugin::CloudAction
- CORL::Action::Build
- Defined in:
- lib/CORL/action/build.rb
Instance Method Summary collapse
-
#execute ⇒ Object
—————————————————————————– Operations.
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
#execute ⇒ Object
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 |