blob: 68d0d86f203be9c1129b7ffbf3180ff6ef6e3644 [file] [log] [blame]
Andy Bavier076f9452018-03-21 15:05:14 -07001---
Andy Bavier076f9452018-03-21 15:05:14 -07002# Copyright 2018-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.
15
16# Set all image tags to "candidate" to use imagebuilder's local images
Zack Williamsfc1568d2018-05-15 10:24:25 -070017# Also set imagePullPolicy to IfNotPresent, so these images will be used.
18
19# in xos-core, rcord-lite, onos and voltha charts
20imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070021
Andy Bavierda6e0952018-05-01 13:48:56 -070022# in xos-core chart
23xos_coreImage: 'xosproject/xos-core:candidate'
24xos_chameleonImage: 'xosproject/chameleon:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070025xos_toscaImage: 'xosproject/xos-tosca:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070026xos_api_testerImage: 'xosproject/xos-api-tester:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070027
Zack Williamsf1026072018-05-04 18:00:38 -070028# in xos-gui sub-chart required by xos-core chart
29xos-gui:
30 xos_guiImage: 'xosproject/xos-gui:candidate'
31 xos_wsImage: 'xosproject/xos-ws:candidate'
Zack Williamsfc1568d2018-05-15 10:24:25 -070032 imagePullPolicy: 'IfNotPresent'
Zack Williamsf1026072018-05-04 18:00:38 -070033
Andy Bavierda6e0952018-05-01 13:48:56 -070034# in rcord-lite chart
35rcord_synchronizerImage: "xosproject/rcord-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070036
Andy Bavierda6e0952018-05-01 13:48:56 -070037# in service charts
Andy Bavier076f9452018-03-21 15:05:14 -070038addressmanager:
Andy Bavierda6e0952018-05-01 13:48:56 -070039 addressmanager_synchronizerImage: "xosproject/addressmanager-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070040 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070041fabric:
Andy Bavierda6e0952018-05-01 13:48:56 -070042 fabric_synchronizerImage: "xosproject/fabric-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070043 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070044onos-service:
Andy Bavierda6e0952018-05-01 13:48:56 -070045 onos_synchronizerImage: "xosproject/onos-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070046 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070047volt:
Andy Bavierda6e0952018-05-01 13:48:56 -070048 volt_synchronizerImage: "xosproject/volt-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070049 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070050vsg-hw:
Andy Bavierda6e0952018-05-01 13:48:56 -070051 vsg_hw_synchronizerImage: "xosproject/vsg-hw-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070052 imagePullPolicy: 'IfNotPresent'
Matteo Scandolo677e0722018-05-08 14:10:49 -070053vrouter:
54 vrouter_synchronizerImage: "xosproject/vrouter-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070055 imagePullPolicy: 'IfNotPresent'
Scott Baker0219e692018-04-10 07:50:23 -070056kubernetes:
57 kubernetes_synchronizerImage: "xosproject/kubernetes-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070058 imagePullPolicy: 'IfNotPresent'
Scott Baker22e46b72018-05-07 09:06:53 -070059simpleexampleservice:
60 simpleexampleservice_synchronizerImage: "xosproject/simpleexampleservice-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070061 imagePullPolicy: 'IfNotPresent'
62