Skip to content

Commit

Permalink
Observe start too (#28)
Browse files Browse the repository at this point in the history
* Remove the kubectl delete itest
  • Loading branch information
sed-i committed Apr 10, 2023
1 parent f848db0 commit 111e4ec
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 84 deletions.
8 changes: 6 additions & 2 deletions lib/charms/observability_libs/v0/juju_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
LIBID = "bced1658f20f49d28b88f61f83c2d232"

LIBAPI = 0
LIBPATCH = 4
LIBPATCH = 6


class InvalidUUIDError(Exception):
Expand All @@ -87,7 +87,11 @@ def __init__(self, uuid: str):


class JujuTopology:
"""JujuTopology is used for storing, generating and formatting juju topology information."""
"""JujuTopology is used for storing, generating and formatting juju topology information.
DEPRECATED: This class is deprecated. Use `pip install cosl` and
`from cosl.juju_topology import JujuTopology` instead.
"""

def __init__(
self,
Expand Down
Loading

0 comments on commit 111e4ec

Please sign in to comment.