Multiple A1 Version
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
1 ################################################################################
2 #   Copyright (c) 2020 Nordix Foundation.                                      #
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: r2-dev-nonrtric
23
24 # Change the namespaces using the following options
25   namespace:
26     nonrtric: nonrtric
27
28 component: nonrtric
29
30 a1controller:
31   imagePullPolicy: IfNotPresent
32   image:
33     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
34     name: nonrtric-a1-controller
35     tag: 1.7.4
36   replicaCount: 1
37   service:
38     internalPort: 8181
39     externalPort: 8282
40
41 a1simulator:
42   name: a1-sim
43   imagePullPolicy: IfNotPresent
44   image:
45     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
46     name: a1-simulator
47     tag: 1.0.1
48   service:
49     internalPort: 8085
50   oscVersion:
51     name: a1-sim-osc
52     replicaCount: 2
53   stdVersion:
54     name: a1-sim-std
55     replicaCount: 2
56
57 controlpanel:
58   imagePullPolicy: IfNotPresent
59   # image registry and tag to be changed after first release of controlpanel
60   image:
61     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
62     name: nonrtric-controlpanel
63     tag: 1.0.0
64   replicaCount: 1
65   service:
66     internalPort: 8080
67     externalPort: 30090
68
69 policymanagementservice:
70   imagePullPolicy: IfNotPresent
71   image:
72     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
73     name: nonrtric-policy-agent
74     tag: 1.0.0
75   service:
76     internalPort: 8081
77     #Need to check the external port Availability
78     externalPort: 30091
79