Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -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 | fc1568d | 2018-05-15 10:24:25 -0700 | [diff] [blame] | 16 | # Only pull docker images if not already present |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 17 | |
Matteo Scandolo | f6c28df | 2018-05-08 11:44:05 -0700 | [diff] [blame] | 18 | # in xos-core, rcord-lite, onos and voltha charts |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 19 | imagePullPolicy: 'IfNotPresent' |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 20 | xos-gui: |
| 21 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 22 | |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 23 | # in RCORD service chart |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 24 | addressmanager: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 25 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 26 | fabric: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 27 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 28 | onos-service: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 29 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 30 | volt: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 31 | imagePullPolicy: 'IfNotPresent' |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 32 | vsg-hw: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 33 | imagePullPolicy: 'IfNotPresent' |
Matteo Scandolo | d14fe55 | 2018-05-15 11:36:32 -0700 | [diff] [blame] | 34 | rcord: |
| 35 | imagePullPolicy: 'IfNotPresent' |
Luca Prete | 9c405c2 | 2018-05-03 17:59:41 -0700 | [diff] [blame] | 36 | vrouter: |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 37 | imagePullPolicy: 'IfNotPresent' |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 38 | |
| 39 | # in BASE-OPENSTACK chart |
Scott Baker | a08a2d7 | 2018-05-22 16:09:14 -0700 | [diff] [blame] | 40 | openstack: |
Matteo Scandolo | 979695d | 2018-06-08 17:47:01 -0700 | [diff] [blame] | 41 | imagePullPolicy: 'IfNotPresent' |
| 42 | vtn-service: |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 43 | imagePullPolicy: 'IfNotPresent' |
| 44 | |
| 45 | # in MCORD |
| 46 | vmme: |
| 47 | imagePullPolicy: 'IfNotPresent' |
| 48 | vspgwc: |
| 49 | imagePullPolicy: 'IfNotPresent' |
| 50 | vspgwu: |
| 51 | imagePullPolicy: 'IfNotPresent' |
| 52 | vhss: |
| 53 | imagePullPolicy: 'IfNotPresent' |
| 54 | hssdb: |
| 55 | imagePullPolicy: 'IfNotPresent' |
| 56 | internetemulator: |
| 57 | imagePullPolicy: 'IfNotPresent' |
| 58 | sdncontroller: |
| 59 | imagePullPolicy: 'IfNotPresent' |
| 60 | epc-service: |
| 61 | imagePullPolicy: 'IfNotPresent' |
| 62 | mcord-subscriber: |
| 63 | imagePullPolicy: 'IfNotPresent' |
| 64 | progran: |
| 65 | imagePullPolicy: 'IfNotPresent' |
| 66 | |
| 67 | # others |
| 68 | kubernetes: |
| 69 | imagePullPolicy: 'IfNotPresent' |
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame^] | 70 | exampleservice: |
| 71 | imagePullPolicy: 'IfNotPresent' |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 72 | simpleexampleservice: |
| 73 | imagePullPolicy: 'IfNotPresent' |
| 74 | hippieOSS: |
Scott Baker | a08a2d7 | 2018-05-22 16:09:14 -0700 | [diff] [blame] | 75 | imagePullPolicy: 'IfNotPresent' |