forked from cloud-green/timescaledb-charm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.yaml
44 lines (44 loc) · 1.41 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: timescaledb
summary: TimescaleDB subordinate charm.
maintainer: Commercial Systems <jaas-crew@lists.canonical.com>
description: |
An open-source database built for analyzing time-series data with the power
and convenience of SQL - on premise, at the edge or in the cloud. TimescaleDB
installs as a PostgreSQL extension. This charm is a subordinate to the main
postgresql charm that installs the extension and configures PostgreSQL to make
it generally available.
tags:
- database
subordinate: true
requires:
host-system:
interface: juju-info
scope: container
resources:
deb:
type: file
filename: timescaledb.deb
description: |
Deb package for TimescaleDB (optional). If not provided, the charm will
download the latest version from the TimescaleDB third party ppa repo.
loader-deb:
type: file
filename: timescaledb_loader.deb
description: |
Deb package for TimescaleDB loader. Must be provided if using a custom
deb for installing (see `deb` resource).
tools-deb:
type: file
filename: timescaledb_tools.deb
description: |
Deb package for TimescaleDB tools. Must be provided if using a custom deb
for installing (see `deb` resource).
toolkit-deb:
type: file
filename: timescaledb_toolkit.deb
description: |
Deb package for TimescaleDB Toolkit. If not provided, toolkit will not be
installed.
series:
- focal
- jammy