3ace19e601
* sync charm-helpers to classic charms * change openstack-origin/source default to bobcat * 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 * update charmcraft_channel to 2.x/stable Change-Id: I6886c96797784c3b98b965ebe1b4a99de22d84a0
41 lines
789 B
YAML
41 lines
789 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
plugin: dump
|
|
source: .
|
|
prime:
|
|
- actions/*
|
|
- charmhelpers/*
|
|
- files/*
|
|
- hooks/*
|
|
- lib/*
|
|
- scripts/*
|
|
- templates/*
|
|
- actions.yaml
|
|
- config.yaml
|
|
- copyright
|
|
- hardening.yaml
|
|
- icon.svg
|
|
- LICENSE
|
|
- Makefile
|
|
- metadata.yaml
|
|
- README.md
|
|
|
|
bases:
|
|
- build-on:
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures:
|
|
- amd64
|
|
run-on:
|
|
- 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]
|