Class: Beaker::VagrantLibvirt

Inherits:
Vagrant show all
Defined in:
lib/beaker/hypervisor/vagrant_libvirt.rb

Constant Summary

Constants inherited from Hypervisor

Hypervisor::CHARMAP

Constants included from HostPrebuiltSteps

HostPrebuiltSteps::APT_CFG, HostPrebuiltSteps::CUMULUS_PACKAGES, HostPrebuiltSteps::DEBIAN_PACKAGES, HostPrebuiltSteps::ETC_HOSTS_PATH, HostPrebuiltSteps::ETC_HOSTS_PATH_SOLARIS, HostPrebuiltSteps::IPS_PKG_REPO, HostPrebuiltSteps::NTPSERVER, HostPrebuiltSteps::ROOT_KEYS_SCRIPT, HostPrebuiltSteps::ROOT_KEYS_SYNC_CMD, HostPrebuiltSteps::SLEEPWAIT, HostPrebuiltSteps::SLES_PACKAGES, HostPrebuiltSteps::TRIES, HostPrebuiltSteps::UNIX_PACKAGES, HostPrebuiltSteps::WINDOWS_PACKAGES

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Vagrant

#cleanup, #get_ip_from_vagrant_file, #initialize, #make_vfile, #rand_chunk, #randip, #randmac, #set_ssh_config, #vagrant_cmd

Methods inherited from Hypervisor

#cleanup, #configure, create, #generate_host_name, #initialize, #proxy_package_manager, #validate

Methods included from HostPrebuiltSteps

#add_el_extras, #additive_hash_merge, #apt_get_update, #check_and_install_packages_if_needed, #construct_env, #copy_file_to_remote, #copy_ssh_to_root, #disable_iptables, #disable_se_linux, #echo_on_host, #enable_root_login, #epel_info_for, #get_domain_name, #get_ip, #hack_etc_hosts, #package_proxy, #proxy_config, #set_env, #set_etc_hosts, #sync_root_keys, #timesync, #validate_host

Methods included from DSL::Patterns

#block_on

Constructor Details

This class inherits a constructor from Beaker::Vagrant

Class Method Details

.provider_vfile_section(host, options) ⇒ Object



8
9
10
# File 'lib/beaker/hypervisor/vagrant_libvirt.rb', line 8

def self.provider_vfile_section(host, options)
  "    v.vm.provider :libvirt"
end

Instance Method Details

#provision(provider = 'libvirt') ⇒ Object



4
5
6
# File 'lib/beaker/hypervisor/vagrant_libvirt.rb', line 4

def provision(provider = 'libvirt')
  super
end