Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: If6e208f3d73305a5f714150853a257409802da1c
26 lines
770 B
YAML
26 lines
770 B
YAML
name: gnocchi
|
|
maintainer: OpenStack Charmers <openstack-dev@lists.openstack.org>
|
|
summary: Multi-tenant timeseries, metrics and resources database
|
|
description: |
|
|
Gnocchi is an open-source, multi-tenant timeseries, metrics
|
|
and resources database. It provides an HTTP REST interface
|
|
to create and manipulate the data. It is designed to store
|
|
metrics at a very large scale while providing access to
|
|
metrics and resources information and history.
|
|
tags:
|
|
- openstack
|
|
provides:
|
|
metric-service:
|
|
interface: gnocchi
|
|
requires:
|
|
coordinator-memcached:
|
|
interface: memcache
|
|
storage-ceph:
|
|
interface: ceph-client
|
|
optional: true
|
|
resources:
|
|
policyd-override:
|
|
type: file
|
|
filename: policyd-override.zip
|
|
description: The policy.d overrides file
|