Juju Charm - Watcher
Go to file
Zuul 78bba1c5b4 Merge "Ensure that the charm expects python3" 2020-07-16 11:33:14 +00:00
src Enable focal and ussuri in the charm testing 2020-05-07 19:54:14 +01:00
unit_tests Stop to use the __future__ module. 2020-06-02 20:05:46 +02:00
.gitignore First commit of watcher charm 2020-01-02 14:09:39 +02: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 Add gerrit and zuul config to enable CI 2020-01-16 14:06:24 +02: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
rebuild First commit of watcher charm 2020-01-02 14:09:39 +02:00
requirements.txt First commit of watcher charm 2020-01-02 14:09:39 +02:00
test-requirements.txt First commit of watcher charm 2020-01-02 14:09:39 +02:00
tox.ini First commit of watcher charm 2020-01-02 14:09:39 +02: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.