blob: 1f3a35bbe0061ce9e750066f53cd34448c7229fc [file] [log] [blame]
Ondrej Smolab57a23b2018-01-24 11:18:24 +01001maas:
2 region:
3 theme: theme
4 bind:
5 host: localhost
6 port: 80
7 admin:
8 username: admin
9 password: password
10 email: email@example.com
11 database:
12 engine: postgresql
13 host: localhost
14 name: maasdb
15 password: password
16 username: maas
Stanislav Riazanov19d03592018-12-04 21:21:14 +040017 port: 5432
Ondrej Smolab57a23b2018-01-24 11:18:24 +010018 enabled: true
19 salt_master_ip: 127.0.0.1
20 machines:
21 server3:
22 disk_layout:
23 type: flat
24 bootable_device: vda
25 disk:
26 vda:
27 type: physical
28 partition_schema:
29 part1:
30 size: 10G
31 type: ext4
32 mount: '/'
33 part2:
34 size: 2G
35 part3:
36 size: 3G
37 vdc:
38 type: physical
39 partition_schema:
40 part1:
41 size: 100%
42 vdd:
43 type: physical
44 partition_schema:
45 part1:
46 size: 100%
47 raid0:
48 type: raid
49 level: 10
50 devices:
51 - vde
52 - vdf
53 partition_schema:
54 part1:
55 size: 10G
56 part2:
57 size: 2G
58 part3:
59 size: 3G
60 raid1:
61 type: raid
62 level: 1
63 partitions:
64 - vdc-part1
65 - vdd-part1
66 volume_group2:
67 type: lvm
68 devices:
69 - raid1
70 volume:
71 tmp:
72 size: 5G
73 fs_type: ext4
74 mount: '/tmp'
75 log:
76 size: 7G
77 fs_type: ext4
78 mount: '/var/log'