datadryad / vagrant-dryad

Vagrant and Ansible config for building a (v1) Dryad VM
0 stars 4 forks source link

Remove virtualbox #97

Closed ryscher closed 5 years ago

ryscher commented 5 years ago

Remove the configuration for the VirtualBox provider. Only AWS providers are currently supported.

(This is based off the branch for #95, so it can be reviewed after that is approved, or they can be reviewed together.)

daisieh commented 5 years ago

You should also be able to delete lines 75-85 in the Vagrantfile

ryscher commented 5 years ago

updated

jar398 commented 5 years ago

Apologies for butting in here, since I haven't been following what's going on with dryad very closely, but I'm curious: How do developers do debugging now? On AWS?

ryscher commented 5 years ago

Yes @jar398 -- the virtualbox install was not being used since it was more convenient to launch through AWS, and we didn't bother maintaining the virtualbox config after its version of Ubuntu fell too far behind. Also, this entire repository is now deprecated as we move ongoing development to the new system we are creating with CDL -- see https://github.com/CDL-Dryad/vagrant-dryad

daisieh commented 5 years ago

Okay this looks good. Merging.