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" |
David K. Bainbridge | 10a7a7e | 2018-01-29 09:54:40 -0800 | [diff] [blame] | 7 | # This setting determines if VOLTHA is built with only docker or with host |
| 8 | # install tools |
| 9 | #build_mode: "docker" |
Sergio Slobodrian | 7c48362 | 2017-06-13 15:51:34 -0400 | [diff] [blame] | 10 | # This determines if test mode is active |
| 11 | testMode: "false" |
Sergio Slobodrian | 36e1655 | 2017-06-19 11:00:45 -0400 | [diff] [blame] | 12 | # This determines if installer mode is active |
| 13 | installMode: "false" |
Sergio Slobodrian | bf77c86 | 2017-06-08 13:24:27 -0400 | [diff] [blame] | 14 | # Use KVM for production |
| 15 | #vProvider: "KVM" |