blob: 5791bc497871d0d70b94e010cc8d857c00f11daf [file] [log] [blame]
Zack Williams821c5022020-01-15 15:11:46 -07001---
Matteo Scandolo48d3d2d2017-08-08 13:05:27 -07002# Copyright 2017-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
A R Karthick6d98a592016-08-24 15:16:46 -070016#
17# variables needed to be defined in user's playbook
18#
A R Karthick6d98a592016-08-24 15:16:46 -070019# user-configurable defaults
20#
21# default install path
Zack Williams821c5022020-01-15 15:11:46 -070022
A R Karthick6d98a592016-08-24 15:16:46 -070023docker_tools_path: '/usr/local/bin'
24docker_tools_pipework_exe_url: https://raw.githubusercontent.com/jpetazzo/pipework/master/pipework
A R Karthickc1dde152016-12-14 11:30:44 -080025openvswitch_url: http://openvswitch.org/releases
26openvswitch_version: '2.5.0'
Zack Williams821c5022020-01-15 15:11:46 -070027
28# docker variables
A R Karthick6d98a592016-08-24 15:16:46 -070029docker:
30 registry: "{{ docker_registry | default('docker-registry:5000') }}"
A R Karthickc1dde152016-12-14 11:30:44 -080031 image_version: "{{ docker_image_version | default('latest') }}"