
Remove deprecated kubernetes_service_patch library. Add new class in ops_sunbeam to manage new kubernetes service of type LoadBalancer. The service name should be <app_name>-lb. Use the class in ovn-relay-k8s and designate-bind-k8s to create new service of type LoadBalancer. Update open ports in default service definition for ovn-relay-k8s and designate-bind-k8s. Remove library kubernetes_service_patch from external libs and remove any references. Change-Id: Ic62af0aeaf9f5502d5d7792ed0b182b9a83c2b72
17 lines
452 B
Plaintext
17 lines
452 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
|
|
#
|
|
|
|
cryptography
|
|
jinja2
|
|
jsonschema
|
|
lightkube
|
|
lightkube-models
|
|
lightkube-extensions @ git+https://github.com/canonical/lightkube-extensions.git@main
|
|
ops
|
|
|
|
# From ops_sunbeam
|
|
tenacity
|