Juju Charms - Monorepo for sunbeam Charms
Go to file
Guillaume Boutry 16a65cf4e4
Refactor monorepo build-system
Introduce a per-charm configuration file `.sunbeam-build.yaml`,
containing information about needed external libraries, internal
libraries, and configuration templates.

Introduce new management script `repository.py`, responsible for
preparing, cleaning and updating libs.

Move all internal libraries back to their original charms. Each charm is
responsible of its own libraries.

Change-Id: I9edabed1c252cae60fcd945b931952aeaef12481
Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
2024-07-08 21:51:09 +02:00
charms Refactor monorepo build-system 2024-07-08 21:51:09 +02:00
libs/external/lib/charms Refactor monorepo build-system 2024-07-08 21:51:09 +02:00
ops-sunbeam Refactor monorepo build-system 2024-07-08 21:51:09 +02:00
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 [tests] increase mysql resources 2024-07-03 13:17:45 +02: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
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
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
repository.py Refactor monorepo build-system 2024-07-08 21:51:09 +02:00
run_tox.sh Refactor monorepo build-system 2024-07-08 21:51:09 +02:00
test-requirements.txt Remove pypi mock package for tests 2024-02-21 09:04:17 +10:30
tox.ini Refactor monorepo build-system 2024-07-08 21:51:09 +02:00

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.