Add xapp-onboarder, upgrade ric-common version.
[ric-plt/ric-dep.git] / RECIPE_EXAMPLE / 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: r4
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 # The release and staging LF repos' credentials have already been included.
46 # Please do not create duplicated entries
47 #docker-credential:
48 #  enabled: true
49 #  credential:
50 #    SOME_KEY_NAME:
51 #      registry: ""
52 #      credential:
53 #        user: ""
54 #        password: ""
55 #        email: ""
56
57
58 a1mediator:
59   image:
60     name: ric-plt-a1
61     tag: 2.0.0
62   rmr_timeout_config:
63     a1_rcv_retry_times: 20
64     ins_del_no_resp_ttl: 5
65     ins_del_resp_ttl: 10
66
67 appmgr:
68   image:
69    init:
70      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
71      name: it-dep-init
72      tag: 0.0.1
73    appmgr:
74      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
75      name: ric-plt-appmgr
76      tag: 0.1.10
77    chartmuseum:
78      registry: "docker.io"
79      name: chartmuseum/chartmuseum
80      tag: v0.8.2
81
82 dbaas:
83   backend:
84     image:
85       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
86       name: ric-plt-dbaas
87       tag: 0.1.0
88
89 dbaasha:
90   image:
91     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
92     name: ric-plt-dbaas
93     tag: 0.2.2
94   # Remove the affinity line below when deploying in a k8s
95   # cluster of more than 3 nodes.
96   affinity: ""
97
98 e2mgr:
99   image:
100     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
101     name: ric-plt-e2mgr
102     tag: 2.0.10
103   privilegedmode: false
104   env:
105     RIC_ID: "bbbccc-abcd0e/20"
106
107
108 e2term:
109   alpha:
110     image:
111       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
112       name: ric-plt-e2
113       tag: 3.0.1
114   
115     privilegedmode: false
116     hostnetworkmode: false
117     env:
118       print: "1"
119       messagecollectorfile: "/data/outgoing/"
120     dataVolSize: 100Mi
121     storageClassName: local-storage
122     pizpub:
123       enabled: false
124
125
126 jaegeradapter:
127   image:
128     registry: "docker.io"
129     name: jaegertracing/all-in-one
130     tag: 1.12
131
132
133 #rsm:
134 #  image:
135 #    init:
136 #      name: redis
137 #      tag: latest
138 #      registry: "docker.io"
139 #    main:
140 #      name: ric-plt-resource-status-manager
141 #      tag: 3.0.1
142 #      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
143 #  privilegedmode: false
144
145 rtmgr:
146   image:
147     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
148     name: ric-plt-rtmgr
149     tag: 0.4.9
150   rpe: rmrpush
151   sbi: nngpush
152   sbiurl: 0.0.0.0
153   nbi: httpRESTful
154   nbiurl: http://0.0.0.0:8888
155
156 submgr:
157   image:
158     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
159     name: ric-plt-submgr
160     tag: 0.10.7
161
162 vespamgr:
163   image:
164     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
165     name: ric-plt-vespamgr
166     tag: 0.0.8
167   prometheusurl: "http://rec-prometheus-server.default"
168
169 o1mediator:
170   image:
171     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
172     name: ric-plt-o1
173     tag: 0.3.2
174
175 xapponboarder:
176   image:
177    xapponboarder:
178      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
179      name: xapp-onboarder
180      tag: 1.0.0
181    chartmuseum:
182      registry: "docker.io"
183      name: chartmuseum/chartmuseum
184      tag: v0.8.2
185   allow_redeploy: "True"