c8ec165fc0
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 - Add rename.sh to build process Change-Id: Ia22e04e6da00eb176558d43f09c967d37f2366f4
18 lines
745 B
Plaintext
18 lines
745 B
Plaintext
# This file is managed centrally by release-tools and should not be modified
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
# https://github.com/openstack-charmers/release-tools
|
|
#
|
|
# NOTE(lourot): This might look like a duplication of test-requirements.txt but
|
|
# some tox targets use only test-requirements.txt whereas charm-build uses only
|
|
# requirements.txt
|
|
|
|
# NOTE: newer versions of cryptography require a Rust compiler to build,
|
|
# see
|
|
# * https://github.com/openstack-charmers/zaza/issues/421
|
|
# * https://mail.python.org/pipermail/cryptography-dev/2021-January/001003.html
|
|
#
|
|
cryptography<3.4
|
|
git+https://github.com/juju/charm-tools.git
|
|
simplejson
|