summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/linux/system/single.yml
blob: 056fb9863e9264c8e7fa26412a952af9ff05add0 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
classes:
- service.linux.system
- service.salt.minion.master
- system.ntp.client.single
parameters:
  linux:
    system:
      package:
        python-msgpack:
          version: latest
        cloud-init:
          version: purged
        mcelog:
          version: latest
      kernel:
        modules:
          - nf_conntrack
        sysctl:
          net.ipv4.tcp_keepalive_intvl: 3
          net.ipv4.tcp_keepalive_time: 30
          net.ipv4.tcp_keepalive_probes: 8
          fs.file-max: 124165
          net.core.somaxconn: 4096
          vm.swappiness: 10
          net.nf_conntrack_max: 1048576
          net.ipv4.tcp_retries2: 5
          net.ipv4.tcp_max_syn_backlog: 8192
          net.ipv4.neigh.default.gc_thresh1: 4096
          net.ipv4.neigh.default.gc_thresh2: 8192
          net.ipv4.neigh.default.gc_thresh3: 16384
          net.core.netdev_max_backlog: 261144
          kernel.panic: 60
      cpu:
        governor: performance
      timezone: UTC
      locale:
        en_US.UTF-8:
          enabled: true
          default: true
        cs_CZ.UTF-8:
          enabled: true
      limit:
        default:
          enabled: true
          domain: "*"
          limits:
            - type: hard
              item: nofile
              value: 307200
            - type: soft
              item: nofile
              value: 307200
            - type: soft
              item: nproc
              value: 307200
            - type: hard
              item: nproc
              value: 307200