grtjn / mlvagrant

Scripts for bootstrapping a local MarkLogic cluster for development purposes using https://www.vagrantup.com/ and https://www.virtualbox.org/.
Apache License 2.0
19 stars 16 forks source link

hostmanager fails on centos-7.2 basebox #105

Closed grtjn closed 7 years ago

grtjn commented 7 years ago

The custom code to retrieve the vm's IP looks at details of eth1, but sometimes it needs to look at eth0. Needs a fallback mechanism..

grtjn commented 7 years ago

No, eth0 is wrong IP, it needs to be the eth1 which represents the hostonly connection. Must be something else. Then again, a newer 2.3.0 version of the bento/centos-7.2 was released. I think I need to push that under grtjn/centos-7.2 to just replace this 'broken' basebox with a good one..