973847057f372d8504323ba70fc79f938680ad6d
[ric-plt/ric-dep.git] / 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:10004"
50       credential:
51         user: "docker"
52         password: "docker"
53         email: "@"
54
55
56 a1mediator:
57   image:
58     name: ric-plt-a1
59     tag: 1.0.4
60   rmr_timeout_config:
61     rcv_retry_interval_ms: 500
62     rcv_retry_times: 20
63
64 appmgr:
65   image:
66    init:
67      name: it-dep-init
68      tag: 0.0.1
69    appmgr:
70      name: ric-plt-appmgr
71      tag: 0.2.0
72    chartmuseum:
73      name: chartmuseum/chartmuseum
74      tag: v0.8.2
75
76 dbaas:
77   backend:
78     image:
79       name: ric-plt-dbaas
80       tag: 0.1.0
81
82 e2mgr:
83   image:
84     name: ric-plt-e2mgr
85     tag: 3.0.1
86   privilegedmode: false
87   env:
88     RIC_ID: "bbbccc-abcd0e/20"
89
90
91 e2term:
92   image:
93     name: ric-plt-e2
94     tag: 3.0.1
95
96   privilegedmode: false
97   hostnetworkmode: false
98   env:
99     print: "1"
100     messagecollectorfile: "/data/outgoing/"
101   dataVolSize: 100Mi
102   storageClassName: local-storage
103   pizpub:
104     enabled: false
105
106
107 jaegeradapter:
108   image:
109     name: jaegertracing/all-in-one
110     tag: 1.12
111
112
113 rsm:
114   image:
115     name: ric-plt-resource-status-manager
116     tag: 3.0.1
117   privilegedmode: false
118   enableResourceStatus: true
119
120 rtmgr:
121   image:
122     name: ric-plt-rtmgr
123     tag: 0.3.8
124   rpe: rmrpush
125   sbi: nngpush
126   sbiurl: 0.0.0.0
127   nbi: httpRESTful
128   nbiurl: http://0.0.0.0:8888
129   loglevel: DEBUG
130
131 submgr:
132   image:
133     name: ric-plt-submgr
134     tag: 0.10.7
135
136 vespamgr:
137   image:
138     name: ric-plt-vespamgr
139     tag: 0.0.8
140   prometheusurl: "http://rec-prometheus-server.default"