blob: 5431420da76f557fd934d61440b789840af7443c [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
Matteo Scandoloe2965c92018-05-08 13:22:20 -070019imagePullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070020xos-gui:
21 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070022
Matteo Scandolo82096382018-06-12 15:07:05 -070023# in RCORD service chart
Andy Bavier3e262f22018-03-22 12:24:41 -070024addressmanager:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070026fabric:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070027 imagePullPolicy: 'IfNotPresent'
Scott Bakerafff3082018-07-16 17:23:26 -070028fabric-crossconnect:
29 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070030onos-service:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070031 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070032volt:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070033 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070034vsg-hw:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070035 imagePullPolicy: 'IfNotPresent'
Matteo Scandolod14fe552018-05-15 11:36:32 -070036rcord:
37 imagePullPolicy: 'IfNotPresent'
Luca Prete9c405c22018-05-03 17:59:41 -070038vrouter:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070039 imagePullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070040
41# in BASE-OPENSTACK chart
Scott Bakera08a2d72018-05-22 16:09:14 -070042openstack:
Matteo Scandolo979695d2018-06-08 17:47:01 -070043 imagePullPolicy: 'IfNotPresent'
44vtn-service:
Matteo Scandolo82096382018-06-12 15:07:05 -070045 imagePullPolicy: 'IfNotPresent'
46
47# in MCORD
48vmme:
49 imagePullPolicy: 'IfNotPresent'
50vspgwc:
51 imagePullPolicy: 'IfNotPresent'
52vspgwu:
53 imagePullPolicy: 'IfNotPresent'
54vhss:
55 imagePullPolicy: 'IfNotPresent'
56hssdb:
57 imagePullPolicy: 'IfNotPresent'
58internetemulator:
59 imagePullPolicy: 'IfNotPresent'
60sdncontroller:
61 imagePullPolicy: 'IfNotPresent'
62epc-service:
63 imagePullPolicy: 'IfNotPresent'
64mcord-subscriber:
65 imagePullPolicy: 'IfNotPresent'
66progran:
67 imagePullPolicy: 'IfNotPresent'
68
69# others
70kubernetes:
71 imagePullPolicy: 'IfNotPresent'
Scott Baker6a4fd492018-06-19 08:12:42 -070072exampleservice:
73 imagePullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070074simpleexampleservice:
Scott Bakera08a2d72018-05-22 16:09:14 -070075 imagePullPolicy: 'IfNotPresent'