Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Code review updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Jun 29, 2017
1 parent 2c3941b commit 4821b51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
21 changes: 0 additions & 21 deletions Vagrantfile
Expand Up @@ -10,13 +10,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

test_1.ssh.forward_x11 = true

test_1.vm.provider :libvirt do |domain|
domain.cpus = 1
domain.graphics_type = "spice"
domain.memory = 2048
domain.video_type = "qxl"
end

test_1.vm.provision "ansible" do |ansible|
ansible.playbook = "vagrant/test_rhel.yml"
end
Expand All @@ -29,13 +22,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

test_2.ssh.forward_x11 = true

test_2.vm.provider :libvirt do |domain|
domain.cpus = 1
domain.graphics_type = "spice"
domain.memory = 2048
domain.video_type = "qxl"
end

test_2.vm.provision "ansible" do |ansible|
ansible.playbook = "vagrant/test_rhel.yml"
end
Expand All @@ -48,13 +34,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

test_3.ssh.forward_x11 = true

test_3.vm.provider :libvirt do |domain|
domain.cpus = 1
domain.graphics_type = "spice"
domain.memory = 2048
domain.video_type = "qxl"
end

test_3.vm.provision "ansible" do |ansible|
ansible.playbook = "vagrant/test_rhel.yml"
end
Expand Down
6 changes: 0 additions & 6 deletions doc/functional_test.rst
Expand Up @@ -34,12 +34,6 @@ The first command installs the Linux kernel development headers, and the
second tells VirtualBox to build the custom kernel module that it uses.


*libvirt*

For Fedora or RHEL systems follow the instructions found the
`Red Hat Virtualization Package Installation page
<https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/sect-Virtualization_Host_Configuration_and_Guest_Installation_Guide-Host_Installation-Installing_KVM_packages_on_an_existing_Red_Hat_Enterprise_Linux_system.html>`_.

*Vagrant*

For OS X you can go to the
Expand Down

0 comments on commit 4821b51

Please sign in to comment.