blob: 31e6f324459fced20c044cdb74c9302bba76eb25 [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
Zack Williamsd9d6b352018-10-05 07:53:30 -070019image:
20 pullPolicy: 'IfNotPresent'
21
Matteo Scandolo82096382018-06-12 15:07:05 -070022xos-gui:
Zack Williamsd9d6b352018-10-05 07:53:30 -070023 image:
24 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070025
Matteo Scandolo82096382018-06-12 15:07:05 -070026# in RCORD service chart
Andy Bavier3e262f22018-03-22 12:24:41 -070027addressmanager:
Zack Williamsd9d6b352018-10-05 07:53:30 -070028 image:
29 pullPolicy: 'IfNotPresent'
Matteo Scandolo7607b522018-08-09 17:03:58 -070030att-workflow-driver:
Zack Williamsd9d6b352018-10-05 07:53:30 -070031 image:
32 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070033fabric:
Zack Williamsd9d6b352018-10-05 07:53:30 -070034 image:
35 pullPolicy: 'IfNotPresent'
Scott Bakerafff3082018-07-16 17:23:26 -070036fabric-crossconnect:
Zack Williamsd9d6b352018-10-05 07:53:30 -070037 image:
38 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070039onos-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -070040 image:
41 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070042volt:
Zack Williamsd9d6b352018-10-05 07:53:30 -070043 image:
44 pullPolicy: 'IfNotPresent'
Andy Bavier3e262f22018-03-22 12:24:41 -070045vsg-hw:
Zack Williamsd9d6b352018-10-05 07:53:30 -070046 image:
47 pullPolicy: 'IfNotPresent'
Matteo Scandolod14fe552018-05-15 11:36:32 -070048rcord:
Zack Williamsd9d6b352018-10-05 07:53:30 -070049 image:
50 pullPolicy: 'IfNotPresent'
Luca Prete9c405c22018-05-03 17:59:41 -070051vrouter:
Zack Williamsd9d6b352018-10-05 07:53:30 -070052 image:
53 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070054
55# in BASE-OPENSTACK chart
Scott Bakera08a2d72018-05-22 16:09:14 -070056openstack:
Zack Williamsd9d6b352018-10-05 07:53:30 -070057 image:
58 pullPolicy: 'IfNotPresent'
59
Matteo Scandolo979695d2018-06-08 17:47:01 -070060vtn-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -070061 image:
62 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070063
64# in MCORD
65vmme:
Zack Williamsd9d6b352018-10-05 07:53:30 -070066 image:
67 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070068vspgwc:
Zack Williamsd9d6b352018-10-05 07:53:30 -070069 image:
70 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070071vspgwu:
Zack Williamsd9d6b352018-10-05 07:53:30 -070072 image:
73 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070074vhss:
Zack Williamsd9d6b352018-10-05 07:53:30 -070075 image:
76 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070077hssdb:
Zack Williamsd9d6b352018-10-05 07:53:30 -070078 image:
79 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070080internetemulator:
Zack Williamsd9d6b352018-10-05 07:53:30 -070081 image:
82 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070083sdncontroller:
Zack Williamsd9d6b352018-10-05 07:53:30 -070084 image:
85 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070086epc-service:
Zack Williamsd9d6b352018-10-05 07:53:30 -070087 image:
88 pullPolicy: 'IfNotPresent'
89k8sepcservice:
90 image:
91 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070092mcord-subscriber:
Zack Williamsd9d6b352018-10-05 07:53:30 -070093 image:
94 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070095progran:
Zack Williamsd9d6b352018-10-05 07:53:30 -070096 image:
97 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -070098
99# others
100kubernetes:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700101 image:
102 pullPolicy: 'IfNotPresent'
Scott Baker6a4fd492018-06-19 08:12:42 -0700103exampleservice:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700104 image:
105 pullPolicy: 'IfNotPresent'
Matteo Scandolo82096382018-06-12 15:07:05 -0700106simpleexampleservice:
Zack Williamsd9d6b352018-10-05 07:53:30 -0700107 image:
108 pullPolicy: 'IfNotPresent'
109