File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ glance_backend_ceph: "yes"
13
13
cinder_backend_ceph : " yes"
14
14
nova_backend_ceph : " yes"
15
15
16
- # Elasticsearch memory tuning
16
+ # Elasticsearch / OpenSearch memory tuning
17
17
es_heap_size : 1g
18
+ opensearch_heap_size : 1g
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ openstack_service_rpc_workers: "1"
12
12
docker_yum_baseurl : " {{ stackhpc_repo_docker_url }}"
13
13
docker_yum_gpgkey : " https://download.docker.com/linux/centos/gpg"
14
14
15
- # Elasticsearch memory tuning
15
+ # Elasticsearch / OpenSearch memory tuning
16
16
es_heap_size : 1g
17
+ opensearch_heap_size : 1g
17
18
18
19
# Increase Grafana timeout
19
20
grafana_start_first_node_retries : 20
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ nova_backend_ceph: "yes"
20
20
neutron_bridge_name : " {{ vxlan_interfaces[0].device }}-ovs"
21
21
neutron_external_interface : " {{ vxlan_interfaces[0].device }}"
22
22
23
- # Elasticsearch memory tuning
23
+ # Elasticsearch / OpenSearch memory tuning
24
24
es_heap_size : 1g
25
+ opensearch_heap_size : 1g
25
26
26
27
# Octavia load balancer configuration
27
28
octavia_auto_configure : " no"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ om_enable_rabbitmq_high_availability: true
43
43
# Monitoring and alerting related settings
44
44
45
45
es_heap_size : 8g
46
+ opensearch_heap_size : 8g
46
47
prometheus_cmdline_extras : " --storage.tsdb.retention.time=30d"
47
48
48
49
# Additional command line flags for node exporter to enable texfile collector for disk metrics and create textfile docker volume
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Bumps OpenSearch heap size to 8 GB, to be identical to Elasticsearch.
You can’t perform that action at this time.
0 commit comments