blob: e9a7405790bb8cc2f0071f705ecb59830c9c66f2 [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
17 enabled: true
18 salt_master_ip: 127.0.0.1
19 machines:
20 server3:
21 disk_layout:
22 type: flat
23 bootable_device: vda
24 disk:
25 vda:
26 type: physical
27 partition_schema:
28 part1:
29 size: 10G
30 type: ext4
31 mount: '/'
32 part2:
33 size: 2G
34 part3:
35 size: 3G
36 vdc:
37 type: physical
38 partition_schema:
39 part1:
40 size: 100%
41 vdd:
42 type: physical
43 partition_schema:
44 part1:
45 size: 100%
46 raid0:
47 type: raid
48 level: 10
49 devices:
50 - vde
51 - vdf
52 partition_schema:
53 part1:
54 size: 10G
55 part2:
56 size: 2G
57 part3:
58 size: 3G
59 raid1:
60 type: raid
61 level: 1
62 partitions:
63 - vdc-part1
64 - vdd-part1
65 volume_group2:
66 type: lvm
67 devices:
68 - raid1
69 volume:
70 tmp:
71 size: 5G
72 fs_type: ext4
73 mount: '/tmp'
74 log:
75 size: 7G
76 fs_type: ext4
77 mount: '/var/log'