TechEmpower / FrameworkBenchmarks

Source for the TechEmpower Framework Benchmarks project
https://www.techempower.com/benchmarks/
Other
7.64k stars 1.95k forks source link

Problem with Vagrant in local #7098

Open joanhey opened 2 years ago

joanhey commented 2 years ago
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/bionic64' version '20220131.0.0' is up to date...
==> default: Clearing any previously set network interfaces...
The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the allowed                                                                    
ranges and run the command again.                                                                                                          

  Address: 172.16.0.16                                                                                                                     
  Ranges: 192.168.56.0/21                                                                                                                  

Valid ranges can be modified in the /etc/vbox/networks.conf file. For                                                                      
more information including valid format see:                                                                                               

  https://www.virtualbox.org/manual/ch06.html#network_hostonly 

I need to change https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/deployment/vagrant/Vagrantfile#L15 to use ip: "192.168.56.16"

Anyone can confirm this ??

joanhey commented 2 years ago

As Citirne was updated to Ubuntu 20.04 (focal), will be good to also update the toolset (wrk, mysql, postgress, ...)

NateBrady23 commented 2 years ago

@joanhey We haven't been supporting vagrant since the move to docker, so I should either remove that or happy to get your quick fix in.