Skip to content

Commit dd288f1

Browse files
authored
Merge pull request #942 from stackhpc/yoga-medium-aio
CI: Reduce aio flavor to en1.medium (8G)
2 parents 3818ff9 + 23247d1 commit dd288f1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
vm_flavor:
3939
description: Flavor for the all-in-one VM
4040
type: string
41-
default: en1.large
41+
default: en1.medium
4242
vm_network:
4343
description: Network for the all-in-one VM
4444
type: string

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
1313
docker_yum_gpgkey: "https://download.docker.com/linux/centos/gpg"
1414

1515
# Elasticsearch / OpenSearch memory tuning
16-
es_heap_size: 1g
17-
opensearch_heap_size: 1g
16+
es_heap_size: 200m
17+
opensearch_heap_size: 200m
1818

1919
# Increase Grafana timeout
2020
grafana_start_first_node_retries: 20

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Docker namespace to use for Kolla images. Default is 'kolla'.
66
kolla_docker_namespace: stackhpc-dev
77

8+
# Disable some services to reduce memory footprint.
9+
kolla_enable_heat: false
10+
811
###############################################################################
912
# Network configuration.
1013

0 commit comments

Comments
 (0)