blob: f4104538f7a03fe489deb3e5395a7a78e7da32af [file] [log] [blame]
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01001# Copyright © 2020 Orange
vv770de8c5c682021-04-15 12:21:36 -04002# Copyright © 2021 Nokia, AT&T
ajay_dp001cf5232a2021-04-13 20:48:07 +05303# Modifications Copyright (C) 2021 Nordix Foundation.
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01004#
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
17global:
18 # Repositories used
19 repository: nexus3.onap.org:10001
20 dockerHubRepository: docker.io
21 elasticRepository: docker.elastic.co
22 googleK8sRepository: k8s.gcr.io
Vijay Venkatesh Kumar8c465172021-06-03 16:51:33 -040023 githubContainerRegistry: ghcr.io
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010024
25 # common global images
26 busyboxImage: busybox:1.32
27 curlImage: curlimages/curl:7.69.1
28 envsubstImage: dibi/envsubst:1
29 # there's only latest image for htpasswd
30 htpasswdImage: xmartlabs/htpasswd:latest
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010031 jreImage: onap/integration-java11:7.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010032 kubectlImage: bitnami/kubectl:1.19
33 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010034 mariadbImage: bitnami/mariadb:10.5.8
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010035 nginxImage: bitnami/nginx:1.18-debian-10
Tomasz Pietruszkiewicze24ed0b2021-03-18 11:14:06 +010036 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010037 readinessImage: onap/oom/readiness:3.0.1
vv770de8c5c682021-04-15 12:21:36 -040038 dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
ajay_dp001cf5232a2021-04-13 20:48:07 +053039 dbcClientImage: onap/dmaap/dbc-client:2.0.7
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010040
41 # Default credentials
42 # they're optional. If the target repository doesn't need them, comment them
43 repositoryCred:
44 user: docker
45 password: docker
46 # If you want / need authentication on the repositories, please set
47 # Don't set them if the target repo is the same than others
48 # dockerHubCred:
49 # user: myuser
50 # password: mypassord
51 # elasticCred:
52 # user: myuser
53 # password: mypassord
54 # googleK8sCred:
55 # user: myuser
56 # password: mypassord
57
58imageRepoMapping:
59 busyboxImage: dockerHubRepository
60 curlImage: dockerHubRepository
61 envsubstImage: dockerHubRepository
62 htpasswdImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010063 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010064 kubectlImage: dockerHubRepository
65 loggingImage: elasticRepository
66 mariadbImage: dockerHubRepository
67 nginxImage: dockerHubRepository
68 postgresImage: dockerHubRepository
69 readinessImage: repository
vv770de8c5c682021-04-15 12:21:36 -040070 dcaePolicySyncImage: repository
ajay_dp001cf5232a2021-04-13 20:48:07 +053071 dbcClientImage: repository