Juju Charm - Watcher
Go to file
Alex Kavanagh bbce8b1289 Updates for caracal testing support
These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal.  They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: Icee2b7a7f37e6ec1f0371ea3ee1e235fa1ce10ac
2024-02-24 19:52:33 +00:00
src Updates for caracal testing support 2024-02-24 19:52:33 +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.