An open API service indexing awesome lists of open source software.

https://github.com/openstack/charm-watcher

Juju Charm - Watcher. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-watcher

Last synced: about 1 year ago
JSON representation

Juju Charm - Watcher. Mirror of code maintained at opendev.org.

Awesome Lists containing this project

README

          

# Watcher Source Charm

This repository is for the reactive, layered,
[Watcher](https://wiki.openstack.org/wiki/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:

```bash
$ tox -e build
```

The resultant built charm will be in the builds directory.