Class: Bosh::Deployer::CFStub

Inherits:
Stub
  • Object
show all
Includes:
BoshSettings
Defined in:
lib/bosh-deployer/cf_stub.rb

Instance Attribute Summary

Attributes inherited from Stub

#filename

Instance Method Summary collapse

Methods included from BoshSettings

#default_key_name, #gateway, #microbosh, #openstack_api_key, #openstack_auth_url, #openstack_tenant, #openstack_username, #private_key, #range, #recursor_ip, #static_ip_from, #static_ip_to, #subnet_id

Methods inherited from Stub

#generate, #initialize

Constructor Details

This class inherits a constructor from Bosh::Deployer::Stub

Instance Method Details

#floating_static_ipObject



13
14
15
# File 'lib/bosh-deployer/cf_stub.rb', line 13

def floating_static_ip
  @floating_static_ip ||= ask('Available floating ip for cf:')
end

#nameObject



9
10
11
# File 'lib/bosh-deployer/cf_stub.rb', line 9

def name
  'cloudfoundry'
end