blob: 8a68f6dd9c07cc77a482f15659e3df74b9979adf [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
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +01003#
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
16global:
17 # Repositories used
18 repository: nexus3.onap.org:10001
19 dockerHubRepository: docker.io
20 elasticRepository: docker.elastic.co
21 googleK8sRepository: k8s.gcr.io
22
23 # common global images
24 busyboxImage: busybox:1.32
25 curlImage: curlimages/curl:7.69.1
Joanna Jeremicz5b03f952021-01-27 13:15:16 +010026 certServiceClientImage: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010027 envsubstImage: dibi/envsubst:1
28 # there's only latest image for htpasswd
29 htpasswdImage: xmartlabs/htpasswd:latest
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010030 jreImage: onap/integration-java11:7.1.0
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010031 kubectlImage: bitnami/kubectl:1.19
32 loggingImage: beats/filebeat:5.5.0
Sylvain Desbureaux93a5b492020-11-27 11:07:42 +010033 mariadbImage: bitnami/mariadb:10.5.8
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010034 nginxImage: bitnami/nginx:1.18-debian-10
Tomasz Pietruszkiewicze24ed0b2021-03-18 11:14:06 +010035 postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010036 readinessImage: onap/oom/readiness:3.0.1
vv770de8c5c682021-04-15 12:21:36 -040037 dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010038
39 # Default credentials
40 # they're optional. If the target repository doesn't need them, comment them
41 repositoryCred:
42 user: docker
43 password: docker
44 # If you want / need authentication on the repositories, please set
45 # Don't set them if the target repo is the same than others
46 # dockerHubCred:
47 # user: myuser
48 # password: mypassord
49 # elasticCred:
50 # user: myuser
51 # password: mypassord
52 # googleK8sCred:
53 # user: myuser
54 # password: mypassord
55
56imageRepoMapping:
57 busyboxImage: dockerHubRepository
58 curlImage: dockerHubRepository
Remigiusz Janeczek42177a12020-12-10 13:10:15 +010059 certServiceClientImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010060 envsubstImage: dockerHubRepository
61 htpasswdImage: dockerHubRepository
Sylvain Desbureaux145140b2020-11-19 16:48:39 +010062 jreImage: repository
Sylvain Desbureaux2b2aa112020-11-19 16:22:39 +010063 kubectlImage: dockerHubRepository
64 loggingImage: elasticRepository
65 mariadbImage: dockerHubRepository
66 nginxImage: dockerHubRepository
67 postgresImage: dockerHubRepository
68 readinessImage: repository
vv770de8c5c682021-04-15 12:21:36 -040069 dcaePolicySyncImage: repository