f0e325ebfd
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 Change-Id: I44154d4220a06dbe544f7600ee7747ab1e056ae1
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
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
|
|
#
|
|
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
|
|
|
|
stestr>=2.2.0
|
|
|
|
# Dependency of stestr. Workaround for
|
|
# https://github.com/mtreinish/stestr/issues/145
|
|
cliff<3.0.0
|
|
|
|
requests>=2.18.4
|
|
charms.reactive
|
|
|
|
mock>=1.2
|
|
|
|
nose>=1.3.7
|
|
coverage>=3.6
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
|
#
|
|
# Revisit for removal / mock improvement:
|
|
#
|
|
# NOTE(lourot): 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
|
|
#
|
|
netifaces # vault
|
|
psycopg2-binary # vault
|
|
tenacity # vault
|
|
pbr==5.6.0 # vault
|
|
cryptography<3.4 # vault, keystone-saml-mellon
|
|
lxml # keystone-saml-mellon
|
|
hvac # vault, barbican-vault
|
|
psutil # cinder-lvm
|