datadryad / vagrant-dryad

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

Amazon AMI + Virtualbox fixes #56

Closed daisieh closed 7 years ago

daisieh commented 8 years ago

This PR supersedes #54.

Both types of VM now use the username “ubuntu” because it is (slightly) easier to change the default name in VirtualBox than it is to change it for vagrant-ami.

I updated the configuration and the README to specify that the packer box should be the default box to build, not the old precise64-10g one.

I also created a new (insecure) keypair to be used when creating a packer box.

I updated the main README to include instructions on how to create a vagrant instance at Amazon.

daisieh commented 8 years ago

Note: when this PR gets merged, we'll have to make another small PR to update the url in vagrant.sh to point to the datadryad/master branch instead of daisieh/ubuntu-username.

ryscher commented 7 years ago

Yay! This works and fixes the problems I was having.