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 | |
Mandeep Khinda | 0e8f889 | 2017-08-25 03:31:17 +0000 | [diff] [blame] | 15 | nsPrefix: onap |
kerenj | 3b697f6 | 2017-08-23 11:21:21 +0000 | [diff] [blame] | 16 | pullPolicy: Always |
kerenj | 78eff21 | 2017-08-29 09:56:36 +0000 | [diff] [blame] | 17 | nodePortPrefix: 302 |
Alexis de Talhouët | df4db0b | 2017-12-11 08:36:25 -0500 | [diff] [blame] | 18 | |
| 19 | # POLICY hotfix - Note this must be temporary |
| 20 | # See https://jira.onap.org/browse/POLICY-510 |
| 21 | aaiServiceClusterIp: 10.43.255.254 |
vaibhav_16dec | f785cf3 | 2018-02-15 10:15:44 +0000 | [diff] [blame] | 22 | brmsgwReplicas: 1 |
| 23 | droolsReplicas: 1 |
| 24 | mariadbReplicas: 1 |
| 25 | nexusReplicas: 1 |
| 26 | papReplicas: 1 |
| 27 | pdpReplicas: 1 |
kerenj | 3b697f6 | 2017-08-23 11:21:21 +0000 | [diff] [blame] | 28 | image: |
Eric Au | cdaafde | 2017-08-31 16:18:11 -0400 | [diff] [blame] | 29 | readiness: oomk8s/readiness-check |
kerenj | 9844664 | 2018-02-22 13:17:15 +0000 | [diff] [blame] | 30 | readinessVersion: 1.1.0 |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 31 | policyPe: nexus3.onap.org:10001/onap/policy/policy-pe |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 32 | policyPeVersion: v1.1.1 |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 33 | policyDrools: nexus3.onap.org:10001/onap/policy/policy-drools |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 34 | policyDroolsVersion: v1.1.1 |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 35 | policyDb: nexus3.onap.org:10001/onap/policy/policy-db |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 36 | policyDbVersion: v1.1.1 |
Mandeep Khinda | 1261024 | 2017-09-14 11:37:33 +0000 | [diff] [blame] | 37 | policyNexus: nexus3.onap.org:10001/onap/policy/policy-nexus |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 38 | policyNexusVersion: v1.1.1 |
kerenj | 3b697f6 | 2017-08-23 11:21:21 +0000 | [diff] [blame] | 39 | ubuntu: ubuntu:16.04 |
vaibhav_16dec | f785cf3 | 2018-02-15 10:15:44 +0000 | [diff] [blame] | 40 | filebeat: docker.elastic.co/beats/filebeat:5.5.0 |