Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 2 | # 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 Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame^] | 16 | # 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 Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 21 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame^] | 22 | # shared by xos-core, rcord-lite, etc. |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 23 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 24 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame^] | 25 | # xos core |
| 26 | xos-gui: |
| 27 | enabled: false |
| 28 | |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 29 | xos_coreImage: 'xosproject/xos-core:candidate' |
| 30 | xos_chameleonImage: 'xosproject/chameleon:candidate' |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 31 | xos_toscaImage: 'xosproject/xos-tosca:candidate' |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 32 | xos_api_testerImage: 'xosproject/xos-api-tester:candidate' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 33 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame^] | 34 | # rcord-lite |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 35 | rcord_synchronizerImage: "xosproject/rcord-synchronizer:candidate" |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 36 | |
Zack Williams | ff683a2 | 2018-05-16 11:47:28 -0700 | [diff] [blame^] | 37 | # xossh |
| 38 | xosshImage: 'xosproject/xos-client:candidate' |
| 39 | |
| 40 | # XOS service charts |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 41 | addressmanager: |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 42 | addressmanager_synchronizerImage: "xosproject/addressmanager-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 43 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 44 | fabric: |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 45 | fabric_synchronizerImage: "xosproject/fabric-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 46 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 47 | onos-service: |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 48 | onos_synchronizerImage: "xosproject/onos-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 49 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 50 | volt: |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 51 | volt_synchronizerImage: "xosproject/volt-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 52 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 076f945 | 2018-03-21 15:05:14 -0700 | [diff] [blame] | 53 | vsg-hw: |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 54 | vsg_hw_synchronizerImage: "xosproject/vsg-hw-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 55 | imagePullPolicy: 'IfNotPresent' |
Matteo Scandolo | 677e072 | 2018-05-08 14:10:49 -0700 | [diff] [blame] | 56 | vrouter: |
| 57 | vrouter_synchronizerImage: "xosproject/vrouter-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 58 | imagePullPolicy: 'IfNotPresent' |
Scott Baker | 0219e69 | 2018-04-10 07:50:23 -0700 | [diff] [blame] | 59 | kubernetes: |
| 60 | kubernetes_synchronizerImage: "xosproject/kubernetes-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 61 | imagePullPolicy: 'IfNotPresent' |
Scott Baker | 22e46b7 | 2018-05-07 09:06:53 -0700 | [diff] [blame] | 62 | simpleexampleservice: |
| 63 | simpleexampleservice_synchronizerImage: "xosproject/simpleexampleservice-synchronizer:candidate" |
Zack Williams | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 64 | imagePullPolicy: 'IfNotPresent' |
| 65 | |