blob: dc43f9b6b247a9aa0ee2159ecd1e5d7870a737c9 [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# Values file for API tests
17#
18# The test process is to install minikube directly on a machine with docker
19# installed (`--vm-driver=none`) then use imagebuilder to build images with
20# candidate tags into that local docker registry, and run the tests.
Zack Williamsfc1568d2018-05-15 10:24:25 -070021
Zack Williamsff683a22018-05-16 11:47:28 -070022# shared by xos-core, rcord-lite, etc.
Zack Williamsfc1568d2018-05-15 10:24:25 -070023imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070024
Zack Williamsff683a22018-05-16 11:47:28 -070025# xos core
26xos-gui:
27 enabled: false
28
Andy Bavierda6e0952018-05-01 13:48:56 -070029xos_coreImage: 'xosproject/xos-core:candidate'
30xos_chameleonImage: 'xosproject/chameleon:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070031xos_toscaImage: 'xosproject/xos-tosca:candidate'
Andy Bavierda6e0952018-05-01 13:48:56 -070032xos_api_testerImage: 'xosproject/xos-api-tester:candidate'
Andy Bavier076f9452018-03-21 15:05:14 -070033
Zack Williamsff683a22018-05-16 11:47:28 -070034# rcord-lite
Andy Bavierda6e0952018-05-01 13:48:56 -070035rcord_synchronizerImage: "xosproject/rcord-synchronizer:candidate"
Andy Bavier076f9452018-03-21 15:05:14 -070036
Zack Williamsff683a22018-05-16 11:47:28 -070037# xossh
38xosshImage: 'xosproject/xos-client:candidate'
39
40# XOS service charts
Andy Bavier076f9452018-03-21 15:05:14 -070041addressmanager:
Andy Bavierda6e0952018-05-01 13:48:56 -070042 addressmanager_synchronizerImage: "xosproject/addressmanager-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070043 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070044fabric:
Andy Bavierda6e0952018-05-01 13:48:56 -070045 fabric_synchronizerImage: "xosproject/fabric-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070046 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070047onos-service:
Andy Bavierda6e0952018-05-01 13:48:56 -070048 onos_synchronizerImage: "xosproject/onos-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070049 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070050volt:
Andy Bavierda6e0952018-05-01 13:48:56 -070051 volt_synchronizerImage: "xosproject/volt-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070052 imagePullPolicy: 'IfNotPresent'
Andy Bavier076f9452018-03-21 15:05:14 -070053vsg-hw:
Andy Bavierda6e0952018-05-01 13:48:56 -070054 vsg_hw_synchronizerImage: "xosproject/vsg-hw-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070055 imagePullPolicy: 'IfNotPresent'
Matteo Scandolo677e0722018-05-08 14:10:49 -070056vrouter:
57 vrouter_synchronizerImage: "xosproject/vrouter-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070058 imagePullPolicy: 'IfNotPresent'
Scott Baker0219e692018-04-10 07:50:23 -070059kubernetes:
60 kubernetes_synchronizerImage: "xosproject/kubernetes-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070061 imagePullPolicy: 'IfNotPresent'
Scott Baker22e46b72018-05-07 09:06:53 -070062simpleexampleservice:
63 simpleexampleservice_synchronizerImage: "xosproject/simpleexampleservice-synchronizer:candidate"
Zack Williamsfc1568d2018-05-15 10:24:25 -070064 imagePullPolicy: 'IfNotPresent'
65