Update README.md

Add note about environment variables that can be used to customize the setup
This commit is contained in:
Saikrishna Edupuganti
2019-03-26 16:35:25 -07:00
committed by Manohar Castelino
parent 02750e991c
commit 0417be1cdd
+1
View File
@@ -8,6 +8,7 @@ To be able to test this tool, you can create a 3-node vagrant setup. In this tut
* `vagrant up --provider=libvirt`
Now you have a 3 node cluster up and running. Each of them have 2 vCPU, 4GB Memory, 2x10GB disks, 1 additional private network.
Customize the setup using environment variables. E.g., `NODES=1 MEMORY=8192 CPUS=8 vagrant up --provider=libvirt`
To login to the master node and change to this directory