blob: 7f5103340cdbc5f1c238f08d67dce958ad23df31 [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
14 kernel:
Tomáš Kukrálce989af2017-02-15 17:52:42 +010015 modules:
16 - nf_conntrack
Ondrej Smola03ff34e2016-12-01 01:30:33 +010017 sysctl:
18 net.ipv4.tcp_keepalive_intvl: 3
19 net.ipv4.tcp_keepalive_time: 30
20 net.ipv4.tcp_keepalive_probes: 8
21 fs.file-max: 124165
22 net.core.somaxconn: 4096
23 vm.swappiness: 10
24 net.nf_conntrack_max: 1048576
25 net.ipv4.tcp_retries2: 5
26 net.ipv4.tcp_max_syn_backlog: 8192
27 net.ipv4.neigh.default.gc_thresh1: 4096
28 net.ipv4.neigh.default.gc_thresh2: 8192
29 net.ipv4.neigh.default.gc_thresh3: 16384
30 net.core.netdev_max_backlog: 261144
31 kernel.panic: 60
Jakub Pavlikadb08672017-01-29 11:22:35 -080032 cpu:
33 governor: performance
Ondrej Smola03ff34e2016-12-01 01:30:33 +010034 timezone: UTC
35 locale:
36 en_US.UTF-8:
37 enabled: true
38 default: true
39 cs_CZ.UTF-8:
40 enabled: true
41 limit:
42 default:
43 enabled: true
44 domain: "*"
45 limits:
46 - type: hard
47 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010048 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010049 - type: soft
50 item: nofile
Petr Michalec09f08d22017-02-02 08:04:50 +010051 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010052 - type: soft
Petr Michalec1251c8c2017-04-21 14:55:19 +020053 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010054 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010055 - type: hard
Petr Michalec1251c8c2017-04-21 14:55:19 +020056 item: nproc
Petr Michalec09f08d22017-02-02 08:04:50 +010057 value: 307200
Ondrej Smola03ff34e2016-12-01 01:30:33 +010058