Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasa9084/vagrant-kvmhost
https://github.com/nasa9084/vagrant-kvmhost
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nasa9084/vagrant-kvmhost
- Owner: nasa9084
- License: mit
- Created: 2017-12-28T05:38:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T05:46:42.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T00:40:53.424Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vagrant-kvmhost
===============local development kvm/libvirtd server with Vagrant
### requirements
* Vagrant
* vmware fusion
* vagrant-vmware-fusion plugin### run
``` shell
$ vagrant up
$ vagrant ssh -c "ip a"
```#### connect
if your VM's IPv4 address is `192.168.1.10`, you can connect to `qemu+tcp://192.168.1.10/system` with libvirt.