FrameworkBenchmarks
FrameworkBenchmarks copied to clipboard
Problem with Vagrant in local
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 ??
As Citirne was updated to Ubuntu 20.04 (focal), will be good to also update the toolset (wrk, mysql, postgress, ...)
@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.