blob: 0bfc1d4efc75db03936c93089ed784c70a1c24c5 [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"
Sergio Slobodrian7c483622017-06-13 15:51:34 -04006# This determines if test mode is active
7testMode: "false"
Sergio Slobodrian36e16552017-06-19 11:00:45 -04008# This determines if installer mode is active
9installMode: "false"
Sergio Slobodrianbf77c862017-06-08 13:24:27 -040010# Use KVM for production
11#vProvider: "KVM"