commit | 5ff6fcd53b005da74812098beb2dce05ac390f4a | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Wed Apr 11 09:54:43 2018 +0300 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Wed Apr 11 09:54:43 2018 +0300 |
tree | a31ecd8b7ff97460c54882c6095225b2901ed238 | |
parent | 30f429eac3e5eba182c8503737e660cb99f883ea [diff] |
Set nova compute notifications through controller pillar In case when nova compute and controller roles are combined on the same node, notifications options should be set in both roles pillars as they have different jinja templates of nova.conf. Change-Id: If527dacf4b39350e8ab275e9619c53256518cd88 Related-Prod: https://mirantis.jira.com/browse/PROD-17879
diff --git a/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml b/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml index 29a2281..f4c7060 100755 --- a/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml +++ b/classes/cluster/virtual-mcp11-aio-telemetry/openstack/init.yml
@@ -50,6 +50,13 @@ panko_service_host: ${_param:single_address} gnocchi_service_host: ${_param:single_address} + nova: + controller: + instance_usage_audit: true + instance_usage_audit_period: hour + notification: + notify_on: + state_change: vm_and_task_state gnocchi: common: # Remove 'enabled' when https://mirantis.jira.com/browse/PROD-18667