e181e000ad7c86d6a31476547ccd9a95be861512
[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: 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 # 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.2.2
88
89 e2mgr:
90   image:
91     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
92     name: ric-plt-e2mgr
93     tag: 2.0.10
94   privilegedmode: false
95   env:
96     RIC_ID: "bbbccc-abcd0e/20"
97
98
99 e2term:
100   alpha:
101     image:
102       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
103       name: ric-plt-e2
104       tag: 3.0.1
105   
106     privilegedmode: false
107     hostnetworkmode: false
108     env:
109       print: "1"
110       messagecollectorfile: "/data/outgoing/"
111     dataVolSize: 100Mi
112     storageClassName: local-storage
113     pizpub:
114       enabled: false
115
116
117 jaegeradapter:
118   image:
119     registry: "docker.io"
120     name: jaegertracing/all-in-one
121     tag: 1.12
122
123
124 rsm:
125   image:
126     init:
127       name: redis
128       tag: latest
129       registry: "docker.io"
130     main:
131       name: ric-plt-resource-status-manager
132       tag: 3.0.3
133       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
134   privilegedmode: false
135
136 rtmgr:
137   image:
138     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
139     name: ric-plt-rtmgr
140     tag: 0.4.9
141   rpe: rmrpush
142   sbi: nngpush
143   sbiurl: 0.0.0.0
144   nbi: httpRESTful
145   nbiurl: http://0.0.0.0:8888
146
147 submgr:
148   image:
149     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
150     name: ric-plt-submgr
151     tag: 0.10.7
152
153 vespamgr:
154   image:
155     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
156     name: ric-plt-vespamgr
157     tag: 0.0.8
158   prometheusurl: "http://rec-prometheus-server.default"