Created
April 1, 2015 20:15
-
-
Save bensojona/b180b4e7b509141772a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/projects/hashicorp/atlas-examples/metamon 🚧 master 😎 › vagrant up --provider=virtualbox | |
Bringing machine 'dev' up with 'virtualbox' provider... | |
==> dev: Box 'trusty64' could not be found. Attempting to find and install... | |
dev: Box Provider: virtualbox | |
dev: Box Version: >= 0 | |
==> dev: Adding box 'trusty64' (v0) for provider: virtualbox | |
dev: Downloading: http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box | |
==> dev: Successfully added box 'trusty64' (v0) for 'virtualbox'! | |
==> dev: Importing base box 'trusty64'... | |
==> dev: Matching MAC address for NAT networking... | |
==> dev: Setting the name of the VM: metamon_dev_1427918969486_97956 | |
==> dev: Clearing any previously set forwarded ports... | |
==> dev: Clearing any previously set network interfaces... | |
==> dev: Preparing network interfaces based on configuration... | |
dev: Adapter 1: nat | |
dev: Adapter 2: hostonly | |
==> dev: Forwarding ports... | |
dev: 80 => 8080 (adapter 1) | |
dev: 8000 => 8000 (adapter 1) | |
dev: 9000 => 9000 (adapter 1) | |
dev: 22 => 2222 (adapter 1) | |
==> dev: Running 'pre-boot' VM customizations... | |
==> dev: Booting VM... | |
==> dev: Waiting for machine to boot. This may take a few minutes... | |
dev: SSH address: 127.0.0.1:2222 | |
dev: SSH username: vagrant | |
dev: SSH auth method: private key | |
dev: Warning: Connection timeout. Retrying... | |
dev: Warning: Remote connection disconnect. Retrying... | |
dev: | |
dev: Vagrant insecure key detected. Vagrant will automatically replace | |
dev: this with a newly generated keypair for better security. | |
dev: | |
dev: Inserting generated public key within guest... | |
dev: Removing insecure key from the guest if its present... | |
dev: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> dev: Machine booted and ready! | |
==> dev: Checking for guest additions in VM... | |
==> dev: Configuring and enabling network interfaces... | |
==> dev: Mounting shared folders... | |
dev: /vagrant => /Users/jb/projects/hashicorp/atlas-examples/metamon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment