Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. rcook@goku vagrant]$ vagrant up --provider=virtualbox
  2. This machine has the IP 'fe80::5e51:4fff:fee8:769b%wlp3s0 and host name 'goku.rdu.redhat.com'
  3. note: vagrant-sshfs plugin is not installed, run `vagrant plugin install vagrant-sshfs` to install it.
  4. note: landrush plugin is not installed, run `vagrant plugin install landrush` to install it.
  5. Bringing machine 'master1' up with 'virtualbox' provider...
  6. Bringing machine 'node1' up with 'virtualbox' provider...
  7. Bringing machine 'node2' up with 'virtualbox' provider...
  8. Bringing machine 'admin1' up with 'virtualbox' provider...
  9. ==> master1: Importing base box 'centos/7'...
  10. ==> master1: Matching MAC address for NAT networking...
  11. ==> master1: Checking if box 'centos/7' is up to date...
  12. ==> master1: Setting the name of the VM: vagrant_master1_1481049415971_26570
  13. ==> master1: Fixed port collision for 22 => 2222. Now on port 2201.
  14. ==> master1: Clearing any previously set network interfaces...
  15. ==> master1: Preparing network interfaces based on configuration...
  16. master1: Adapter 1: nat
  17. master1: Adapter 2: hostonly
  18. ==> master1: Forwarding ports...
  19. master1: 22 => 2201 (adapter 1)
  20. ==> master1: Running 'pre-boot' VM customizations...
  21. ==> master1: Booting VM...
  22. ==> master1: Waiting for machine to boot. This may take a few minutes...
  23. master1: SSH address: 127.0.0.1:2201
  24. master1: SSH username: vagrant
  25. master1: SSH auth method: private key
  26. master1: Warning: Connection timeout. Retrying...
  27. master1: Warning: Remote connection disconnect. Retrying...
  28. master1: Warning: Remote connection disconnect. Retrying...
  29. master1: Warning: Remote connection disconnect. Retrying...
  30. master1:
  31. master1: Vagrant insecure key detected. Vagrant will automatically replace
  32. master1: this with a newly generated keypair for better security.
  33. master1:
  34. master1: Inserting generated public key within guest...
  35. master1: Removing insecure key from the guest if its present...
  36. master1: Key inserted! Disconnecting and reconnecting using new SSH key...
  37. ==> master1: Machine booted and ready!
  38. ==> master1: Checking for guest additions in VM...
  39. master1: No guest additions were detected on the base box for this VM! Guest
  40. master1: additions are required for forwarded ports, shared folders, host only
  41. master1: networking, and more. If SSH fails on this machine, please install
  42. master1: the guest additions and repackage the box to continue.
  43. master1:
  44. master1: This is not an error message; everything may continue to work properly,
  45. master1: in which case you may ignore this message.
  46. ==> master1: Setting hostname...
  47. ==> master1: Configuring and enabling network interfaces...
  48. ==> master1: Updating /etc/hosts file on active guest machines...
  49. ==> master1: Updating /etc/hosts file on host machine (password may be required)...
  50. [sudo] password for rcook:
  51. ==> node1: Importing base box 'centos/7'...
  52. ==> node1: Matching MAC address for NAT networking...
  53. ==> node1: Checking if box 'centos/7' is up to date...
  54. ==> node1: Setting the name of the VM: vagrant_node1_1481049554091_3892
  55. ==> node1: Fixed port collision for 22 => 2222. Now on port 2202.
  56. ==> node1: Clearing any previously set network interfaces...
  57. ==> node1: Preparing network interfaces based on configuration...
  58. node1: Adapter 1: nat
  59. node1: Adapter 2: hostonly
  60. ==> node1: Forwarding ports...
  61. node1: 22 => 2202 (adapter 1)
  62. ==> node1: Running 'pre-boot' VM customizations...
  63. ==> node1: Booting VM...
  64. ==> node1: Waiting for machine to boot. This may take a few minutes...
  65. node1: SSH address: 127.0.0.1:2202
  66. node1: SSH username: vagrant
  67. node1: SSH auth method: private key
  68. node1: Warning: Connection timeout. Retrying...
  69. node1: Warning: Remote connection disconnect. Retrying...
  70. node1: Warning: Remote connection disconnect. Retrying...
  71. node1: Warning: Remote connection disconnect. Retrying...
  72. node1:
  73. node1: Vagrant insecure key detected. Vagrant will automatically replace
  74. node1: this with a newly generated keypair for better security.
  75. node1:
  76. node1: Inserting generated public key within guest...
  77. node1: Removing insecure key from the guest if its present...
  78. node1: Key inserted! Disconnecting and reconnecting using new SSH key...
  79. ==> node1: Machine booted and ready!
  80. ==> node1: Checking for guest additions in VM...
  81. node1: No guest additions were detected on the base box for this VM! Guest
  82. node1: additions are required for forwarded ports, shared folders, host only
  83. node1: networking, and more. If SSH fails on this machine, please install
  84. node1: the guest additions and repackage the box to continue.
  85. node1:
  86. node1: This is not an error message; everything may continue to work properly,
  87. node1: in which case you may ignore this message.
  88. ==> node1: Setting hostname...
  89. ==> node1: Configuring and enabling network interfaces...
  90. ==> node1: Updating /etc/hosts file on active guest machines...
  91. ==> node1: Updating /etc/hosts file on host machine (password may be required)...
  92. ==> node2: Importing base box 'centos/7'...
  93. ==> node2: Matching MAC address for NAT networking...
  94. ==> node2: Checking if box 'centos/7' is up to date...
  95. ==> node2: Setting the name of the VM: vagrant_node2_1481049625659_46400
  96. ==> node2: Fixed port collision for 22 => 2222. Now on port 2203.
  97. ==> node2: Clearing any previously set network interfaces...
  98. ==> node2: Preparing network interfaces based on configuration...
  99. node2: Adapter 1: nat
  100. node2: Adapter 2: hostonly
  101. ==> node2: Forwarding ports...
  102. node2: 22 => 2203 (adapter 1)
  103. ==> node2: Running 'pre-boot' VM customizations...
  104. ==> node2: Booting VM...
  105. ==> node2: Waiting for machine to boot. This may take a few minutes...
  106. node2: SSH address: 127.0.0.1:2203
  107. node2: SSH username: vagrant
  108. node2: SSH auth method: private key
  109. node2: Warning: Connection timeout. Retrying...
  110. node2: Warning: Remote connection disconnect. Retrying...
  111. node2: Warning: Remote connection disconnect. Retrying...
  112. node2: Warning: Remote connection disconnect. Retrying...
  113. node2:
  114. node2: Vagrant insecure key detected. Vagrant will automatically replace
  115. node2: this with a newly generated keypair for better security.
  116. node2:
  117. node2: Inserting generated public key within guest...
  118. node2: Removing insecure key from the guest if its present...
  119. node2: Key inserted! Disconnecting and reconnecting using new SSH key...
  120. ==> node2: Machine booted and ready!
  121. ==> node2: Checking for guest additions in VM...
  122. node2: No guest additions were detected on the base box for this VM! Guest
  123. node2: additions are required for forwarded ports, shared folders, host only
  124. node2: networking, and more. If SSH fails on this machine, please install
  125. node2: the guest additions and repackage the box to continue.
  126. node2:
  127. node2: This is not an error message; everything may continue to work properly,
  128. node2: in which case you may ignore this message.
  129. ==> node2: Setting hostname...
  130. ==> node2: Configuring and enabling network interfaces...
  131. ==> node2: Updating /etc/hosts file on active guest machines...
  132. ==> node2: Updating /etc/hosts file on host machine (password may be required)...
  133. There are errors in the configuration of this machine. Please fix
  134. the following errors and try again:
  135.  
  136. vm:
  137. * The '' provisioner could not be found.
  138. * The '' provisioner could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement