blob: 8a94851fb8378daad5def0d6d045ab85a56c0d8b [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)
Stephane Barbarie2cbffca2018-03-26 16:20:03 -040014# cluster_framework="kubernetes"
Stephane Barbariebcea2f42018-03-02 18:46:32 -050015
16# Address range for kubernetes services
Stephane Barbarie2cbffca2018-03-26 16:20:03 -040017# cluster_service_subnet="192.168.0.0\/18"
Stephane Barbariebcea2f42018-03-02 18:46:32 -050018
19# Address range for kubernetes pods
Stephane Barbarie2cbffca2018-03-26 16:20:03 -040020# cluster_pod_subnet="192.168.128.0\/18"
Stephane Barbariebcea2f42018-03-02 18:46:32 -050021