blob: 4bf0b66073a2045c4f81829d7e684969e68c4170 [file] [log] [blame]
Sergio Slobodrianc5477712017-06-07 11:56:56 -04001# 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 Slobodrian8725ea82017-08-27 23:47:41 -04006# 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 Barbariebcea2f42018-03-02 18:46:32 -050013# Specify the cluster framework type (swarm or kubernetes)
14cluster_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