Module: VagrantPlugins::SoftLayer

Defined in:
lib/vagrant-softlayer.rb,
lib/vagrant-softlayer/action.rb,
lib/vagrant-softlayer/config.rb,
lib/vagrant-softlayer/errors.rb,
lib/vagrant-softlayer/plugin.rb,
lib/vagrant-softlayer/version.rb,
lib/vagrant-softlayer/provider.rb,
lib/vagrant-softlayer/action/is.rb,
lib/vagrant-softlayer/util/warden.rb,
lib/vagrant-softlayer/util/network.rb,
lib/vagrant-softlayer/action/message.rb,
lib/vagrant-softlayer/command/rebuild.rb,
lib/vagrant-softlayer/action/read_state.rb,
lib/vagrant-softlayer/action/update_dns.rb,
lib/vagrant-softlayer/util/load_balancer.rb,
lib/vagrant-softlayer/action/sync_folders.rb,
lib/vagrant-softlayer/action/read_ssh_info.rb,
lib/vagrant-softlayer/action/stop_instance.rb,
lib/vagrant-softlayer/action/start_instance.rb,
lib/vagrant-softlayer/action/create_instance.rb,
lib/vagrant-softlayer/action/resume_instance.rb,
lib/vagrant-softlayer/action/setup_softlayer.rb,
lib/vagrant-softlayer/action/destroy_instance.rb,
lib/vagrant-softlayer/action/rebuild_instance.rb,
lib/vagrant-softlayer/action/suspend_instance.rb,
lib/vagrant-softlayer/action/wait_for_rebuild.rb,
lib/vagrant-softlayer/action/join_load_balancer.rb,
lib/vagrant-softlayer/action/wait_for_provision.rb,
lib/vagrant-softlayer/action/load_balancer_cleanup.rb

Defined Under Namespace

Modules: Action, Command, Errors, Util Classes: Config, Plugin, Provider

Constant Summary collapse

API_PRIVATE_ENDPOINT =
::SoftLayer::API_PRIVATE_ENDPOINT
API_PUBLIC_ENDPOINT =
::SoftLayer::API_PUBLIC_ENDPOINT
VERSION =
"0.3.3"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


18
19
20
# File 'lib/vagrant-softlayer.rb', line 18

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end