-
Notifications
You must be signed in to change notification settings - Fork 8
/
bundle.yaml
65 lines (65 loc) · 1.01 KB
/
bundle.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
bundle: kubernetes
name: oai
applications:
db:
charm: ch:oai-db
scale: 1
channel: edge
trust: true
nrf:
charm: ch:oai-nrf
scale: 1
channel: edge
trust: true
options:
start-tcpdump: false
amf:
charm: ch:oai-amf
trust: true
options:
start-tcpdump: false
scale: 1
channel: edge
smf:
charm: ch:oai-smf
scale: 1
channel: edge
trust: true
options:
start-tcpdump: false
spgwu-tiny:
charm: ch:oai-spgwu-tiny
scale: 1
channel: edge
trust: true
options:
start-tcpdump: false
gnb:
charm: ch:oai-gnb
scale: 1
channel: edge
trust: true
nr-ue:
charm: ch:oai-nr-ue
scale: 1
channel: edge
trust: true
relations:
- - db:db
- amf:db
- - nrf:nrf
- amf:nrf
- - nrf:nrf
- smf:nrf
- - smf:amf
- amf:amf
- - nrf:nrf
- spgwu-tiny:nrf
- - spgwu-tiny:smf
- smf:smf
- - gnb:amf
- amf:amf
- - spgwu-tiny:spgwu
- gnb:spgwu
- - nr-ue:gnb
- gnb:gnb