StorageOS cluster setup with vagrant and Virtualbox on your localhost.
Note! The ansible roles and code is copied from github.com/storageos/deploy
To be able to use this project, you must install some software on your host first:
- Vagrant
- Virtualbox
In the upper part of the Vagrantfile is the configuration for your
local StorageOS cluster setup.
nodes = 3
vmmemory = 2048
vmcpus = 2
nodesis the number of nodes to deploy in the clustervmmemoryis the size of RAM memory for the vmvmcpusis the number of CPU cores for the vm
vagrant up
vagrant destroy -f