Guest User

Untitled

a guest
Oct 16th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. ---
  2. driver:
  3. name: vagrant
  4.  
  5. provisioner:
  6. name: chef_zero
  7.  
  8. verifier:
  9. name: inspec
  10.  
  11. transport:
  12. name: winrm
  13. elevated: true
  14.  
  15. platforms:
  16. - name: win-2012-r2
  17. driver:
  18. box: win-2012-r2
  19. communicator: 'winrm'
  20. winrm_username: 'admin'
  21. winrm_password: 'adminadmin'
  22.  
  23. suites:
  24. - name: default
  25. run_list:
  26. - recipe[ttest::default]
  27.  
  28. -----> Starting Kitchen (v1.11.1)
  29. -----> Cleaning up any prior instances of <default-win-2012-r2>
  30. -----> Destroying <default-win-2012-r2>...
  31. Finished destroying <default-win-2012-r2> (0m0.00s).
  32. -----> Testing <default-win-2012-r2>
  33. -----> Creating <default-win-2012-r2>...
  34. Bringing machine 'default' up with 'virtualbox' provider...
  35. ==> default: Importing base box 'win-2012-r2'...
  36. ==> default: Matching MAC address for NAT networking...
  37. ==> default: Setting the name of the VM: kitchen-ttest-default-win-2012-r2_default_1472129655910_94157
  38. ==> default: Clearing any previously set network interfaces...
  39. ==> default: Preparing network interfaces based on configuration...
  40. default: Adapter 1: nat
  41. ==> default: Forwarding ports...
  42. default: 22 (guest) => 2222 (host) (adapter 1)
  43. ==> default: Booting VM...
  44. ==> default: Waiting for machine to boot. This may take a few minutes...
  45. default: SSH address: 127.0.0.1:2222
  46. default: SSH username: vagrant
  47. default: SSH auth method: private key
  48. ......................
  49. STDERR: Timed out while waiting for the machine to boot. This means that
  50. Vagrant was unable to communicate with the guest machine within
  51. the configured ("config.vm.boot_timeout" value) time period.
  52.  
  53. If you look above, you should be able to see the error(s) that
  54. Vagrant had when attempting to connect to the machine. These errors
  55. are usually good hints as to what may be wrong.
  56.  
  57. Test Kitchen version 1.11.1
  58. Vagrant 1.8.5
  59. VirtualBox 5.1
Add Comment
Please, Sign In to add comment