Jakub Pavlik | 4d4d54f | 2016-08-30 10:54:22 +0200 | [diff] [blame] | 1 | maas: |
2 | cluster: | ||||
3 | enabled: true | ||||
Pavel Cizinsky | 76cc5b0 | 2016-08-30 13:29:50 +0200 | [diff] [blame] | 4 | region: |
5 | host: localhost | ||||
cdodda | e5bd539 | 2018-03-15 17:31:24 -0500 | [diff] [blame] | 6 | port: 80 |
Jakub Pavlik | 4d4d54f | 2016-08-30 10:54:22 +0200 | [diff] [blame] | 7 | role: master |
Jakub Pavlik | 2bd298f | 2016-08-31 13:50:58 +0200 | [diff] [blame] | 8 | enable_iframe: True |
azvyagintsev | a1afa85 | 2018-11-19 20:45:18 +0200 | [diff] [blame] | 9 | cluster: |
10 | curtin_vars: | ||||
11 | amd64: | ||||
12 | xenial: | ||||
azvyagintsev | 05393f6 | 2018-11-25 11:15:10 +0200 | [diff] [blame] | 13 | extra_pkgs: |
14 | enabled: true | ||||
15 | pkgs: [ "curl", "wget" ] | ||||
16 | kernel_package: | ||||
17 | enabled: true | ||||
18 | #value: 'linux-image-virtual-hwe-16.04' | ||||
19 | value: 'mc' | ||||
Jakub Pavlik | 4d4d54f | 2016-08-30 10:54:22 +0200 | [diff] [blame] | 20 | region: |
cdodda | e5bd539 | 2018-03-15 17:31:24 -0500 | [diff] [blame] | 21 | enabled: true |
Jakub Pavlik | 4d4d54f | 2016-08-30 10:54:22 +0200 | [diff] [blame] | 22 | bind: |
23 | host: localhost | ||||
24 | port: 80 | ||||
cdodda | e5bd539 | 2018-03-15 17:31:24 -0500 | [diff] [blame] | 25 | theme: theme |
Pavel Cizinsky | 2174e7f | 2016-08-30 18:45:22 +0200 | [diff] [blame] | 26 | admin: |
27 | username: admin | ||||
28 | password: password | ||||
29 | email: email@example.com | ||||
Jakub Pavlik | 4d4d54f | 2016-08-30 10:54:22 +0200 | [diff] [blame] | 30 | database: |
31 | engine: postgresql | ||||
32 | host: localhost | ||||
33 | name: maasdb | ||||
34 | password: password | ||||
35 | username: maas | ||||
Stanislav Riazanov | 19d0359 | 2018-12-04 21:21:14 +0400 | [diff] [blame] | 36 | port: 5432 |
Damian Szeluga | 449862c | 2017-03-30 11:01:46 +0200 | [diff] [blame] | 37 | salt_master_ip: 127.0.0.1 |
Alexandru Avadanii | 4fa108e | 2018-09-23 03:57:27 +0200 | [diff] [blame] | 38 | timeout: |
39 | deployed: 900 | ||||
40 | ready: 900 | ||||
41 | attempts: 2 | ||||
Martin Polreich | fc97115 | 2019-10-30 13:01:50 +0100 | [diff] [blame^] | 42 | ignore_deployed_machines: true |