Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. -----> Starting Kitchen (v1.16.0)
  2. -----> Creating <static-windows-2012r2>...
  3. creating machine static-windows-2012r2-7caa3aed on vsphere://10.161.152.138/sdk?use_ssl=true&insecure=true
  4. use_linked_clone: false
  5. datacenter: "Cluster_Poc"
  6. resource_pool: "POC01/PoC-Pool"
  7. vm_folder: "Servidores Chef/kitchen/jcah"
  8. num_cpus: 4
  9. network_name: ["n1kPoC-Vmware60/poc_productiva2"]
  10. memory_mb: 4096
  11. bootstrap_ipv4: true
  12. ipv4_timeout: 300
  13. ssh: {:user=>"Administrator", :password=>"*********", :port=>5985}
  14. template_folder: "VMWARE"
  15. template_name: "TPL-WIN2012R2-SYSPREP"
  16. customization_spec: {:hostname=>"static-snapdrive", :domain=>"WORKGROUP", :org_name=>"poc", :domainAdmin=>"Administrator@WORKGROUP", :domainAdminPassword=>"Config2006", :win_time_zone=>56, :product_id=>"HIDDEN", :ipsettings=>{:ip=>"10.159.11.132", :subnetMask=>"255.255.255.0", :gateway=>["10.159.11.1"], :dnsServerList=>["10.159.11.21", "8.8.8.8"]}}
  17. establishing connection to 10.161.152.138
  18. finding networks...
  19. network: n1kPoC-Vmware60/poc_productiva2 is a DistributedVirtualPortgroup
  20. changing template nic for n1kPoC-Vmware60/poc_productiva2
  21. customizing static-windows-2012r2-7caa3aed with static IP 10.159.11.132
  22. customizing static-windows-2012r2-7caa3aed with /
  23. dynamic IP and DNS: ["10.159.11.21", "8.8.8.8"]
  24. joining domain WORKGROUP /
  25. with user: Administrator@WORKGROUP
  26. Machine - created - static-windows-2012r2-7caa3aed (502b8d96-8b2b-4c4a-8191-532bbc9684be on vsphere://10.161.152.138/sdk?use_ssl=true&insecure=true)
  27. Power on VM [jcah/static-windows-2012r2-7caa3aed]
  28. waiting for static-windows-2012r2-7caa3aed (502b8d96-8b2b-4c4a-8191-532bbc9684be on vsphere://10.161.152.138/sdk?use_ssl=true&insecure=true) to be ready ...
  29. ....................................static-windows-2012r2-7caa3aed is now ready
  30. >>>>>> ------Exception-------
  31. >>>>>> Class: Kitchen::ActionFailed
  32. >>>>>> Message: 1 actions failed.
  33. >>>>>> Failed to complete #create action: [execution expired] on static-windows-2012r2
  34. >>>>>> ----------------------
  35. >>>>>> Please see .kitchen/logs/kitchen.log for more details
  36. >>>>>> Also try running `kitchen diagnose --all` for configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement