Advertisement
Guest User

Untitled

a guest
May 5th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # frozen_string_literal: true
  2. {
  3. driver_options: {
  4. host: 'nvsplservctvp01.infra.novis.cl',
  5. user: 'INFRA\\juan.alonso',
  6. password: 'Cosis2017',
  7. insecure: true
  8. },
  9. machine_options: {
  10. start_timeout: 1200,
  11. create_timeout: 1200,
  12. ready_timeout: 600,
  13. bootstrap_options: {
  14. use_linked_clone: false,
  15. datacenter: 'Cluster_Poc',
  16. template_name: 'TPL-WIN2012R2-SYSPREP',
  17. template_folder: 'VMWARE',
  18. vm_folder: 'Servidores Chef',
  19. network_name: ['n1kPoC-Vmware60/poc_productiva2'],
  20. resource_pool: 'POC01/PoC-Pool',
  21. bootstrap_ipv4: true,
  22. ipv4_timeout: 300,
  23. num_cpus: 2,
  24. memory_mb: 4096,
  25. ssh: {
  26. user: 'Administrator',
  27. password: 'Config2006',
  28. paranoid: false,
  29. port: 5985
  30. },
  31. customization_spec: {
  32. hostname: 'simple',
  33. domain: 'WORKGROUP',
  34. org_name: 'poc',
  35. domainAdmin: 'Administrator@WORKGROUP',
  36. domainAdminPassword: 'Config2006',
  37. win_time_zone: 56,
  38. product_id: '',
  39. ipsettings: {
  40. ip: '10.159.11.132',
  41. subnetMask: '255.255.255.0',
  42. gateway: ['10.159.11.1'],
  43. dnsServerList: ['10.159.11.21']
  44. }
  45. }
  46. }
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement