Do not override environment variable in ubuntu defaults and ubuntu/build.sh

This commit is contained in:
Arsen Mamikonyan
2015-06-17 07:35:54 -07:00
parent 3094c1624b
commit 38c3bdfa45
5 changed files with 35 additions and 24 deletions

View File

@@ -55,7 +55,7 @@ First configure the cluster information in cluster/ubuntu/config-default.sh, bel
```
export nodes="vcap@10.10.103.250 vcap@10.10.103.162 vcap@10.10.103.223"
export roles=("ai" "i" "i")
export roles="ai i i"
export NUM_MINIONS=${NUM_MINIONS:-3}