diff options
Diffstat (limited to 'ci/bundle_tpl/ceilometer.yaml')
-rw-r--r-- | ci/bundle_tpl/ceilometer.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ci/bundle_tpl/ceilometer.yaml b/ci/bundle_tpl/ceilometer.yaml deleted file mode 100644 index 031551a5..00000000 --- a/ci/bundle_tpl/ceilometer.yaml +++ /dev/null @@ -1,18 +0,0 @@ - mongodb: - charm: local:{{ ubuntu.release }}/mongodb - to: - - "lxc:nodes=0" - ceilometer: - charm: "local:{{ ubuntu.release }}/ceilometer" - num_units: {{ unit_qty() }} - options: -{% if os.ha.mode == 'ha' %} - vip: {{ opnfv.vip.ceilometer }} -{% endif %} -{% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} -{% endif %} - to: -{% for unit_id in to_select() %} - - "lxc:nodes={{ unit_id }}" -{% endfor %} |