Juju Charms - Monorepo for sunbeam Charms
Go to file
Guillaume Boutry 90a585370c
[all] reduce mysql-pooling to sensible defaults
Reduce the max_pool_size parameter from default 5 to 2, to reduce the
max number of connections each process needs.
Reduce connection_recycle_time from 200 to 20, to reduce life duration
of a connection, allowing faster recovery in case of failure of a
mysql-router.
Configure horizon-k8s to persist connections for 20 seconds, and enable
connection healthchecks to make sure the connection is usable.

Change-Id: Id88d5a8643b8dd2db618e18c8ad556f3e92282ba
2024-06-17 18:24:41 +02:00
charms [all] reduce mysql-pooling to sensible defaults 2024-06-17 18:24:41 +02:00
libs Upgrade data interfaces 2024-06-05 16:21:26 +02:00
ops-sunbeam Remove unnecessary files in cookiecutter code 2024-06-12 13:39:54 +05:30
playbooks Implement sunbeam-clusterd 2024-01-25 12:30:54 +01:00
roles Upload charm before OCI images in publish charm job 2024-04-20 14:01:46 +05:30
templates [all] reduce mysql-pooling to sensible defaults 2024-06-17 18:24:41 +02:00
tests [keystone-k8s] remove configurability of admin-.../server-tenant options 2024-06-11 08:15:56 +00:00
zuul.d Update all external libs 2024-04-27 11:17:30 +05:30
.gitignore Add func tests for tempest-k8s charm 2024-03-06 09:55:34 +10:30
.gitreview Add zuuljobs 2023-11-30 15:32:39 +05:30
.jujuignore Add zuuljobs 2023-11-30 15:32:39 +05:30
.stestr.conf Add zuuljobs 2023-11-30 15:32:39 +05:30
common.sh [all] reduce mysql-pooling to sensible defaults 2024-06-17 18:24:41 +02:00
CONTRIBUTING.md Add func tests for tempest-k8s charm 2024-03-06 09:55:34 +10:30
create_tracks.sh Add script to automatically create charm tracks 2024-04-19 11:40:04 +02:00
fetch_libs.sh Update all external libs 2024-04-27 11:17:30 +05:30
generate_token.sh Publish tempest-k8s charm 2024-02-02 15:25:35 +05:30
pyproject.toml Pin requests < 2.32.0 in sunbeam-clusted. 2024-05-27 23:29:10 +09:00
README.md Add func tests for tempest-k8s charm 2024-03-06 09:55:34 +10:30
rebuild [all] reduce mysql-pooling to sensible defaults 2024-06-17 18:24:41 +02:00
render_bundles.py Implement sunbeam-clusterd 2024-01-25 12:30:54 +01:00
run_tox.sh Remove interface libraries in ops-sunbeam tests 2024-02-22 10:55:52 +05:30
test-requirements.txt Remove pypi mock package for tests 2024-02-21 09:04:17 +10:30
tox.ini [tempest] Fix misspelt relation name in tests 2024-04-01 19:15:13 +05:30

Monolithic Repository for Sunbeam Charms

This repository contains the core charms for the Sunbeam deployment and associated charm libraries.

Development docs

See the CONTRIBUTING.md in the root of the repository and individual charm directories for more information.