This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Telco 192 fixing charms not getting back to active idle after juju re…
…start pt2 (#43) * Updating orc8r_base_db lib to propagate the fix across all affected charms * Adding interfaces to the charms * Fixing lint
- Loading branch information
Showing
49 changed files
with
1,250 additions
and
352 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 |
---|---|---|
|
@@ -10,3 +10,5 @@ parts: | |
charm: | ||
build-packages: | ||
- git | ||
charm-binary-python-packages: | ||
- psycopg2-binary |
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
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
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,4 +1,5 @@ | ||
git+https://github.com/canonical/operator/#egg=ops | ||
ops-lib-pgsql | ||
psycopg2-binary # Package only used for testing, charm uses charm-binary-python-packages from charmcraft.yaml | ||
lightkube | ||
lightkube-models |
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 |
---|---|---|
|
@@ -10,3 +10,5 @@ parts: | |
charm: | ||
build-packages: | ||
- git | ||
charm-binary-python-packages: | ||
- psycopg2-binary |
Oops, something went wrong.