Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etc/kayobe/environments/aufn-ceph/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ glance_backend_ceph: "yes"
cinder_backend_ceph: "yes"
nova_backend_ceph: "yes"

# Elasticsearch memory tuning
# Elasticsearch / OpenSearch memory tuning
es_heap_size: 1g
opensearch_heap_size: 1g
3 changes: 2 additions & 1 deletion etc/kayobe/environments/ci-aio/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ openstack_service_rpc_workers: "1"
docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"

# Elasticsearch memory tuning
# Elasticsearch / OpenSearch memory tuning
es_heap_size: 1g
opensearch_heap_size: 1g

# Increase Grafana timeout
grafana_start_first_node_retries: 20
3 changes: 2 additions & 1 deletion etc/kayobe/environments/ci-multinode/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ nova_backend_ceph: "yes"
neutron_bridge_name: "{{ vxlan_interfaces[0].device }}-ovs"
neutron_external_interface: "{{ vxlan_interfaces[0].device }}"

# Elasticsearch memory tuning
# Elasticsearch / OpenSearch memory tuning
es_heap_size: 1g
opensearch_heap_size: 1g

# Octavia load balancer configuration
octavia_auto_configure: "no"
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ om_enable_rabbitmq_high_availability: true
# Monitoring and alerting related settings

es_heap_size: 8g
opensearch_heap_size: 8g
prometheus_cmdline_extras: "--storage.tsdb.retention.time=30d"

# Additional command line flags for node exporter to enable texfile collector for disk metrics and create textfile docker volume
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Bumps OpenSearch heap size to 8 GB, to be identical to Elasticsearch.