Commit graph

5 commits

Author SHA1 Message Date
Scott S. Lowe
f06de99342 Update README.md and Vagrantfile for KVM-based environments
For KVM-based environments (which require nested virtualization support), update the README.md to note that VirtualBox is not supported. Also update the Vagrantfile for clearer indications that only VMware-based providers are supported.
2016-10-03 19:33:49 -06:00
Scott Lowe
6420409937 Update README.md for KVM/macvtap environment
Update README.md for KVM/macvtap environment to note the need to
start the Libvirt network after it is defined.
2016-02-09 15:07:11 -07:00
Scott Lowe
bd12420908 Fix type in virt-install command line
The `disk` parameter in the `virt-install` command line was
incorrect; this commit fixes it.
2016-01-22 15:49:56 -07:00
Scott Lowe
cec4b3331e Commit final version of KVM-macvtap environment
Move Ansible provisioning to inside machines.each loop in the
`Vagrantfile`. Remove all support for VirtualBox (environment
requires nested virtualization support). Update README.md with
final steps and instructions. Remove unneeded `noop.yml` playbook.
2016-01-20 09:44:08 -07:00
Scott Lowe
e6466553fb Commit initial build of KVM+macvtap environment
This is an initial set of files for working with KVM and macvtap
interfaces for KVM guests. The environment is not yet functional,
but this is a start. Changes need to be made to the Ansible
provisioning, and a way to enable promiscuous mode needs to be found.
2016-01-19 23:08:58 -07:00