Class: Dopv::Infrastructure::BareMetal
- 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
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_node ⇒ Object
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 |