1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
===================
Configuration Guide
===================
The configuration for masakari lies in below described files.
Configuration
-------------
Masakari has two main config files:
``masakari.conf`` and ``recovery_workflow_sample_config.conf``.
* :doc:`Config Reference <config>`: A complete reference of all
config points in masakari and what they impact.
.. only:: html
* :doc:`Sample Config File <sample_config>`: A sample config
file with inline documentation.
* :doc:`Recovery Config Reference <recovery_config>`: A complete reference of all
config points in masakari and what they impact.
.. only:: html
* :doc:`Sample recovery workflow File <recovery_workflow_sample_config>`: A
complete reference of defining the monitoring processes.
Policy
------
Masakari, like most OpenStack projects, uses a policy language to restrict
permissions on REST API actions.
* :doc:`Policy Reference <policy>`: A complete reference of all
policy points in masakari and what they impact.
* :doc:`Sample policy File <sample_policy>`: A sample policy
file with inline documentation.
API configuration settings
--------------------------
* :doc:`API configuration <api-paste.ini>`: A complete reference of API
configuration settings.
|