blob: b548fc39d21dd0609c47cd864b3dd393483e14b9 [file] [log] [blame]
Zack Williams41513bf2018-07-07 20:08:35 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040014---
Sergio Slobodrian7c483622017-06-13 15:51:34 -040015# The name to use for the server
16server_name: "voltha"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040017# Use virtualbox for development
18vProvider: "virtualbox"
David K. Bainbridgee2c08102017-10-31 11:55:25 -070019#vagrant_box: "ubuntu/xenial64"
David K. Bainbridge10a7a7e2018-01-29 09:54:40 -080020# This setting determines if VOLTHA is built with only docker or with host
21# install tools
22#build_mode: "docker"
Sergio Slobodrian7c483622017-06-13 15:51:34 -040023# This determines if test mode is active
24testMode: "false"
Sergio Slobodrian36e16552017-06-19 11:00:45 -040025# This determines if installer mode is active
26installMode: "false"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040027# Use KVM for production
28#vProvider: "KVM"