Merge "change the kong-infra ingress controller nodeport to 29080 to avoid going...
[it/dep.git] / RECIPE_EXAMPLE / RIC_INFRA_RECIPE_EXAMPLE
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2019 Nokia.                                                  #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ###############################################################################
17
18 #-------------------------------------------------------------------------
19 # Global common setting
20 #-------------------------------------------------------------------------
21 global:
22   # Docker registry from which RIC platform components pull the images
23   repository: nexus3.o-ran-sc.org:10004
24   
25   # Name of the K8S docker credential that is onboarded by 20-credential 
26   repositoryCred: docker-reg-cred
27
28   # Docker image pull policy
29   imagePullPolicy: Always
30
31   # Helm repo that will be used by xApp manager
32   helmRepository: "https://helm-entry"
33
34   # Certificate of the helm repo
35   helmRepositoryCert: xapp-mgr-certs
36
37   # Name of the K8S secret that contains the credential of the helm repo
38   helmRepositoryCred: xapp-mgr-creds
39
40   # The name of the tiller that xApp helm client talks to
41   helmRepositoryTiller: tiller-deploy
42
43   # The namespace of the xApp helm tiller
44   helmRepositoryTillerNamespace: kube-system
45
46   # The port the xApp helm tiller is listening to
47   helmRepositoryTillerPort: 44134
48
49   # The ingress URL definitions for the ingress controller in four namespaces
50   ingressurl:
51     platform: ricplt-entry
52     xapp: ricxapp-entry
53     aux: ricaux-entry
54     infra: ricinfra-entry
55     localnexus: nexus-entry
56     localhelm: helm-entry
57     localdocker: docker-entry
58 #-------------------------------------------------------------------------
59 # Infrastructure
60 #-------------------------------------------------------------------------
61
62 cluster:
63   deployK8S: false
64   deployNexus: false
65   useLocalHelmRepo: false
66   useLocalDockerRegistry: false
67
68 credential:
69   repositoryCredential:
70     user: <DOCKER USER NAME>
71     password: <DOCKER PASSWORD>
72   
73   
74   helmrepoCredential:
75     user: <HELM USER NAME>
76     password: <HELM PASSWORD>
77
78   helmCertificate: |2
79     -----BEGIN CERTIFICATE-----
80     <CERT FOR HELM>
81     -----END CERTIFICATE-----
82
83 nexus:
84   image:
85     name: nexus-repository-helm-apt
86     tag: 1.0.0
87   adminPassword: <NEXUS ADMIN PASSWORD>
88   datapath: /tmp/nexus3-data/
89   storagesize: 20Gi
90
91 chartmuseum:
92   repositoryOverride: "registry.hub.docker.com"
93   image:
94     name: chartmuseum/chartmuseum
95     tag: v0.8.2
96
97   storagesize: 2Gi
98   datapath: /tmp/chartmuseum-data/