blob: c0368c02ee20940c8b7d4de15d743d80c46c4fb1 [file] [log] [blame]
Ales Komarekef982692016-02-21 14:56:07 +01001
2==================
smolaon552ba582016-02-23 20:35:42 +01003Metal as a Service
Ales Komarekef982692016-02-21 14:56:07 +01004==================
5
6Service maas description
7
8Sample pillars
9==============
10
11Single maas service
12
13.. code-block:: yaml
14
15 maas:
16 server:
17 enabled: true
18
Ondrej Smola9af2b082016-08-25 17:37:29 +020019Single MAAS region service [single UI/API]
20
21.. code-block:: yaml
22
23 maas:
24 region:
25 enabled: true
26 bind:
27 host: localhost
28 port: 80
Pavel Cizinsky2174e7f2016-08-30 18:45:22 +020029 admin:
30 username: admin
31 password: password
32 email: email@example.com
Ondrej Smola9af2b082016-08-25 17:37:29 +020033 database:
34 engine: postgresql
35 host: localhost
36 name: maasdb
37 password: password
38 username: maas
39
40
41Single MAAS cluster service [multiple racks]
42
43.. code-block:: yaml
44
45 maas:
46 cluster:
47 enabled: true
Jakub Pavlikf43512b2016-08-30 10:25:42 +020048 role: master/slave
Ondrej Smola9af2b082016-08-25 17:37:29 +020049
Ales Komarekef982692016-02-21 14:56:07 +010050Read more
51=========
52
53*