blob: cd2d1c847e5cbf511cba1b246278c717f439724f [file] [log] [blame]
==================
Metal as a Service
==================
Service maas description
Sample pillars
==============
Single maas service
.. code-block:: yaml
maas:
server:
enabled: true
Single MAAS region service [single UI/API]
.. code-block:: yaml
maas:
region:
enabled: true
bind:
host: localhost
port: 80
database:
engine: postgresql
host: localhost
name: maasdb
password: password
username: maas
Single MAAS cluster service [multiple racks]
.. code-block:: yaml
maas:
cluster:
enabled: true
role: master/slave
Read more
=========
*