Newer
Older
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# Copyright 2020 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: osm
bundle: kubernetes
docs: https://discourse.charmhub.io/t/osm-docs-index/8806
description: |
**Single instance Charmed OSM**
Charmed OSM is an OSM distribution, developed and maintained by Canonical, which uses
Juju charms to simplify its deployments and operations. This bundle distribution refers
to the development stack for OSM and allows you to deploy a single instance OSM bundle
that is fast, reliable, and a complete solution with MicroStack and MicroK8s.
- Industry‐aligned and fully compliant with upstream
- Predictable release cadence and upgrade path
- Simplified deployments and operations
- Stable and secure
- Supported with Ubuntu Advantage
- Availability of managed services
applications:
zookeeper:
charm: zookeeper-k8s
channel: latest/stable
scale: 1
storage:
data: 100M
kafka:
charm: kafka-k8s
channel: latest/stable
scale: 1
trust: true
storage:
data: 100M
mariadb:
charm: charmed-osm-mariadb-k8s
scale: 1
series: kubernetes
storage:
database: 50M
options:
password: manopw
root_password: osm4u
user: mano
mongodb:
charm: mongodb-k8s
channel: 5/edge
scale: 1
series: kubernetes
storage:
db: 50M
nbi:
charm: osm-nbi
channel: latest/beta
trust: true
scale: 1
options:
database-commonkey: osm
log-level: DEBUG
resources:
nbi-image: opensourcemano/nbi:testing-daily
ro:
charm: osm-ro
channel: latest/beta
trust: true
scale: 1
options:
log-level: DEBUG
resources:
ro-image: opensourcemano/ro:testing-daily
ng-ui:
charm: osm-ng-ui
channel: latest/beta
trust: true
scale: 1
resources:
ng-ui-image: opensourcemano/ng-ui:testing-daily
lcm:
charm: osm-lcm
channel: latest/beta
scale: 1
options:
database-commonkey: osm
log-level: DEBUG
resources:
lcm-image: opensourcemano/lcm:testing-daily
mon:
charm: osm-mon
channel: latest/beta
trust: true
scale: 1
options:
database-commonkey: osm
log-level: DEBUG
keystone-enabled: true
resources:
mon-image: opensourcemano/mon:testing-daily
pol:
charm: osm-pol
channel: latest/beta
scale: 1
options:
log-level: DEBUG
resources:
pol-image: gatici/pol:testing-daily
vca:
charm: osm-vca-integrator
channel: latest/beta
scale: 1
ingress:
charm: nginx-ingress-integrator
channel: latest/stable
scale: 1
prometheus:
charm: osm-prometheus
channel: latest/stable
scale: 1
series: kubernetes
storage:
data: 50M
options:
default-target: "mon:8000"
grafana:
charm: osm-grafana
channel: latest/stable
scale: 1
series: kubernetes
keystone:
charm: osm-keystone
channel: latest/beta
scale: 1
resources:
keystone-image: opensourcemano/keystone:testing-daily
relations:
- - grafana:prometheus
- prometheus:prometheus
- - kafka:zookeeper
- zookeeper:zookeeper
- - keystone:db
- mariadb:mysql
- - lcm:kafka
- kafka:kafka
- - lcm:mongodb
- mongodb:database
- - lcm:vca
- vca:vca
- - ro:ro
- lcm:ro
- - ro:kafka
- kafka:kafka
- - ro:mongodb
- mongodb:database
- - pol:kafka
- kafka:kafka
- - pol:mongodb
- mongodb:database
- - mon:mongodb
- mongodb:database
- - mon:kafka
- kafka:kafka
- - mon:vca
- vca:vca
- - nbi:mongodb
- mongodb:database
- - nbi:kafka
- kafka:kafka
- - nbi:ingress
- ingress:ingress
- - nbi:prometheus
- prometheus:prometheus
- - nbi:keystone
- keystone:keystone
- - mon:prometheus
- prometheus:prometheus
- - ng-ui:nbi
- nbi:nbi
- - ng-ui:ingress
- ingress:ingress
- - mon:keystone
- keystone:keystone
- - mariadb:mysql
- pol:mysql
- - grafana:db
- mariadb:mysql