Undo the changes within ubuntu.md

pull/727/head
Tolleiv Nietsch 2016-08-02 16:44:04 +02:00
parent ad83d18db4
commit bca79cfdcb
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ First configure the cluster information in cluster/ubuntu/config-default.sh, fol
```shell
export nodes="vcap@10.10.103.250 vcap@10.10.103.162 vcap@10.10.103.223"
export roles="ai i i"
export role="ai i i"
export NUM_NODES=${NUM_NODES:-3}
@ -92,7 +92,7 @@ export FLANNEL_NET=172.16.0.0/16
The first variable `nodes` defines all your cluster nodes, master node comes first and
separated with blank space like `<user_1@ip_1> <user_2@ip_2> <user_3@ip_3> `
Then the `roles` variable defines the role of above machine in the same order, "ai" stands for machine
Then the `role` variable defines the role of above machine in the same order, "ai" stands for machine
acts as both master and node, "a" stands for master, "i" stands for node.
The `NUM_NODES` variable defines the total number of nodes.