blob: 89782eab32c9486efa477cfebbf23f03615c249b [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
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006parameters:
7 linux:
8 system:
9 package:
10 python-msgpack:
11 version: latest
12 cloud-init:
13 version: purged
Daniel Čech8d7eab52017-04-24 11:42:03 +020014 mcelog:
15 version: latest
Ondrej Smola03ff34e2016-12-01 01:30:33 +010016 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010017 modules:
18 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010019 sysctl:
20 net.ipv4.tcp_keepalive_intvl: 3
21 net.ipv4.tcp_keepalive_time: 30
22 net.ipv4.tcp_keepalive_probes: 8
23 fs.file-max: 124165
24 net.core.somaxconn: 4096
25 vm.swappiness: 10
26 net.nf_conntrack_max: 1048576
27 net.ipv4.tcp_retries2: 5
28 net.ipv4.tcp_max_syn_backlog: 8192
29 net.ipv4.neigh.default.gc_thresh1: 4096
30 net.ipv4.neigh.default.gc_thresh2: 8192
31 net.ipv4.neigh.default.gc_thresh3: 16384
32 net.core.netdev_max_backlog: 261144
33 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080034 cpu:
35 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 timezone: UTC
37 locale:
38 en_US.UTF-8:
39 enabled: true
40 default: true
41 cs_CZ.UTF-8:
42 enabled: true
43 limit:
44 default:
45 enabled: true
46 domain: "*"
47 limits:
48 - type: hard
49 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010050 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010051 - type: soft
52 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010053 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010054 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020055 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010056 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010057 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020058 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010059 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010060