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.
- Host: GitHub
- URL: https://github.com/openstack/charm-watcher
- Owner: openstack
- License: apache-2.0
- Created: 2020-01-15T15:44:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T16:40:55.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T18:59:15.417Z (almost 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-watcher
- Size: 131 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.