forked from juju-solutions/charm-openstack-integrator
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.yaml
33 lines (33 loc) · 1.17 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: openstack-integrator
display-name: OpenStack Integrator
summary: |
Proxy charm to enable OpenStack integrations via Juju relations.
description: |
This charm can grant select permissions to instances of applications
related to it which enable integration with OpenStack specific features,
such as firewalls, load balancing, block storage, object storage, etc.
docs: https://discourse.charmhub.io/t/openstack-integrator-docs-index/12980
maintainers: ['Cory Johns <[email protected]>']
series:
- jammy
- focal
tags: ['openstack', 'native', 'integration']
provides:
clients:
interface: openstack-integration
credentials:
interface: keystone-credentials
loadbalancer:
interface: public-address
# Use of this relation is strongly discouraged in favor of the more
# explicit lb-consumers relation.
lb-consumers:
interface: loadbalancer
resources:
openstackclients:
type: file
filename: openstackclients.snap
description: |
Resource to side-load openstackclients snap in network-restricted deployments.
[DEPRECATED] in favor of using a Snap Store Proxy.
See https://ubuntu.com/kubernetes/docs/proxies for more details.