-
#### NMS ingress integration is not working properly
If we deploy sdcore bundle from edge channel, NMS UI is not reachable.
#### To Reproduce
Deploy sdcore bundle:
$ juju deploy sdcore --trust -…
-
I think we should implement two different types of collection.
1. Run sos locally for each unit which have relation with charm-sos
2. Run sos colelct on a single unit, which will use `sos collect`…
-
### Description
The code assumes quite a lot about the arguments.
It seems that there are no users of the function today, because the arguments are kinda broken.
Folks work around by calling juju…
-
# What happened
`charmcraft pack` will error out if you try to pack a charm with a `src/charm.py` that does not have execution permission on the file. If you fix the permissions and then `pack` ag…
-
## Steps to reproduce
~~1. Run backups periodically, every 2 hours.~~ Promote the replica (sync-standby) to primary while it's creating a backup.
## Expected behavior
No connection rejectio…
-
### Bug Description
When model is added to the mesh using model-on-mesh config, connection is reset to the juju controller, charms (Observed on Traefik and Grafana) goes into error state with msg (…
-
Currently, layered charms' hooks are an embedded chunk of Python. This might come from the base layer, or an old version of the base layer, or customized by an included layer, or customized by the mai…
-
## Steps to reproduce
1. Deploy 3 units of openserach.
2. Deploy `manual-tls-certificates` operator.
3. Integrate them.
4. Once everything is working, remove the relation and reintegrate them.
…
-
### Bug Description
After deploying cos-alerter, I was investigating why alertmanager was sending Watchdog alerts very erratically.
I looked at the alertmanager logs, and found that it was constantl…
-
charms.reactive should set a flag when the upgrade-charm hook is run.
Charms may then use triggers to trigger upgrade handlers:
```python
from charms import reactive
reactive.register_trigger(…