blob: 6c6480e9301caa23ff58bbed49ddcb2d274aa7f0 [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
Zack Williamsff683a22018-05-16 11:47:28 -070016# Set all image tags to "candidate" to use locally built images
Andy Bavier076f9452018-03-21 15:05:14 -070017
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 service charts
Andy Bavier076f9452018-03-21 15:05:14 -070030addressmanager:
Matteo Scandolod14fe552018-05-15 11:36:32 -070031 addressmanager_synchronizerImage: 'xosproject/addressmanager-synchronizer:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070032fabric:
Matteo Scandolod14fe552018-05-15 11:36:32 -070033 fabric_synchronizerImage: 'xosproject/fabric-synchronizer:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070034onos-service:
Matteo Scandolod14fe552018-05-15 11:36:32 -070035 onos_synchronizerImage: 'xosproject/onos-synchronizer:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070036volt:
Matteo Scandolod14fe552018-05-15 11:36:32 -070037 volt_synchronizerImage: 'xosproject/volt-synchronizer:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070038vsg-hw:
Matteo Scandolod14fe552018-05-15 11:36:32 -070039 vsg_hw_synchronizerImage: 'xosproject/vsg-hw-synchronizer:candidate'
Matteo Scandolo677e0722018-05-08 14:10:49 -070040vrouter:
Matteo Scandolod14fe552018-05-15 11:36:32 -070041 vrouter_synchronizerImage: 'xosproject/vrouter-synchronizer:candidate'
Scott Baker0219e692018-04-10 07:50:23 -070042kubernetes:
Matteo Scandolod14fe552018-05-15 11:36:32 -070043 kubernetes_synchronizerImage: 'xosproject/kubernetes-synchronizer:candidate'
44rcord:
45 rcord_synchronizerImage: 'xosproject/rcord-synchronizer:candidate'
Scott Baker22e46b72018-05-07 09:06:53 -070046simpleexampleservice:
Matteo Scandolod14fe552018-05-15 11:36:32 -070047 simpleexampleservice_synchronizerImage: 'xosproject/simpleexampleservice-synchronizer:candidate'
Matteo Scandoloaf04f462018-05-22 11:35:27 -070048
49hippieOSS_synchronizerImage: 'xosproject/hippie-oss-synchronizer:candidate'