blob: 7df64d2b45c4ecbb285e530bdcd9d65020397e56 [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"
Sergio Slobodrian7c483622017-06-13 15:51:34 -04007# This determines if test mode is active
8testMode: "false"
Sergio Slobodrian36e16552017-06-19 11:00:45 -04009# This determines if installer mode is active
10installMode: "false"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040011# Use KVM for production
12#vProvider: "KVM"