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 | |||||
Zack Williams | 17a0c8a | 2018-10-11 15:11:21 -0700 | [diff] [blame] | 22 | # in xos-core chart and other charts with multiple images |
23 | images: | ||||
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 | |||||
35 | xos-db: | ||||
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 36 | image: |
37 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 38 | |
Zack Williams | 17a0c8a | 2018-10-11 15:11:21 -0700 | [diff] [blame] | 39 | # in xos-gui sub-chart required by xos-core chart |
40 | xos-gui: | ||||
41 | images: | ||||
42 | xos_gui: | ||||
43 | pullPolicy: 'IfNotPresent' | ||||
44 | xos_ws: | ||||
45 | pullPolicy: 'IfNotPresent' | ||||
46 | |||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 47 | # in RCORD service chart |
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 48 | addressmanager: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 49 | image: |
50 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 7607b52 | 2018-08-09 17:03:58 -0700 | [diff] [blame] | 51 | att-workflow-driver: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 52 | image: |
53 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 54 | fabric: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 55 | image: |
56 | pullPolicy: 'IfNotPresent' | ||||
Scott Baker | afff308 | 2018-07-16 17:23:26 -0700 | [diff] [blame] | 57 | fabric-crossconnect: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 58 | image: |
59 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 60 | onos-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 61 | image: |
62 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 63 | volt: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 64 | image: |
65 | pullPolicy: 'IfNotPresent' | ||||
Andy Bavier | 3e262f2 | 2018-03-22 12:24:41 -0700 | [diff] [blame] | 66 | vsg-hw: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 67 | image: |
68 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | d14fe55 | 2018-05-15 11:36:32 -0700 | [diff] [blame] | 69 | rcord: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 70 | image: |
71 | pullPolicy: 'IfNotPresent' | ||||
Luca Prete | 9c405c2 | 2018-05-03 17:59:41 -0700 | [diff] [blame] | 72 | vrouter: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 73 | image: |
74 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 75 | |
76 | # in BASE-OPENSTACK chart | ||||
Scott Baker | a08a2d7 | 2018-05-22 16:09:14 -0700 | [diff] [blame] | 77 | openstack: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 78 | image: |
79 | pullPolicy: 'IfNotPresent' | ||||
80 | |||||
Matteo Scandolo | 979695d | 2018-06-08 17:47:01 -0700 | [diff] [blame] | 81 | vtn-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 82 | image: |
83 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 84 | |
85 | # in MCORD | ||||
86 | vmme: | ||||
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 87 | image: |
88 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 89 | vspgwc: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 90 | image: |
91 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 92 | vspgwu: |
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 | vhss: |
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 | hssdb: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 99 | image: |
100 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 101 | internetemulator: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 102 | image: |
103 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 104 | sdncontroller: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 105 | image: |
106 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 107 | epc-service: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 108 | image: |
109 | pullPolicy: 'IfNotPresent' | ||||
110 | k8sepcservice: | ||||
111 | image: | ||||
112 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 113 | mcord-subscriber: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 114 | image: |
115 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 116 | progran: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 117 | image: |
118 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 119 | |
120 | # others | ||||
121 | kubernetes: | ||||
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 122 | image: |
123 | pullPolicy: 'IfNotPresent' | ||||
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame] | 124 | exampleservice: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 125 | image: |
126 | pullPolicy: 'IfNotPresent' | ||||
Matteo Scandolo | 8209638 | 2018-06-12 15:07:05 -0700 | [diff] [blame] | 127 | simpleexampleservice: |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 128 | image: |
129 | pullPolicy: 'IfNotPresent' | ||||
130 |