Module: VagrantPlugins::Proxmox

Defined in:
lib/vagrant-proxmox.rb,
lib/required_parameters.rb,
lib/vagrant-proxmox/action.rb,
lib/vagrant-proxmox/config.rb,
lib/vagrant-proxmox/errors.rb,
lib/vagrant-proxmox/plugin.rb,
lib/vagrant-proxmox/version.rb,
lib/vagrant-proxmox/provider.rb,
lib/vagrant-proxmox/action/stop_vm.rb,
lib/vagrant-proxmox/proxmox/errors.rb,
lib/vagrant-proxmox/action/start_vm.rb,
lib/vagrant-proxmox/action/create_vm.rb,
lib/vagrant-proxmox/action/destroy_vm.rb,
lib/vagrant-proxmox/action/is_created.rb,
lib/vagrant-proxmox/action/is_stopped.rb,
lib/vagrant-proxmox/action/read_state.rb,
lib/vagrant-proxmox/action/select_node.rb,
lib/vagrant-proxmox/action/shutdown_vm.rb,
lib/vagrant-proxmox/proxmox/connection.rb,
lib/vagrant-proxmox/action/sync_folders.rb,
lib/vagrant-proxmox/action/get_node_list.rb,
lib/vagrant-proxmox/action/read_ssh_info.rb,
lib/vagrant-proxmox/action/proxmox_action.rb,
lib/vagrant-proxmox/action/connect_proxmox.rb,
lib/vagrant-proxmox/action/upload_iso_file.rb,
lib/vagrant-proxmox/action/message_not_created.rb,
lib/vagrant-proxmox/action/message_not_running.rb,
lib/vagrant-proxmox/action/upload_template_file.rb,
lib/vagrant-proxmox/action/cleanup_after_destroy.rb,
lib/vagrant-proxmox/action/message_file_not_found.rb,
lib/vagrant-proxmox/action/message_already_running.rb,
lib/vagrant-proxmox/action/message_already_stopped.rb,
lib/vagrant-proxmox/action/message_upload_server_error.rb

Defined Under Namespace

Modules: Action, ApiError, Errors, RequiredParameters Classes: Config, Connection, Plugin, Provider, ProxmoxTaskNotFinished

Constant Summary collapse

VERSION =
'0.0.7'

Class Method Summary collapse

Class Method Details

.source_rootObject



17
18
19
# File 'lib/vagrant-proxmox.rb', line 17

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