Project

General

Profile

« Previous | Next » 

Revision 012ccb55

Added by Lukas Zapletal over 7 years ago

Fixes #17172 - SSH BMC network details implementation

View differences:

modules/bmc/ssh.rb
def powercycle
ssh(@powercycle)
end
def ip
host
end
# the following are dummy implementations
def mac
''
end
def gateway
''
end
def netmask
''
end
def bootpxe(reboot=false, persistent=false)
end
def bootdisk(reboot=false, persistent=false)
end
def bootbios(reboot=false, persistent=false)
end
def bootcdrom(reboot=false, persistent=false)
end
end
end
end

Also available in: Unified diff