Sergio Slobodrian | c547771 | 2017-06-07 11:56:56 -0400 | [diff] [blame] | 1 | # Configure the hosts that will make up the cluster |
| 2 | # hosts="192.168.121.195 192.168.121.2 192.168.121.215" |
| 3 | # |
| 4 | # Configure the user name to initilly log into those hosts as. |
| 5 | # iUser="vagrant" |
Sergio Slobodrian | 8725ea8 | 2017-08-27 23:47:41 -0400 | [diff] [blame] | 6 | # The maximum storage allocated for the logs in GB |
| 7 | # logLimit=20 |
| 8 | # The maximum storage allocated for the local registry in GB |
| 9 | # regLimit=5 |
| 10 | # The space reserved for Consul's storage |
| 11 | # consulLimit=5 |
| 12 | |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 13 | # Specify the cluster framework type (swarm or kubernetes) |
| 14 | cluster_framework="swarm" |
| 15 | |
| 16 | # Docker registry address |
| 17 | #cluster_registry="localhost:5000" |
| 18 | |
| 19 | # Address range for kubernetes services |
| 20 | #cluster_service_subnet="192.168.0.0\/18" |
| 21 | |
| 22 | # Address range for kubernetes pods |
| 23 | #cluster_pod_subnet="192.168.64.0\/18" |
| 24 | |