You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Fixed a dependency and added a directory for the config
In order to have compatibility between cloudkitty
and kubernetes, we need to have a repository
for processing the config map.
There where a problem with PyMySQL which
where missing.
Updated the readme to explain where to put the config
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ This repository contains the Dockerfiles for Objectif Libre's official images.
4
4
5
5
## CloudKitty
6
6
7
+
If you wish to configure CloudKitty, the configuration files are located here :
8
+
9
+
-`/etc/cloudkitty/metrics.yml`
10
+
-`/etc/cloudkitty/cloudkitty.conf`
11
+
12
+
Please, refer to the [documentation of cloudkitty](https://docs.openstack.org/cloudkitty/latest/admin/configuration/configuration.html) if you don't know how to use theses files.
13
+
7
14
### api
8
15
9
16
Contains the Dockerfile for CloudKitty's API and its dependencies.
0 commit comments