Class: Dopv::Infrastructure::BareMetal

Inherits:
Base
  • Object
show all
Defined in:
lib/dopv/infrastructure/providers/baremetal.rb

Constant Summary

Constants inherited from Base

Dopv::Infrastructure::Base::MAX_RETRIES

Instance Attribute Summary

Attributes inherited from Base

#data_disks_db

Instance Method Summary collapse

Methods inherited from Base

bootstrap_node, destroy_node, #destroy_node, #initialize, refresh_node, #refresh_node

Constructor Details

This class inherits a constructor from Dopv::Infrastructure::Base

Instance Method Details

#bootstrap_nodeObject



6
7
8
9
# File 'lib/dopv/infrastructure/providers/baremetal.rb', line 6

def bootstrap_node
  ::Dopv::log.info("Node #{nodename}: Bootstrapping node instance (noop).")
  true
end