Merge pull request #9943 from mamikonyana/override_ubuntu_defaults

Do not override environment variable in ubuntu defaults
This commit is contained in:
Wojciech Tyczynski
2015-07-09 09:21:26 +02:00
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}