986981c6f4
* sync charm-helpers to classic charms * change openstack-origin/source default to quincy * add mantic to metadata series * align testing with bobcat * add new bobcat bundles * add bobcat bundles to tests.yaml * add bobcat tests to osci.yaml * update build-on and run-on bases * drop kinetic Change-Id: I7449eba63107b43525359fb92ae1a0ad9e648bab
42 lines
848 B
YAML
42 lines
848 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
plugin: dump
|
|
source: .
|
|
prime:
|
|
- actions/*
|
|
- files/*
|
|
- hooks/*
|
|
- lib/*
|
|
- templates/*
|
|
- actions.yaml
|
|
- config.yaml
|
|
- copyright
|
|
- hardening.yaml
|
|
- icon.svg
|
|
- LICENSE
|
|
- Makefile
|
|
- metadata.yaml
|
|
- README.md
|
|
|
|
bases:
|
|
- build-on:
|
|
- name: ubuntu
|
|
channel: "20.04"
|
|
architectures:
|
|
- amd64
|
|
run-on:
|
|
- name: ubuntu
|
|
channel: "20.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|
|
- name: ubuntu
|
|
channel: "23.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|
|
- name: ubuntu
|
|
channel: "23.10"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|