Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 1 | linux: |
| 2 | system: |
| 3 | enabled: true |
| 4 | cluster: default |
| 5 | name: test01 |
| 6 | timezone: Europe/Prague |
| 7 | domain: local |
| 8 | environment: prd |
| 9 | apparmor: |
| 10 | enabled: false |
Filip Pytloun | 8296bb9 | 2016-02-19 18:42:09 +0100 | [diff] [blame] | 11 | haveged: |
| 12 | enabled: true |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 13 | console: |
| 14 | tty0: |
Filip Pytloun | 281d020 | 2016-01-29 14:03:51 +0100 | [diff] [blame] | 15 | autologin: root |
| 16 | ttyS0: |
| 17 | autologin: root |
| 18 | rate: 115200 |
| 19 | term: xterm |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 20 | prompt: |
| 21 | default: "test01.local$" |
Jakub Pavlik | b148c8c | 2017-02-12 21:30:48 +0100 | [diff] [blame] | 22 | kernel: |
| 23 | hugepages: |
| 24 | large: |
| 25 | default: true |
| 26 | size: 1G |
| 27 | count: 210 |
| 28 | mount_point: /mnt/hugepages_1GB |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 29 | motd: |
| 30 | - warning: | |
| 31 | #!/bin/sh |
| 32 | printf "WARNING: This is tcpcloud network.\n" |
| 33 | printf " Unauthorized access is strictly prohibited.\n" |
| 34 | printf "\n" |
| 35 | - info: | |
| 36 | #!/bin/sh |
| 37 | printf -- "--[tcp cloud]---------------------------\n" |
| 38 | printf " Hostname | ${linux:system:name}\n" |
| 39 | printf " Domain | ${linux:system:domain}\n" |
| 40 | printf " System | %s\n" "$(lsb_release -s -d)" |
| 41 | printf " Kernel | %s\n" "$(uname -r)" |
| 42 | printf -- "----------------------------------------\n" |
| 43 | printf "\n" |
| 44 | user: |
| 45 | root: |
| 46 | enabled: true |
| 47 | home: /root |
| 48 | name: root |
| 49 | test: |
| 50 | enabled: true |
| 51 | name: test |
| 52 | sudo: true |
| 53 | uid: 9999 |
| 54 | full_name: Test User |
| 55 | home: /home/test |
| 56 | group: |
| 57 | test: |
| 58 | enabled: true |
| 59 | name: test |
| 60 | gid: 9999 |
| 61 | system: true |
| 62 | job: |
| 63 | test: |
| 64 | enabled: true |
| 65 | command: "/bin/sleep 3" |
| 66 | user: test |
| 67 | minute: 0 |
| 68 | hour: 13 |
| 69 | package: |
| 70 | htop: |
| 71 | version: latest |
| 72 | repo: |
| 73 | opencontrail: |
| 74 | source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main" |
| 75 | architectures: amd64 |
Filip Pytloun | 7731b85 | 2016-02-01 11:13:47 +0100 | [diff] [blame] | 76 | policyrcd: |
| 77 | - package: cassandra |
| 78 | action: exit 101 |
| 79 | - package: '*' |
| 80 | action: switch |
Filip Pytloun | c49445a | 2016-04-04 14:23:20 +0200 | [diff] [blame] | 81 | locale: |
| 82 | en_US.UTF-8: |
| 83 | enabled: true |
| 84 | default: true |
Filip Pytloun | ee1745f | 2016-04-04 17:39:41 +0200 | [diff] [blame] | 85 | "cs_CZ.UTF-8 UTF-8": |
Filip Pytloun | c49445a | 2016-04-04 14:23:20 +0200 | [diff] [blame] | 86 | enabled: true |
Filip Pytloun | c665ee2 | 2017-02-17 12:17:32 +0100 | [diff] [blame^] | 87 | autoupdates: |
| 88 | enabled: true |