-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adopt the one-relation model * add blockedstatus on incoherent deployment * add desription to mimir_cluster * mimir-cluster lib * added some cluster data * try to implement the library * some progress in the role coherence checks * reworked relation interfaces * config generator in coordinator object * pydantic v2 support * fixed tests * some api changes to lib * catch invalid data in config * fix static analysis and fmt * added empty config options * removed containers for now * gather status * lib fixes * working coord * lib update * tox fmt * added expand roles missing call * fixed unittest --------- Co-authored-by: Pietro Pasotti <[email protected]>
- Loading branch information
1 parent
24a2ca6
commit 393b524
Showing
17 changed files
with
989 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ bases: | |
|
||
parts: | ||
charm: | ||
build-packages: | ||
- git | ||
charm-binary-python-packages: | ||
- pydantic>2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
options: {} | ||
# Copyright 2023 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
|
||
options: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.