blob: 95cdd0983e830fa46ebbec67bd6ac340c3a59570 [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:
Pavel Cizinsky5a6e2722016-08-31 15:58:13 +020025 theme: theme
Ondrej Smola9af2b082016-08-25 17:37:29 +020026 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
Pavel Cizinsky5a6e2722016-08-31 15:58:13 +020039 enabled: true
40
Ondrej Smola9af2b082016-08-25 17:37:29 +020041
42
43Single MAAS cluster service [multiple racks]
44
45.. code-block:: yaml
46
47 maas:
48 cluster:
49 enabled: true
Jakub Pavlikf43512b2016-08-30 10:25:42 +020050 role: master/slave
Ondrej Smola9af2b082016-08-25 17:37:29 +020051
Ales Komarekef982692016-02-21 14:56:07 +010052Read more
53=========
54
55*
Filip Pytlounc07d2352017-02-02 13:02:03 +010056
57Documentation and Bugs
58======================
59
60To learn how to install and update salt-formulas, consult the documentation
61available online at:
62
63 http://salt-formulas.readthedocs.io/
64
65In the unfortunate event that bugs are discovered, they should be reported to
66the appropriate issue tracker. Use Github issue tracker for specific salt
67formula:
68
69 https://github.com/salt-formulas/salt-formula-maas/issues
70
71For feature requests, bug reports or blueprints affecting entire ecosystem,
72use Launchpad salt-formulas project:
73
74 https://launchpad.net/salt-formulas
75
76You can also join salt-formulas-users team and subscribe to mailing list:
77
78 https://launchpad.net/~salt-formulas-users
79
80Developers wishing to work on the salt-formulas projects should always base
81their work on master branch and submit pull request against specific formula.
82
83 https://github.com/salt-formulas/salt-formula-maas
84
85Any questions or feedback is always welcome so feel free to join our IRC
86channel:
87
88 #salt-formulas @ irc.freenode.net