blob: 5fddffe647d97dcfbf44a132528bced76e335a2a [file] [log] [blame]
Filip Pytlouna1898572016-01-25 22:35:13 +01001linux:
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 Pytloun8296bb92016-02-19 18:42:09 +010011 haveged:
12 enabled: true
Filip Pytlouna1898572016-01-25 22:35:13 +010013 console:
14 tty0:
Filip Pytloun281d0202016-01-29 14:03:51 +010015 autologin: root
16 ttyS0:
17 autologin: root
18 rate: 115200
19 term: xterm
Filip Pytlouna1898572016-01-25 22:35:13 +010020 prompt:
21 default: "test01.local$"
Jakub Pavlikb148c8c2017-02-12 21:30:48 +010022 kernel:
23 hugepages:
24 large:
25 default: true
26 size: 1G
27 count: 210
28 mount_point: /mnt/hugepages_1GB
Filip Pytlouna1898572016-01-25 22:35:13 +010029 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 Pytloun7731b852016-02-01 11:13:47 +010076 policyrcd:
77 - package: cassandra
78 action: exit 101
79 - package: '*'
80 action: switch
Filip Pytlounc49445a2016-04-04 14:23:20 +020081 locale:
82 en_US.UTF-8:
83 enabled: true
84 default: true
Filip Pytlounee1745f2016-04-04 17:39:41 +020085 "cs_CZ.UTF-8 UTF-8":
Filip Pytlounc49445a2016-04-04 14:23:20 +020086 enabled: true
Filip Pytlounc665ee22017-02-17 12:17:32 +010087 autoupdates:
88 enabled: true