Advertisement
alexkibanov

Untitled

Sep 20th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. [ustas@localhost sixth]$ sudo vagrant up
  2. Bringing machine 'dnsmaster' up with 'libvirt' provider...
  3. Bringing machine 'dnsclient' up with 'libvirt' provider...
  4. ==> dnsclient: Creating image (snapshot of base box volume).
  5. ==> dnsmaster: Creating image (snapshot of base box volume).
  6. ==> dnsclient: Creating domain with the following settings...
  7. ==> dnsclient: -- Name: sixth_dnsclient
  8. ==> dnsclient: -- Domain type: kvm
  9. ==> dnsmaster: Creating domain with the following settings...
  10. ==> dnsmaster: -- Name: sixth_dnsmaster
  11. ==> dnsclient: -- Cpus: 1
  12. ==> dnsmaster: -- Domain type: kvm
  13. ==> dnsmaster: -- Cpus: 1
  14. ==> dnsclient: -- Feature: acpi
  15. ==> dnsclient: -- Feature: apic
  16. ==> dnsmaster: -- Feature: acpi
  17. ==> dnsclient: -- Feature: pae
  18. ==> dnsmaster: -- Feature: apic
  19. ==> dnsclient: -- Memory: 512M
  20. ==> dnsmaster: -- Feature: pae
  21. ==> dnsmaster: -- Memory: 512M
  22. ==> dnsmaster: -- Management MAC:
  23. ==> dnsmaster: -- Loader:
  24. ==> dnsclient: -- Management MAC:
  25. ==> dnsmaster: -- Base box: centos/7
  26. ==> dnsclient: -- Loader:
  27. ==> dnsmaster: -- Storage pool: default
  28. ==> dnsclient: -- Base box: centos/7
  29. ==> dnsmaster: -- Image: /var/lib/libvirt/images/sixth_dnsmaster.img (41G)
  30. ==> dnsclient: -- Storage pool: default
  31. ==> dnsmaster: -- Volume Cache: default
  32. ==> dnsclient: -- Image: /var/lib/libvirt/images/sixth_dnsclient.img (41G)
  33. ==> dnsmaster: -- Kernel:
  34. ==> dnsclient: -- Volume Cache: default
  35. ==> dnsmaster: -- Initrd:
  36. ==> dnsclient: -- Kernel:
  37. ==> dnsmaster: -- Graphics Type: vnc
  38. ==> dnsclient: -- Initrd:
  39. ==> dnsmaster: -- Graphics Port: 5900
  40. ==> dnsclient: -- Graphics Type: vnc
  41. ==> dnsmaster: -- Graphics IP: 127.0.0.1
  42. ==> dnsclient: -- Graphics Port: 5900
  43. ==> dnsmaster: -- Graphics Password: Not defined
  44. ==> dnsclient: -- Graphics IP: 127.0.0.1
  45. ==> dnsmaster: -- Video Type: cirrus
  46. ==> dnsclient: -- Graphics Password: Not defined
  47. ==> dnsmaster: -- Video VRAM: 9216
  48. ==> dnsclient: -- Video Type: cirrus
  49. ==> dnsmaster: -- Sound Type:
  50. ==> dnsclient: -- Video VRAM: 9216
  51. ==> dnsmaster: -- Keymap: en-us
  52. ==> dnsclient: -- Sound Type:
  53. ==> dnsmaster: -- TPM Path:
  54. ==> dnsclient: -- Keymap: en-us
  55. ==> dnsmaster: -- INPUT: type=mouse, bus=ps2
  56. ==> dnsclient: -- TPM Path:
  57. ==> dnsclient: -- INPUT: type=mouse, bus=ps2
  58. ==> dnsmaster: Creating shared folders metadata...
  59. ==> dnsclient: Creating shared folders metadata...
  60. ==> dnsmaster: Starting domain.
  61. ==> dnsclient: Starting domain.
  62. ==> dnsmaster: Waiting for domain to get an IP address...
  63. ==> dnsclient: Waiting for domain to get an IP address...
  64. ==> dnsclient: Waiting for SSH to become available...
  65. ==> dnsmaster: Waiting for SSH to become available...
  66. dnsclient:
  67. dnsclient: Vagrant insecure key detected. Vagrant will automatically replace
  68. dnsclient: this with a newly generated keypair for better security.
  69. dnsclient:
  70. dnsclient: Inserting generated public key within guest...
  71. dnsclient: Removing insecure key from the guest if it's present...
  72. dnsclient: Key inserted! Disconnecting and reconnecting using new SSH key...
  73. ==> dnsclient: Setting hostname...
  74. ==> dnsclient: Configuring and enabling network interfaces...
  75. dnsmaster:
  76. dnsmaster: Vagrant insecure key detected. Vagrant will automatically replace
  77. dnsmaster: this with a newly generated keypair for better security.
  78. dnsmaster:
  79. dnsmaster: Inserting generated public key within guest...
  80. dnsmaster: Removing insecure key from the guest if it's present...
  81. dnsmaster: Key inserted! Disconnecting and reconnecting using new SSH key...
  82. ==> dnsmaster: Setting hostname...
  83. ==> dnsmaster: Configuring and enabling network interfaces...
  84. dnsmaster: SSH address: 192.168.121.117:22
  85. dnsmaster: SSH username: vagrant
  86. dnsmaster: SSH auth method: private key
  87. ==> dnsclient: An error occurred. The error will be shown after all tasks complete.
  88. ==> dnsmaster: Rsyncing folder: /trash/sixth/ => /vagrant
  89. ==> dnsmaster: Running provisioner: ansible_local...
  90. dnsmaster: Installing Ansible...
  91. Vagrant has automatically selected the compatibility mode '2.0'
  92. according to the Ansible version installed (2.3.1.0).
  93.  
  94. Alternatively, the compatibility mode can be specified in your Vagrantfile:
  95. https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode
  96.  
  97. dnsmaster: Running ansible-playbook...
  98.  
  99. PLAY [dnsmaster] ***************************************************************
  100.  
  101. TASK [Gathering Facts] *********************************************************
  102. ok: [dnsmaster]
  103.  
  104. TASK [dns-master : Install bind] ***********************************************
  105. fatal: [dnsmaster]: FAILED! => {"changed": true, "failed": true, "msg": "You need to be root to perform this command.\n", "rc": 1, "results": ["Loaded plugins: fastestmirror\n"]}
  106. to retry, use: --limit @/vagrant/do-stuff.retry
  107.  
  108. PLAY RECAP *********************************************************************
  109. dnsmaster : ok=1 changed=0 unreachable=0 failed=1
  110.  
  111. ==> dnsmaster: An error occurred. The error will be shown after all tasks complete.
  112. An error occurred while executing multiple actions in parallel.
  113. Any errors that occurred are shown below.
  114.  
  115. An error occurred while executing the action on the 'dnsmaster'
  116. machine. Please handle this error then try again:
  117.  
  118. Ansible failed to complete successfully. Any error output should be
  119. visible above. Please fix these errors and try again.
  120.  
  121. An error occurred while executing the action on the 'dnsclient'
  122. machine. Please handle this error then try again:
  123.  
  124. Guest-specific operations were attempted on a machine that is not
  125. ready for guest communication. This should not happen and a bug
  126. should be reported.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement