Class: Bosh::Deployer::CFStub
- Includes:
- BoshSettings
- Defined in:
- lib/bosh-deployer/cf_stub.rb
Instance Attribute Summary
Attributes inherited from Stub
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
Constructor Details
This class inherits a constructor from Bosh::Deployer::Stub
Instance Method Details
#floating_static_ip ⇒ Object
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 |
#name ⇒ Object
9 10 11 |
# File 'lib/bosh-deployer/cf_stub.rb', line 9 def name 'cloudfoundry' end |