An open API service indexing awesome lists of open source software.

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

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
```