Advertisement
RafalSkolasinski

vagrant box centos 7

Aug 5th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.34 KB | None | 0 0
  1. (py35)desktop-rskolasinski:centos7> vagrant init centos/7
  2. A `Vagrantfile` has been placed in this directory. You are now
  3. ready to `vagrant up` your first virtual environment! Please read
  4. the comments in the Vagrantfile as well as documentation on
  5. `vagrantup.com` for more information on using Vagrant.
  6. (py35)desktop-rskolasinski:centos7> vagrant up
  7. Bringing machine 'default' up with 'virtualbox' provider...
  8. ==> default: Box 'centos/7' could not be found. Attempting to find and install...
  9.     default: Box Provider: virtualbox
  10.     default: Box Version: >= 0
  11. ==> default: Loading metadata for box 'centos/7'
  12.     default: URL: https://atlas.hashicorp.com/centos/7
  13. ==> default: Adding box 'centos/7' (v1606.01) for provider: virtualbox
  14.     default: Downloading: https://atlas.hashicorp.com/centos/boxes/7/versions/1606.01/providers/virtualbox.box
  15. ==> default: Successfully added box 'centos/7' (v1606.01) for 'virtualbox'!
  16. ==> default: Importing base box 'centos/7'...
  17. ==> default: Matching MAC address for NAT networking...
  18. ==> default: Checking if box 'centos/7' is up to date...
  19. ==> default: Setting the name of the VM: centos7_default_1470406991037_60319
  20. ==> default: Fixed port collision for 22 => 2222. Now on port 2201.
  21. ==> default: Clearing any previously set network interfaces...
  22. ==> default: Preparing network interfaces based on configuration...
  23.     default: Adapter 1: nat
  24. ==> default: Forwarding ports...
  25.     default: 22 (guest) => 2201 (host) (adapter 1)
  26. ==> default: Booting VM...
  27. ==> default: Waiting for machine to boot. This may take a few minutes...
  28.     default: SSH address: 127.0.0.1:2201
  29.     default: SSH username: vagrant
  30.     default: SSH auth method: private key
  31.     default:
  32.     default: Vagrant insecure key detected. Vagrant will automatically replace
  33.     default: this with a newly generated keypair for better security.
  34.     default:
  35.     default: Inserting generated public key within guest...
  36.     default: Removing insecure key from the guest if it's present...
  37.    default: Key inserted! Disconnecting and reconnecting using new SSH key...
  38.    default: Warning: Authentication failure. Retrying...
  39.    default: Warning: Authentication failure. Retrying...
  40.    default: Warning: Authentication failure. Retrying...
  41. ^C==> default: Waiting for cleanup before exiting...
  42. Vagrant exited after cleanup due to external interrupt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement