forked from openshift/openshift-sdn
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathopenshift-sdn-master.sysconfig
44 lines (44 loc) · 1.8 KB
/
openshift-sdn-master.sysconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# The $OPTIONS variable can specify any of the command-line options
# available for openshift-sdn:
#
# -alsologtostderr=false: log to standard error as well as files
# -container-network="10.1.0.0/16": container network
# -container-subnet-length=8: container subnet length
# -etcd-cafile="": SSL Certificate Authority file used to secure etcd
# communication
# -etcd-certfile="": SSL certification file used to secure etcd
# communication
# -etcd-endpoints="http://127.0.0.1:4001": a comma-delimited list of
# etcd endpoints
# -etcd-keyfile="": SSL key file used to secure etcd communication
# -etcd-path="/registry/sdn/": etcd path
# -help=false: print this message
# -hostname="": Hostname as registered with master (for node mode),
# will default to 'hostname -f'
# -log_backtrace_at=:0: when logging hits line file:N, emit a stack
# trace
# -log_dir="": If non-empty, write log files in this directory
# -logtostderr=false: log to standard error instead of files
# -master=true: Run in master mode
# -minion=false: Run in minion mode
# -public-ip="": Publicly reachable IP address of this host (for node
# mode).
# -skip-setup=false: Skip the setup when in minion mode
# -stderrthreshold=0: logs at or above this threshold go to stderr
# -sync=false: Sync the minions directly to etcd-path (Do not wait
# for PaaS to do so!)
# -v=0: log level for V logs
# -vmodule=: comma-separated list of pattern=N settings for
# file-filtered logging
#
# NOTE: values should not be quoted
#
# openshift-sdn runs in master mode by default, with any relevant
# options set to the defaults documented above.
#
# The default subnet config yields provides for 254 hosts with 254 ips
# each. ie: node1 = 10.1.0.0/24, node2 = 10.1.1.0/24, etc.
#
# Example:
# OPTIONS=-etcd-keyfile=/path/to/keyfile
OPTIONS=