Sync up to the latest it/dep commit.
[ric-plt/ric-dep.git] / RECIPE_EXAMPLE / amber_example_recipe.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ###############################################################################
16
17 #-------------------------------------------------------------------------
18 # Global common setting
19 #-------------------------------------------------------------------------
20
21 common:
22   releasePrefix: r3
23
24 # If a local docker registry is used, please specify it using the following option 
25 #  localregistry: nexus3.o-ran-sc.org:10004
26
27 # Change the overall image pull policy using the following option
28 #  pullpolicy: IfNotPresent
29
30 # Change the namespaces using the following options
31 #  namespace:
32 #    aux: ricaux
33 #    platform: ricplt
34 #    xapp: ricxapp
35 #    infra: ricinfra
36
37 # ricip should be the ingress controller listening IP for the platform cluster
38 # auxip should be the ingress controller listening IP for the AUX cluster
39 extsvcplt:
40   ricip: "10.0.0.1"
41   auxip: "10.0.0.1"
42
43
44 #Specify the docker registry credential using the following
45 docker-credential:
46   enabled: true
47   credential:
48     oran:
49       registry: "nexus3.o-ran-sc.org:10002"
50       credential:
51         user: "docker"
52         password: "docker"
53         email: "@"
54
55
56 a1mediator:
57   image:
58     name: ric-plt-a1
59     tag: 2.0.0
60   rmr_timeout_config:
61     a1_rcv_retry_times: 20
62     ins_del_no_resp_ttl: 5
63     ins_del_resp_ttl: 10
64
65 appmgr:
66   image:
67    init:
68      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
69      name: it-dep-init
70      tag: 0.0.1
71    appmgr:
72      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
73      name: ric-plt-appmgr
74      tag: 0.1.10
75    chartmuseum:
76      registry: "docker.io"
77      name: chartmuseum/chartmuseum
78      tag: v0.8.2
79
80 dbaas:
81   backend:
82     image:
83       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
84       name: ric-plt-dbaas
85       tag: 0.2.2
86
87 e2mgr:
88   image:
89     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
90     name: ric-plt-e2mgr
91     tag: 2.0.10
92   privilegedmode: false
93   env:
94     RIC_ID: "bbbccc-abcd0e/20"
95
96
97 e2term:
98   alpha:
99     image:
100       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
101       name: ric-plt-e2
102       tag: 3.0.1
103   
104     privilegedmode: false
105     hostnetworkmode: false
106     env:
107       print: "1"
108       messagecollectorfile: "/data/outgoing/"
109     dataVolSize: 100Mi
110     storageClassName: local-storage
111     pizpub:
112       enabled: false
113
114
115 jaegeradapter:
116   image:
117     registry: "docker.io"
118     name: jaegertracing/all-in-one
119     tag: 1.12
120
121
122 rsm:
123   image:
124     init:
125       name: redis
126       tag: latest
127       registry: "docker.io"
128     main:
129       name: ric-plt-resource-status-manager
130       tag: 3.0.1
131       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
132   privilegedmode: false
133
134 rtmgr:
135   image:
136     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
137     name: ric-plt-rtmgr
138     tag: 0.3.9
139   rpe: rmrpush
140   sbi: nngpush
141   sbiurl: 0.0.0.0
142   nbi: httpRESTful
143   nbiurl: http://0.0.0.0:8888
144
145 submgr:
146   image:
147     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
148     name: ric-plt-submgr
149     tag: 0.10.7
150
151 vespamgr:
152   image:
153     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
154     name: ric-plt-vespamgr
155     tag: 0.0.8
156   prometheusurl: "http://rec-prometheus-server.default"