Sergio Slobodrian | bf77c86 | 2017-06-08 13:24:27 -0400 | [diff] [blame] | 1 | --- |
Sergio Slobodrian | 7c48362 | 2017-06-13 15:51:34 -0400 | [diff] [blame] | 2 | # The name to use for the server |
| 3 | server_name: "voltha" |
Sergio Slobodrian | bf77c86 | 2017-06-08 13:24:27 -0400 | [diff] [blame] | 4 | # Use virtualbox for development |
| 5 | vProvider: "virtualbox" |
David K. Bainbridge | e2c0810 | 2017-10-31 11:55:25 -0700 | [diff] [blame] | 6 | #vagrant_box: "ubuntu/xenial64" |
Sergio Slobodrian | 7c48362 | 2017-06-13 15:51:34 -0400 | [diff] [blame] | 7 | # This determines if test mode is active |
| 8 | testMode: "false" |
Sergio Slobodrian | 36e1655 | 2017-06-19 11:00:45 -0400 | [diff] [blame] | 9 | # This determines if installer mode is active |
| 10 | installMode: "false" |
Sergio Slobodrian | bf77c86 | 2017-06-08 13:24:27 -0400 | [diff] [blame] | 11 | # Use KVM for production |
| 12 | #vProvider: "KVM" |