openstack-ansible-os_ceilom.../releasenotes/notes/ceilometer_conf_from_upstream-3bc88e19085cdace.yaml
Andy McCrae e58f6e0082 Remove unrequired templates in favour of upstream
This patch updates the templated files we have failed to update, and
will pull these from upstream in future. This will ensure the version of
Ceilometer matches the conf files that are used.

pipeline.yaml is still carried because we override some vars in that
file. This is a TO-DO for later, but this patch will reduce the amount
of files we need to carry in templates.

Change-Id: I64fa7af1ca7a58214b6c302131964b819aad4915
2017-01-25 14:05:26 +00:00

14 lines
566 B
YAML

---
features:
- The ceilometer configuration files other than
``ceilometer.conf`` are now retrieved from upstream.
You can override the repository from which these are
retrieved by setting the
``ceilometer_git_config_lookup_location`` variable
which defaults to the git.openstack.org.
deprecations:
- The vars to set ``source_sample_interval`` for the
``os_ceilometer`` role are deprecated and will be
removed in the Queen cycle. To override these variables
after Queen, utilize the
``ceilometer_pipeline_yaml_overrides`` file.