blob: 54b263985fd607faec586a9cd0c20a76081eb2f8 [file] [log] [blame]
Sergio Slobodrianbf77c862017-06-08 13:24:27 -04001---
Sergio Slobodrian7c483622017-06-13 15:51:34 -04002# The name to use for the server
3server_name: "voltha"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -04004# Use virtualbox for development
5vProvider: "virtualbox"
David K. Bainbridgee2c08102017-10-31 11:55:25 -07006#vagrant_box: "ubuntu/xenial64"
David K. Bainbridgeda617722018-01-29 09:54:40 -08007# This setting determines if VOLTHA is built with only docker or with host
8# install tools
9#build_mode: "docker"
Sergio Slobodrian7c483622017-06-13 15:51:34 -040010# This determines if test mode is active
11testMode: "false"
Sergio Slobodrian36e16552017-06-19 11:00:45 -040012# This determines if installer mode is active
13installMode: "false"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040014# Use KVM for production
15#vProvider: "KVM"