
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 TEST_JUJU3=1 env var to tox.ini to force Juju 3 - Add noble and oracular to charmhelpers - Add charmbuild .zuul.yaml Change-Id: I9c6145bedd04395a10f4bac9403bebeaaeff864e
30 lines
767 B
YAML
30 lines
767 B
YAML
name: glance-simplestreams-sync
|
|
summary: Sync data from simplestreams into glance.
|
|
maintainer: OpenStack Charmers <openstack-discuss@lists.openstack.org>
|
|
description: |
|
|
Automatically keep your glance mirror in sync with any (multiple) source(s)
|
|
of simplestreams data.
|
|
tags:
|
|
- misc
|
|
- openstack
|
|
subordinate: false
|
|
provides:
|
|
simplestreams-image-service:
|
|
interface: glance-simplestreams-sync
|
|
image-modifier:
|
|
scope: container
|
|
interface: script-provider
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
requires:
|
|
identity-service:
|
|
interface: keystone
|
|
certificates:
|
|
interface: tls-certificates
|
|
resources:
|
|
simplestreams:
|
|
type: file
|
|
filename: simplestreams.snap
|
|
description: simplestreams snap
|