https://github.com/futuretea/k3os-vagrant
Vagrantfile for k3os cluster
https://github.com/futuretea/k3os-vagrant
Last synced: about 1 year ago
JSON representation
Vagrantfile for k3os cluster
- Host: GitHub
- URL: https://github.com/futuretea/k3os-vagrant
- Owner: futuretea
- Created: 2020-12-19T11:42:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T12:23:09.000Z (over 5 years ago)
- Last Synced: 2025-01-22T01:36:33.645Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k3os-vagrant
## build box
```bash
sudo packer build ./template.json
```
## define network
```bash
sudo virsh net-define --file network.xml
```
## up box
```bash
sudo vagrant up
```