Class: CORL::Node::Local

Inherits:
Object
  • Object
show all
Defined in:
lib/CORL/node/local.rb

Instance Method Summary collapse

Instance Method Details

#local?Boolean


Checks

Returns:

  • (Boolean)


17
18
19
# File 'lib/CORL/node/local.rb', line 17

def local?
  true
end

#normalize(reload) ⇒ Object


Node plugin interface



9
10
11
12
# File 'lib/CORL/node/local.rb', line 9

def normalize(reload)
  super
  myself.machine = create_machine(:machine, :physical, machine_config)
end