-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbundle_local.yaml
112 lines (111 loc) · 2.79 KB
/
bundle_local.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
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
# Copyright 2020 Tata Elxsi
#
# 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.
#
# For those usages not covered by the Apache License, Version 2.0 please
# contact: [email protected]
#
# To get in touch with the maintainers, please contact:
##
---
description: 5g Core Bundle
bundle: kubernetes
applications:
mongodb:
charm: "./charms/mongodb-operator/mongodb.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-mongo:1.0"
nrf:
charm: "./charms/nrf-operator/nrf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-nrf:1.0"
amf:
charm: "./charms/amf-operator/amf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-amf:1.0"
ausf:
charm: "./charms/ausf-operator/ausf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-ausf:1.0"
nssf:
charm: "./charms/nssf-operator/nssf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-nssf:1.0"
udm:
charm: "./charms/udm-operator/udm.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-udm:1.0"
udr:
charm: "./charms/udr-operator/udr.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-udr:1.0"
pcf:
charm: "./charms/pcf-operator/pcf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-pcf:1.0"
upf1:
charm: "./charms/upf1-operator/upf1.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-upf-1:1.0"
webui:
charm: "./charms/webui-operator/webui.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-webui:1.0"
smf:
charm: "./charms/smf-operator/smf.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-smf:1.0"
natapp:
charm: "./charms/natapp-operator/natapp.charm"
scale: 1
resources:
image: "localhost:32000/free5gc-natapp:1.0"
relations:
- - nrf:mongodb
- mongodb:mongodb
- - amf:nrf
- nrf:nrf
- - ausf:nrf
- nrf:nrf
- - nssf:nrf
- nrf:nrf
- - smf:upf
- upf1:upf
- - smf:nrf
- nrf:nrf
- - udm:nrf
- nrf:nrf
- - udr:mongodb
- mongodb:mongodb
- - udr:nrf
- nrf:nrf
- - webui:mongodb
- mongodb:mongodb
- - upf1:natapp
- natapp:natapp
- - pcf:amf
- amf:amf
- - pcf:nrf
- nrf:nrf