File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Custom playbook to configure rsyslog to forward operating system logs to
3
- # fluentd, eventually reaching Kolla's Opensearch cluster.
3
+ # fluentd, eventually reaching Kolla's OpenSearch cluster.
4
4
#
5
5
# Variables:
6
6
# * rsyslog_group: Host pattern against which to target the playbook. Default
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ glance_backend_ceph: "yes"
12
12
cinder_backend_ceph : " yes"
13
13
nova_backend_ceph : " yes"
14
14
15
- # Opensearch memory tuning
15
+ # OpenSearch memory tuning
16
16
opensearch_heap_size : 1g
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nova_compute_virt_type: qemu
9
9
openstack_service_workers : " 1"
10
10
openstack_service_rpc_workers : " 1"
11
11
12
- # Elasticsearch memory tuning
12
+ # OpenSearch memory tuning
13
13
opensearch_heap_size : 1g
14
14
15
15
# Increase Grafana timeout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ nova_backend_ceph: "yes"
15
15
neutron_bridge_name : " {{ vxlan_interfaces[0].device }}-ovs"
16
16
neutron_external_interface : " {{ vxlan_interfaces[0].device }}"
17
17
18
- # Opensearch memory tuning
18
+ # OpenSearch memory tuning
19
19
opensearch_heap_size : 1g
20
20
21
21
# Octavia load balancer configuration
You can’t perform that action at this time.
0 commit comments