blob: 7a5b08decaeee50796540cd0fd149a5fe5f3c26d [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
Serhii Lystopad6f2fca92020-05-17 19:32:01 +030035 mount: '/var/tmp'
36 mount_options: defaults,nodev,noexec,nosuid
Ondrej Smolab57a23b2018-01-24 11:18:24 +010037 part3:
38 size: 3G
39 vdc:
40 type: physical
41 partition_schema:
42 part1:
43 size: 100%
44 vdd:
45 type: physical
46 partition_schema:
47 part1:
48 size: 100%
49 raid0:
50 type: raid
51 level: 10
52 devices:
53 - vde
54 - vdf
55 partition_schema:
56 part1:
57 size: 10G
58 part2:
59 size: 2G
60 part3:
61 size: 3G
62 raid1:
63 type: raid
64 level: 1
65 partitions:
66 - vdc-part1
67 - vdd-part1
68 volume_group2:
69 type: lvm
70 devices:
71 - raid1
72 volume:
73 tmp:
74 size: 5G
75 fs_type: ext4
76 mount: '/tmp'
Serhii Lystopad6f2fca92020-05-17 19:32:01 +030077 mount_options: defaults,nodev,noexec,nosuid
Ondrej Smolab57a23b2018-01-24 11:18:24 +010078 log:
79 size: 7G
80 fs_type: ext4
81 mount: '/var/log'