---
# Copyright 2016-2017 FUJITSU LIMITED

notification_group: "{{ monasca_group }}"

notification_enable_email: true
notification_enable_webhook: false
notification_enable_pagerduty: false

notification_log_level: "{{ monasca_log_level }}"

notification_log_dir: "{{ monasca_log_dir }}/notification"
notification_conf_dir: "{{ monasca_conf_dir }}"
notification_virtualenv_dir: "{{ venvs_dir }}/monasca-notification"

database_backend: "{% if mysql_schema_enabled -%}
                    mariadb
                   {%- elif postgres_schema_enabled -%}
                    postgresql
                   {%- endif %}"
database_user: notification
database_password: "{{ database_notification_password }}"
database_host: "{{ hostvars[database_node_for_notification]['ansible_ssh_host'] }}"

smtp_host: "localhost"
smtp_from_address: monasca@fujitsu.ts.com
