Merge "Add gnocchi and ceilometer to cloudkity installation"
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user