Project

General

Profile

« Previous | Next » 

Revision 40df7dfb

Added by Daniel Lobato Garcia about 11 years ago

  • ID 40df7dfbfcde38f06d133fea97f0d30904155916

fixes #426 expose BMC information in foreman UI

Signed-off-by: Ohad Levy <>

This patch also adds an abstracted power management class for both VM
and BM

View differences:

lib/fog_extensions/aws/server.rb
dns_name || private_dns_name
end
def poweroff
stop(true)
end
def reset
poweroff && start
end
end
end
end

Also available in: Unified diff