vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
liangke | c586180 | 2017-09-12 15:41:20 +0800 | [diff] [blame] | 15 | nsPrefix: onap |
| 16 | pullPolicy: Always |
| 17 | nodePortPrefix: 302 |
kerenj | f4a61d8 | 2018-02-25 14:29:41 +0000 | [diff] [blame] | 18 | dataRootDir: /dockerdata-nfs |
vaibhav_16dec | 65bb2de | 2018-02-16 07:46:32 +0000 | [diff] [blame] | 19 | frameworkReplicas: 1 |
| 20 | ocataReplicas: 1 |
| 21 | vioReplicas: 1 |
| 22 | windRiverReplicas: 1 |
liangke | c586180 | 2017-09-12 15:41:20 +0800 | [diff] [blame] | 23 | image: |
kerenj | 0a50f4c | 2018-02-22 13:13:47 +0000 | [diff] [blame] | 24 | readiness: oomk8s/readiness-check:1.1.0 |
liangke | 2817f44 | 2018-01-30 18:39:25 +0800 | [diff] [blame] | 25 | framework: nexus3.onap.org:10001/onap/multicloud/framework:latest |
| 26 | vio: nexus3.onap.org:10001/onap/multicloud/vio:latest |
Bin Yang | c86d6a7 | 2018-03-13 10:03:08 +0800 | [diff] [blame] | 27 | ocata: nexus3.onap.org:10001/onap/multicloud/openstack-ocata:latest |
| 28 | windriver: nexus3.onap.org:10001/onap/multicloud/openstack-windriver:latest |
liangke | 2817f44 | 2018-01-30 18:39:25 +0800 | [diff] [blame] | 29 | filebeat: docker.elastic.co/beats/filebeat:5.5.0 |
liangke | bc3d8e9 | 2017-09-20 10:22:46 +0800 | [diff] [blame] | 30 | # domain name of msb gateway |
BorislavG | 8bfc6cf | 2018-02-27 15:04:26 +0000 | [diff] [blame] | 31 | msbgateway: msb-iag.{{ .Values.nsPrefix }} |
kerenj | 0a50f4c | 2018-02-22 13:13:47 +0000 | [diff] [blame] | 32 | msbPort: 80 |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 33 | |
| 34 | config: |
| 35 | logstashServiceName: log-ls |
| 36 | logstashPort: 5044 |