Module: VagrantPlugins::ProviderZone

Defined in:
lib/vagrant-zones.rb,
lib/vagrant-zones/action.rb,
lib/vagrant-zones/config.rb,
lib/vagrant-zones/driver.rb,
lib/vagrant-zones/errors.rb,
lib/vagrant-zones/plugin.rb,
lib/vagrant-zones/version.rb,
lib/vagrant-zones/executor.rb,
lib/vagrant-zones/provider.rb,
lib/vagrant-zones/util/timer.rb,
lib/vagrant-zones/action/halt.rb,
lib/vagrant-zones/action/setup.rb,
lib/vagrant-zones/action/start.rb,
lib/vagrant-zones/command/zone.rb,
lib/vagrant-zones/action/create.rb,
lib/vagrant-zones/action/import.rb,
lib/vagrant-zones/action/destroy.rb,
lib/vagrant-zones/action/network.rb,
lib/vagrant-zones/action/package.rb,
lib/vagrant-zones/action/restart.rb,
lib/vagrant-zones/action/shutdown.rb,
lib/vagrant-zones/command/console.rb,
lib/vagrant-zones/util/subprocess.rb,
lib/vagrant-zones/action/is_created.rb,
lib/vagrant-zones/action/not_created.rb,
lib/vagrant-zones/action/wait_till_up.rb,
lib/vagrant-zones/command/vnc_console.rb,
lib/vagrant-zones/command/zfssnapshot.rb,
lib/vagrant-zones/action/wait_till_boot.rb,
lib/vagrant-zones/command/restart_guest.rb,
lib/vagrant-zones/action/network_cleanup.rb,
lib/vagrant-zones/command/list_snapshots.rb,
lib/vagrant-zones/command/shutdown_guest.rb,
lib/vagrant-zones/command/webvnc_console.rb,
lib/vagrant-zones/command/zlogin_console.rb,
lib/vagrant-zones/command/create_snapshots.rb,
lib/vagrant-zones/command/delete_snapshots.rb,
lib/vagrant-zones/command/configure_snapshots.rb,
lib/vagrant-zones/action/prepare_nfs_valid_ids.rb,
lib/vagrant-zones/command/guest_power_controls.rb

Overview

This is a module to assist in managing, creating bhyve, kvm, and lx zones

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.1.98'
NAME =
'vagrant-zones'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This function returns the path to the source of this plugin

Returns:

  • (Pathname)


15
16
17
# File 'lib/vagrant-zones.rb', line 15

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