- Worked on recursive push/pull spec. It’s basically done.
- Worked on potential solutions to missing mocked behavior for storage/mounts in the test harness (I have a branch with one potential solution).
- Fixed pebble get_services bug in the framework
- Started a HACKING.md.
- Added tox pebble environment to facilitate real pebble testing for ops development.
- triaged several issues:
2 Likes
- Still working on my onboarding – last week!
- Added some simple unit/integration tests to the prometheus node exporter charm
- Working on adding extensive integration tests to the loki charm for k8s
Last week, I was primarily focused on writing a “Rolling Ops” lirbrary.
The library is meant to enable things like rolling restarts, where you want units in an application to do something one unit at a time.
A proposed solution to the problem lives here: https://github.com/pengale/charm-rolling-ops/pull/1
Comments and feedback welcome!