blob: e2c01060105fede08147f65d227a47a1f2deeeeb [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
17
Andy Bavierda6e0952018-05-01 13:48:56 -070018# in xos-core chart
19xos_coreImage: 'xosproject/xos-core:candidate'
20xos_chameleonImage: 'xosproject/chameleon:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070021xos_toscaImage: 'xosproject/xos-tosca:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070022xos_api_testerImage: 'xosproject/xos-api-tester:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070023
Zack Williamsf1026072018-05-04 18:00:38 -070024# in xos-gui sub-chart required by xos-core chart
25xos-gui:
26 xos_guiImage: 'xosproject/xos-gui:candidate'
27 xos_wsImage: 'xosproject/xos-ws:candidate'
28
Andy Bavierda6e0952018-05-01 13:48:56 -070029# in rcord-lite chart
30rcord_synchronizerImage: "xosproject/rcord-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070031
Andy Bavierda6e0952018-05-01 13:48:56 -070032# in service charts
Andy Bavier076f9452018-03-21 15:05:14 -070033addressmanager:
Andy Bavierda6e0952018-05-01 13:48:56 -070034 addressmanager_synchronizerImage: "xosproject/addressmanager-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070035fabric:
Andy Bavierda6e0952018-05-01 13:48:56 -070036 fabric_synchronizerImage: "xosproject/fabric-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070037onos-service:
Andy Bavierda6e0952018-05-01 13:48:56 -070038 onos_synchronizerImage: "xosproject/onos-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070039volt:
Andy Bavierda6e0952018-05-01 13:48:56 -070040 volt_synchronizerImage: "xosproject/volt-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070041vsg-hw:
Andy Bavierda6e0952018-05-01 13:48:56 -070042 vsg_hw_synchronizerImage: "xosproject/vsg-hw-synchronizer:candidate"
Matteo Scandolo677e0722018-05-08 14:10:49 -070043vrouter:
44 vrouter_synchronizerImage: "xosproject/vrouter-synchronizer:candidate"
Scott Baker0219e692018-04-10 07:50:23 -070045kubernetes:
46 kubernetes_synchronizerImage: "xosproject/kubernetes-synchronizer:candidate"