Class: Bosh::Stemcell::Infrastructure::Warden

Inherits:
Base
  • Object
show all
Defined in:
lib/bosh/stemcell/infrastructure.rb

Instance Attribute Summary

Attributes inherited from Base

#default_disk_size, #disk_formats, #hypervisor, #name

Instance Method Summary collapse

Methods inherited from Base

#==, #default_disk_format

Constructor Details

#initializeWarden

Returns a new instance of Warden.



105
106
107
# File 'lib/bosh/stemcell/infrastructure.rb', line 105

def initialize
  super(name: 'warden', hypervisor: 'boshlite', default_disk_size: 2048, disk_formats: ['files'])
end

Instance Method Details

#additional_cloud_propertiesObject



109
110
111
# File 'lib/bosh/stemcell/infrastructure.rb', line 109

def additional_cloud_properties
  {'root_device_name' => '/dev/sda1'}
end