Ales Komarek | ef98269 | 2016-02-21 14:56:07 +0100 | [diff] [blame] | 1 | |
| 2 | ================== |
smolaon | 552ba58 | 2016-02-23 20:35:42 +0100 | [diff] [blame] | 3 | Metal as a Service |
Ales Komarek | ef98269 | 2016-02-21 14:56:07 +0100 | [diff] [blame] | 4 | ================== |
| 5 | |
| 6 | Service maas description |
| 7 | |
| 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | Single maas service |
| 12 | |
| 13 | .. code-block:: yaml |
| 14 | |
| 15 | maas: |
| 16 | server: |
| 17 | enabled: true |
| 18 | |
Ondrej Smola | 9af2b08 | 2016-08-25 17:37:29 +0200 | [diff] [blame^] | 19 | Single 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 |
| 29 | database: |
| 30 | engine: postgresql |
| 31 | host: localhost |
| 32 | name: maasdb |
| 33 | password: password |
| 34 | username: maas |
| 35 | |
| 36 | |
| 37 | Single MAAS cluster service [multiple racks] |
| 38 | |
| 39 | .. code-block:: yaml |
| 40 | |
| 41 | maas: |
| 42 | cluster: |
| 43 | enabled: true |
| 44 | version: '2' |
| 45 | region: |
| 46 | host: localhost |
| 47 | port: 5240 |
| 48 | |
| 49 | |
| 50 | |
Ales Komarek | ef98269 | 2016-02-21 14:56:07 +0100 | [diff] [blame] | 51 | Read more |
| 52 | ========= |
| 53 | |
| 54 | * |