Juju Charm - Watcher
Go to file
Zuul ac66f3b8ba Merge "Updates for caracal testing support" 2024-03-14 16:30:41 +00:00
src Merge "Updates for caracal testing support" 2024-03-14 16:30:41 +00:00
unit_tests Skip init_db() and cluster_connected() on update-status 2023-09-05 11:50:43 -03:00
.gitignore Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
.gitreview Add gerrit and zuul config to enable CI 2020-01-16 14:06:24 +02:00
.stestr.conf First commit of watcher charm 2020-01-02 14:09:39 +02:00
.zuul.yaml Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
LICENSE First commit of watcher charm 2020-01-02 14:09:39 +02:00
README.md Add README 2020-01-02 14:27:47 +02:00
charmcraft.yaml Updates for caracal testing support 2024-02-24 19:52:33 +00:00
metadata.yaml Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
osci.yaml Updates for caracal testing support 2024-02-24 19:52:33 +00:00
rebuild Configure TLS 2020-11-13 10:06:15 +02:00
rename.sh Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
requirements.txt Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
test-requirements.txt Migrate charm to charmhub 2023-05-24 14:55:09 -04:00
tox.ini Updates for caracal testing support 2024-02-24 19:52:33 +00:00

README.md

Watcher Source Charm

This repository is for the reactive, layered, Watcher source charm.

Please see the src/README.md for details on the built Watcher charm and how to use it.

Building the charm

To build the charm run the following command in the root of the repository:

$ tox -e build

The resultant built charm will be in the builds directory.