Merge "Add gnocchi and ceilometer to cloudkity installation"

This commit is contained in:
Zuul
2024-05-31 16:40:07 +00:00
committed by Gerrit Code Review

View File

@@ -41,6 +41,9 @@ bootstrap_host_scenarios_expanded: |-
{% set _ = scenario_list.extend(['cinder', 'glance', 'neutron', 'nova', 'placement', 'horizon']) %}
{% endif %}
{# Service additions based on scenario presence #}
{% if 'cloudkitty' in bootstrap_host_scenarios %}
{% set _ = scenario_list.extend(['ceilometer', 'gnocchi']) %}
{% endif %}
{% if 'designate' in bootstrap_host_scenarios or ('validate' in bootstrap_host_scenarios and 'integrated' in bootstrap_host_scenarios) %}
{% set _ = scenario_list.extend(['zookeeper']) %}
{% endif %}