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
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
vm_flavor:
description: Flavor for the all-in-one VM
type: string
default: en1.large
default: en1.medium
vm_network:
description: Network for the all-in-one VM
type: string
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/environments/ci-aio/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"

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

# Increase Grafana timeout
grafana_start_first_node_retries: 20
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-aio/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# Docker namespace to use for Kolla images. Default is 'kolla'.
kolla_docker_namespace: stackhpc-dev

# Disable some services to reduce memory footprint.
kolla_enable_heat: false

###############################################################################
# Network configuration.

Expand Down