Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.linux.system |
| 3 | - service.salt.minion.master |
| 4 | - system.openssh.server.single |
| 5 | - system.ntp.client.single |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 6 | parameters: |
| 7 | linux: |
| 8 | system: |
| 9 | package: |
| 10 | python-msgpack: |
| 11 | version: latest |
| 12 | cloud-init: |
| 13 | version: purged |
| 14 | kernel: |
Tomáš Kukrál | ce989af | 2017-02-15 17:52:42 +0100 | [diff] [blame] | 15 | modules: |
| 16 | - nf_conntrack |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 17 | 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 Pavlik | adb0867 | 2017-01-29 11:22:35 -0800 | [diff] [blame] | 32 | cpu: |
| 33 | governor: performance |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 34 | 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 Michalec | 09f08d2 | 2017-02-02 08:04:50 +0100 | [diff] [blame] | 48 | value: 307200 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 49 | - type: soft |
| 50 | item: nofile |
Petr Michalec | 09f08d2 | 2017-02-02 08:04:50 +0100 | [diff] [blame] | 51 | value: 307200 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 52 | - type: soft |
Petr Michalec | 1251c8c | 2017-04-21 14:55:19 +0200 | [diff] [blame^] | 53 | item: nproc |
Petr Michalec | 09f08d2 | 2017-02-02 08:04:50 +0100 | [diff] [blame] | 54 | value: 307200 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 55 | - type: hard |
Petr Michalec | 1251c8c | 2017-04-21 14:55:19 +0200 | [diff] [blame^] | 56 | item: nproc |
Petr Michalec | 09f08d2 | 2017-02-02 08:04:50 +0100 | [diff] [blame] | 57 | value: 307200 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 58 | |