Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created May 28, 2015 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattapperson/a97fcf823c006515575e to your computer and use it in GitHub Desktop.
Save mattapperson/a97fcf823c006515575e to your computer and use it in GitHub Desktop.
=> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'aerospike/centos-6.5'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'aerospike/centos-6.5' is up to date...
==> default: Setting the name of the VM: aerospike-vm_default_1432843192591_8593
==> default: Fixed port collision for 8081 => 8081. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 3000 => 3000 (adapter 1)
default: 8081 => 2200 (adapter 1)
default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Warning: Remote connection disconnect. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Mounting shared folders...
default: /vagrant => /Users/mattapperson/aerospike-vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment