
Following changes are done as part of this patch: * Sync global tox, requirements.txt, test-requirements from release-tools project * Resolve flake errors * Fix templates to handle optional ingress relations * Remove run_tests script * Restructure unit tests directory
32 lines
1.2 KiB
Plaintext
32 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
|
|
#
|
|
|
|
# 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
|
|
jinja2
|
|
lightkube
|
|
lightkube-models
|
|
ops
|
|
git+https://github.com/openstack-charmers/advanced-sunbeam-openstack#egg=ops_sunbeam
|
|
|
|
python-keystoneclient # keystone-k8s
|
|
|
|
# Used for Traefik
|
|
# Note: Remove when traefik-k8s-operator v1 library is released
|
|
serialized_data_interface
|
|
|
|
# Get resources from github until cacerts issue is charmbuild image is fixed.
|
|
git+https://github.com/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates
|
|
|
|
# Note: Required for cinder-k8s, cinder-ceph-k8s, glance-k8s, nova-k8s
|
|
git+https://github.com/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client
|
|
# Charmhelpers is only present as interface_ceph_client uses it.
|
|
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
|