blob: 2c34541ccffe1a78b3686e7dfe5202e76d18c1af [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.linux.system
3- service.salt.minion.master
4- system.openssh.server.single
5- system.ntp.client.single
6- system.linux.system.repo.tcp_base
7parameters:
8 linux:
9 system:
10 package:
11 python-msgpack:
12 version: latest
13 cloud-init:
14 version: purged
15 kernel:
16 sysctl:
17 net.ipv4.tcp_keepalive_intvl: 3
18 net.ipv4.tcp_keepalive_time: 30
19 net.ipv4.tcp_keepalive_probes: 8
20 fs.file-max: 124165
21 net.core.somaxconn: 4096
22 vm.swappiness: 10
23 net.nf_conntrack_max: 1048576
24 net.ipv4.tcp_retries2: 5
25 net.ipv4.tcp_max_syn_backlog: 8192
26 net.ipv4.neigh.default.gc_thresh1: 4096
27 net.ipv4.neigh.default.gc_thresh2: 8192
28 net.ipv4.neigh.default.gc_thresh3: 16384
29 net.core.netdev_max_backlog: 261144
30 kernel.panic: 60
31 timezone: UTC
32 locale:
33 en_US.UTF-8:
34 enabled: true
35 default: true
36 cs_CZ.UTF-8:
37 enabled: true
38 limit:
39 default:
40 enabled: true
41 domain: "*"
42 limits:
43 - type: hard
44 item: nofile
45 value: 102400
46 - type: soft
47 item: nofile
48 value: 102400
49 - type: soft
50 item: noproc
51 value: 102400
52 - type: hard
53 item: noproc
54 value: 102400
55