Add README

Signed-off-by: Stamatis Katsaounis <skatsaounis@admin.grnet.gr>
This commit is contained in:
Stamatis Katsaounis 2020-01-02 14:27:47 +02:00
parent f5a7653cf0
commit 8b517ce5d0
2 changed files with 17 additions and 3 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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.

View File

@ -4,6 +4,3 @@ This charm is developed by Stamatis Katsaounis <skatsaounis@admin.grnet.gr> and
OpenStack Charms project.
You can find its source code here: <https://github.com/grnet/charm-watcher>.