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 |
| 11 | console: |
| 12 | tty0: |
Filip Pytloun | 281d020 | 2016-01-29 14:03:51 +0100 | [diff] [blame] | 13 | autologin: root |
| 14 | ttyS0: |
| 15 | autologin: root |
| 16 | rate: 115200 |
| 17 | term: xterm |
Filip Pytloun | a189857 | 2016-01-25 22:35:13 +0100 | [diff] [blame] | 18 | prompt: |
| 19 | default: "test01.local$" |
| 20 | motd: |
| 21 | - warning: | |
| 22 | #!/bin/sh |
| 23 | printf "WARNING: This is tcpcloud network.\n" |
| 24 | printf " Unauthorized access is strictly prohibited.\n" |
| 25 | printf "\n" |
| 26 | - info: | |
| 27 | #!/bin/sh |
| 28 | printf -- "--[tcp cloud]---------------------------\n" |
| 29 | printf " Hostname | ${linux:system:name}\n" |
| 30 | printf " Domain | ${linux:system:domain}\n" |
| 31 | printf " System | %s\n" "$(lsb_release -s -d)" |
| 32 | printf " Kernel | %s\n" "$(uname -r)" |
| 33 | printf -- "----------------------------------------\n" |
| 34 | printf "\n" |
| 35 | user: |
| 36 | root: |
| 37 | enabled: true |
| 38 | home: /root |
| 39 | name: root |
| 40 | test: |
| 41 | enabled: true |
| 42 | name: test |
| 43 | sudo: true |
| 44 | uid: 9999 |
| 45 | full_name: Test User |
| 46 | home: /home/test |
| 47 | group: |
| 48 | test: |
| 49 | enabled: true |
| 50 | name: test |
| 51 | gid: 9999 |
| 52 | system: true |
| 53 | job: |
| 54 | test: |
| 55 | enabled: true |
| 56 | command: "/bin/sleep 3" |
| 57 | user: test |
| 58 | minute: 0 |
| 59 | hour: 13 |
| 60 | package: |
| 61 | htop: |
| 62 | version: latest |
| 63 | repo: |
| 64 | opencontrail: |
| 65 | source: "deb http://ppa.launchpad.net/tcpcloud/contrail-2.20/ubuntu trusty main" |
| 66 | architectures: amd64 |
Filip Pytloun | 7731b85 | 2016-02-01 11:13:47 +0100 | [diff] [blame] | 67 | policyrcd: |
| 68 | - package: cassandra |
| 69 | action: exit 101 |
| 70 | - package: '*' |
| 71 | action: switch |