File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
etc/kayobe/environments/ci-aio Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
1313docker_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
2020grafana_start_first_node_retries : 20
Original file line number Diff line number Diff line change 55# Docker namespace to use for Kolla images. Default is 'kolla'.
66kolla_docker_namespace : stackhpc-dev
77
8+ # Disable some services to reduce memory footprint.
9+ kolla_enable_heat : false
10+
811# ##############################################################################
912# Network configuration.
1013
You can’t perform that action at this time.
0 commit comments