https://github.com/futuretea/harvester-vagrant
Vagrantfile for github.com/harvester/harvester
https://github.com/futuretea/harvester-vagrant
harvester vagrant
Last synced: over 1 year ago
JSON representation
Vagrantfile for github.com/harvester/harvester
- Host: GitHub
- URL: https://github.com/futuretea/harvester-vagrant
- Owner: futuretea
- Created: 2020-12-17T13:53:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T10:14:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T01:36:33.583Z (over 1 year ago)
- Topics: harvester, vagrant
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# harvester-vagrant
## build box
You need to manually press Enter on the grub page
```bash
sudo packer build ./template.json
```
## define network
```bash
sudo virsh net-define --file network.xml
```
## up box
```bash
sudo vagrant up
```