File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,13 @@ storage backend. Set the following in ``kolla.yml``:
22
22
kolla_enable_influxdb : false
23
23
24
24
Set Prometheus as the backend for both the collector and fetcher, and
25
- Elasticsearch as the storage backend. Note that our fork of CloudKitty is
26
- patched so that the CloudKitty Elasticsearch V2 storage backend will also work
27
- with an OpenSearch cluster. Proper support for the V2 OpenSearch storage
28
- backend is still pending in Kolla-Ansible `here
29
- <https://review.opendev.org/c/openstack/kolla-ansible/+/898555> `__. Set the
30
- following in ``kolla/globals.yml ``:
25
+ OpenSearch as the storage backend. Set the following in ``kolla/globals.yml ``:
31
26
32
27
.. code-block :: yaml
33
28
34
29
cloudkitty_collector_backend : prometheus
35
30
cloudkitty_fetcher_backend : prometheus
36
- cloudkitty_storage_backend : elasticsearch
31
+ cloudkitty_storage_backend : opensearch
37
32
38
33
The default collection period is one hour, which is likely too long for most
39
34
systems as CloudKitty charges by the **entire ** collection period if any usage
You can’t perform that action at this time.
0 commit comments