- Add 22.04 to charmcraft.yaml - Update metadata to include jammy - Remove impish from metadata - Update osci.yaml to include py3.10 default job - Modify tox.ini to remove py35,py36,py37 tox target and add py310 target. - ensure that the openstack-origin is yoga func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/745 Change-Id: I118ac221202fb02fc440a21910235fbc645a54c8
33 lines
787 B
YAML
33 lines
787 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
|
|
series:
|
|
- focal
|
|
- jammy
|
|
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
|