blob: 713d0f444b3f73d5eb0bf38a01bbb6aa52132c07 [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'
Andy Bavier3e262f22018-03-22 12:24:41 -070028onos-service:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070029 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070030volt:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070031 imagePullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070032vsg-hw:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070033 imagePullPolicy: 'IfNotPresent'
Matteo Scandolod14fe552018-05-15 11:36:32 -070034rcord:
35 imagePullPolicy: 'IfNotPresent'
Luca Prete9c405c22018-05-03 17:59:41 -070036vrouter:
Matteo Scandoloe2965c92018-05-08 13:22:20 -070037 imagePullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070038
39# in BASE-OPENSTACK chart
Scott Bakera08a2d72018-05-22 16:09:14 -070040openstack:
Matteo Scandolo979695d2018-06-08 17:47:01 -070041 imagePullPolicy: 'IfNotPresent'
42vtn-service:
Matteo Scandolo82096382018-06-12 15:07:05 -070043 imagePullPolicy: 'IfNotPresent'
44
45# in MCORD
46vmme:
47 imagePullPolicy: 'IfNotPresent'
48vspgwc:
49 imagePullPolicy: 'IfNotPresent'
50vspgwu:
51 imagePullPolicy: 'IfNotPresent'
52vhss:
53 imagePullPolicy: 'IfNotPresent'
54hssdb:
55 imagePullPolicy: 'IfNotPresent'
56internetemulator:
57 imagePullPolicy: 'IfNotPresent'
58sdncontroller:
59 imagePullPolicy: 'IfNotPresent'
60epc-service:
61 imagePullPolicy: 'IfNotPresent'
62mcord-subscriber:
63 imagePullPolicy: 'IfNotPresent'
64progran:
65 imagePullPolicy: 'IfNotPresent'
66
67# others
68kubernetes:
69 imagePullPolicy: 'IfNotPresent'
70simpleexampleservice:
71 imagePullPolicy: 'IfNotPresent'
72hippieOSS:
Scott Bakera08a2d72018-05-22 16:09:14 -070073 imagePullPolicy: 'IfNotPresent'