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 |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 19 | image: |
20 | pullPolicy: 'IfNotPresent' | ||||
21 | |||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 22 | xos-gui: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 23 | image: |
24 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 25 | |
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 26 | # in RCORD service chart |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 27 | addressmanager: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 28 | image: |
29 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 7607b52 | 2018-08-09 17:03:58 -0700 | [diff] [blame] | 30 | att-workflow-driver: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 31 | image: |
32 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 33 | fabric: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 34 | image: |
35 | pullPolicy: 'IfNotPresent' | ||||
Scott Baker | afff308 | 2018-07-16 17:23:26 -0700 | [diff] [blame] | 36 | fabric-crossconnect: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 37 | image: |
38 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 39 | onos-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 40 | image: |
41 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 42 | volt: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 43 | image: |
44 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 45 | vsg-hw: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 46 | image: |
47 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | d14fe55 | 2018-05-15 11:36:32 -0700 | [diff] [blame] | 48 | rcord: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 49 | image: |
50 | pullPolicy: 'IfNotPresent' | ||||
Luca Prete | 9c405c2 | 2018-05-03 17:59:41 -0700 | [diff] [blame] | 51 | vrouter: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 52 | image: |
53 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 54 | |
55 | # in BASE-OPENSTACK chart | ||||
Scott Baker | a08a2d7 | 2018-05-22 16:09:14 -0700 | [diff] [blame] | 56 | openstack: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 57 | image: |
58 | pullPolicy: 'IfNotPresent' | ||||
59 | |||||
Matteo Scandolo | 979695d | 2018-06-08 17:47:01 -0700 | [diff] [blame] | 60 | vtn-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 61 | image: |
62 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 63 | |
64 | # in MCORD | ||||
65 | vmme: | ||||
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 66 | image: |
67 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 68 | vspgwc: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 69 | image: |
70 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 71 | vspgwu: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 72 | image: |
73 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 74 | vhss: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 75 | image: |
76 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 77 | hssdb: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 78 | image: |
79 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 80 | internetemulator: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 81 | image: |
82 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 83 | sdncontroller: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 84 | image: |
85 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 86 | epc-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 87 | image: |
88 | pullPolicy: 'IfNotPresent' | ||||
89 | k8sepcservice: | ||||
90 | image: | ||||
91 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 92 | mcord-subscriber: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 93 | image: |
94 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 95 | progran: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 96 | image: |
97 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 98 | |
99 | # others | ||||
100 | kubernetes: | ||||
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 101 | image: |
102 | pullPolicy: 'IfNotPresent' | ||||
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame] | 103 | exampleservice: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 104 | image: |
105 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 106 | simpleexampleservice: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 107 | image: |
108 | pullPolicy: 'IfNotPresent' | ||||
109 |