This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
vagrant up
fails when using centos7 due to inability to resolve repository host #1495
Closed
Description
Issue Type
- Bug Report / Support Request
Your Environment
Vagrant 1.9.5
bash: vboxmanage: command not found
VirtualBox
bash: ansible: command not found
Your OS
- Windows (10, build 15063.483, version 1703)
Full console output
https://gist.github.com/Graloth/9c6cd0f83adcdf2ae15d5ee228c2c492
Summary
After I cloned the drupal-vm repo into a new folder, I changed the following in the config.yml
:
vagrant_box: geerlingguy/centos7
(Our production servers run Centos7, so we want our local development environment to match that as closely as possible)vagrant_hostname: centosvm.dev
vagrant_machine_name: centosvm
vagrant_ip: 192.168.89.89
(Changed since *.88.88 is already in use by a default drupalvm box)
Saved all config changed to local.config.yml
and ran vagrant up
, which produces the above linked output.