blob: 94539f6b1f5a2c1b80ea861a58dee5c6b369e1c5 [file] [log] [blame]
TorstenThiemed2cd91d2020-07-28 07:13:44 +00001---
2# Copyright 2020-present Open Networking Foundation
3#
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.
15defaults:
16 image_tag: master
17 image_pullPolicy: "IfNotPresent"
18images:
19 onos:
20 repository: voltha/voltha-onos
21 tag: master
22image:
23 repository: voltha/voltha-onos
24 tag: master
25 pullPolicy: "IfNotPresent"
26onos_env:
27 - name: POD_IP
28 valueFrom:
29 fieldRef:
30 fieldPath: status.podIP
31 - name: NAMESPACE
32 valueFrom:
33 fieldRef:
34 fieldPath: metadata.namespace
35 - name: ONOS_APPS
36 value: "drivers,openflow-base,hostprovider"
37atomix:
38 persistence:
39 enabled: false