Skip to content
Oliver Gorwits edited this page Dec 15, 2022 · 3 revisions

Vagrant install

brew install hashicorp/tap/hashicorp-vagrant

Virtualbox install does not work with 7.x on macOS, but 6.x was fine (after enabling/accepting all the security exceptions): https://www.virtualbox.org/wiki/Download_Old_Builds

Have split the Vagrantfile, because for some reason oob-mgmt-server stuff was installing into all VMs, so now this works better:

VAGRANT_VAGRANTFILE=./network.Vagrantfile vagrant up

(wait 10 mins after it finishes)

VAGRANT_VAGRANTFILE=./oob-mgmt-server.Vagrantfile vagrant up

Have removed Netdisco install script from oob-mgmt-server.

The provisioning from oob-mgmt-server is super unreliable, so do this a few times until it works:

VAGRANT_VAGRANTFILE=./oob-mgmt-server.Vagrantfile vagrant up --provision

Can bootstrap discovery from 192.168.0.11

Add to deployment.yml:

discover_no: 'group:__LOCAL_ADDRESSES__'

Clone this wiki locally