blob: 8e8de9932230ad278527303011ecf727022b8bf2 [file] [log] [blame]
Andy Bavier3e262f22018-03-22 12:24:41 -07001---
Andy Bavier3e262f22018-03-22 12:24:41 -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 Williamsfc1568d2018-05-15 10:24:25 -070016# Only pull docker images if not already present
Andy Bavier3e262f22018-03-22 12:24:41 -070017
Matteo Scandolof6c28df2018-05-08 11:44:05 -070018# in xos-core, rcord-lite, onos and voltha charts
Zack Williamsd9d6b352018-10-05 07:53:30 -070019image:
20 pullPolicy: 'IfNotPresent'
21
Zack Williams17a0c8a2018-10-11 15:11:21 -070022# in xos-core chart and other charts with multiple images
23images:
24 xos_core:
25 pullPolicy: 'IfNotPresent'
26 xos_chameleon:
27 pullPolicy: 'IfNotPresent'
28 xos_tosca:
29 pullPolicy: 'IfNotPresent'
30 xos_api_tester:
31 pullPolicy: 'IfNotPresent'
32 tosca_loader:
33 pullPolicy: 'IfNotPresent'
34
35xos-db:
Zack Williamsd9d6b352018-10-05 07:53:30 -070036 image:
37 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070038
Zack Williams17a0c8a2018-10-11 15:11:21 -070039# in xos-gui sub-chart required by xos-core chart
40xos-gui:
41 images:
42 xos_gui:
43 pullPolicy: 'IfNotPresent'
44 xos_ws:
45 pullPolicy: 'IfNotPresent'
46
Matteo Scandolo82096382018-06-12 15:07:05 -070047# in RCORD service chart
Andy Bavier3e262f22018-03-22 12:24:41 -070048addressmanager:
Zack Williamsd9d6b352018-10-05 07:53:30 -070049 image:
50 pullPolicy: 'IfNotPresent'
Matteo Scandolo7607b522018-08-09 17:03:58 -070051att-workflow-driver:
Zack Williamsd9d6b352018-10-05 07:53:30 -070052 image:
53 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070054fabric:
Zack Williamsd9d6b352018-10-05 07:53:30 -070055 image:
56 pullPolicy: 'IfNotPresent'
Scott Bakerafff3082018-07-16 17:23:26 -070057fabric-crossconnect:
Zack Williamsd9d6b352018-10-05 07:53:30 -070058 image:
59 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070060onos-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -070061 image:
62 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070063volt:
Zack Williamsd9d6b352018-10-05 07:53:30 -070064 image:
65 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070066vsg-hw:
Zack Williamsd9d6b352018-10-05 07:53:30 -070067 image:
68 pullPolicy: 'IfNotPresent'
Matteo Scandolod14fe552018-05-15 11:36:32 -070069rcord:
Zack Williamsd9d6b352018-10-05 07:53:30 -070070 image:
71 pullPolicy: 'IfNotPresent'
Luca Prete9c405c22018-05-03 17:59:41 -070072vrouter:
Zack Williamsd9d6b352018-10-05 07:53:30 -070073 image:
74 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070075
76# in BASE-OPENSTACK chart
Scott Bakera08a2d72018-05-22 16:09:14 -070077openstack:
Zack Williamsd9d6b352018-10-05 07:53:30 -070078 image:
79 pullPolicy: 'IfNotPresent'
80
Matteo Scandolo979695d2018-06-08 17:47:01 -070081vtn-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -070082 image:
83 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070084
85# in MCORD
86vmme:
Zack Williamsd9d6b352018-10-05 07:53:30 -070087 image:
88 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070089vspgwc:
Zack Williamsd9d6b352018-10-05 07:53:30 -070090 image:
91 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070092vspgwu:
Zack Williamsd9d6b352018-10-05 07:53:30 -070093 image:
94 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070095vhss:
Zack Williamsd9d6b352018-10-05 07:53:30 -070096 image:
97 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070098hssdb:
Zack Williamsd9d6b352018-10-05 07:53:30 -070099 image:
100 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700101internetemulator:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700102 image:
103 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700104sdncontroller:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700105 image:
106 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700107epc-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700108 image:
109 pullPolicy: 'IfNotPresent'
110k8sepcservice:
111 image:
112 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700113mcord-subscriber:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700114 image:
115 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700116progran:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700117 image:
118 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700119
120# others
121kubernetes:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700122 image:
123 pullPolicy: 'IfNotPresent'
Scott Baker6a4fd492018-06-19 08:12:42 -0700124exampleservice:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700125 image:
126 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700127simpleexampleservice:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700128 image:
129 pullPolicy: 'IfNotPresent'
130