forked from openstack-charmers/charm-keystone-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
76 lines (67 loc) · 1.93 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
name: keystone-k8s
summary: OpenStack identity service
maintainer: Openstack Charmers <[email protected]>
description: |
Keystone is an OpenStack project that provides Identity, Token, Catalog and
Policy services for use specifically by projects in the OpenStack family. It
implements OpenStack's Identity API.
version: 3
bases:
- name: ubuntu
channel: 20.04/stable
tags:
- openstack
- identity
- misc
provides:
identity-service:
interface: keystone
identity-credentials:
interface: keystone-credentials
requires:
shared-db:
interface: mysql_datastore
limit: 1
ingress-internal:
interface: ingress
limit: 1
ingress-public:
interface: ingress
optional: true
limit: 1
peers:
peers:
interface: keystone-peer
storage:
fernet-keys:
type: filesystem
description: |
Persistent storage for the location of fernet tokens
minimum-size: 5M
credential-keys:
type: filesystem
description: |
Persistent storage for the location of credential keys
minimum-size: 5M
containers:
# The primary container that runs the keystone services
keystone:
resource: keystone-image
mounts:
- storage: fernet-keys
# The fernet keys used for generated tokens are stored here. With a
# mounted storage option, the fernet keys are persisted across
# container restarts.
location: /etc/keystone/fernet-keys/
- storage: credential-keys
# The credential keys used for generated credentials are stored here.
# With a mounted storage option, the credential keys are persisted
# across container restarts.
location: /etc/keystone/credential-keys/
resources:
keystone-image:
type: oci-image
description: Kolla based docker image for keystone
upstream-source: docker.io/kolla/ubuntu-binary-keystone:xena