class Consolr::Runners::Runner
Public Instance Methods
can_run?(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 6 def can_run? node raise 'can_run? is not implemented for this runner' end
console(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 14 def console node raise 'console is not implemented for this runner' end
identify(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 22 def identify node raise 'identify is not implemented for this runner' end
kick(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 18 def kick node raise 'kick is not implemented for this runner' end
log_clear(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 34 def log_clear node raise 'log clear is not implemented for this runner' end
log_list(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 30 def log_list node raise 'log list is not implemented for this runner' end
off(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 42 def off node raise 'power off is not implemented for this runner' end
on(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 38 def on node raise 'power on is not implemented for this runner' end
reboot(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 50 def reboot node raise 'reboot is not implemented for this runner' end
sdr(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 26 def sdr node raise 'sdr is not implemented for this runner' end
sensors(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 62 def sensors node raise 'sensors is not implemented for this runner' end
soft_off(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 46 def soft_off node raise 'soft_off is not implemented for this runner' end
soft_reboot(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 54 def soft_reboot node raise 'reboot_soft is not implemented for this runner' end
sol_info(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 66 def sol_info node raise 'sol info is not implemented for this runner' end
status(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 58 def status node raise 'status is not implemented for this runner' end
verify(node)
click to toggle source
# File lib/consolr/runners/runner.rb, line 10 def verify node raise 'verify is not implemented for this runner' end