Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. 2015-08-05 08:02:28 DEBUG otopi.filetransaction filetransaction.commit:327 Executing restorecon for /root/.ssh/authorized_keys
  2. 2015-08-05 08:02:28 DEBUG otopi.filetransaction filetransaction.commit:341 restorecon result rc=0, stdout=, stderr=
  3. 2015-08-05 08:02:28 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.executeRaw:824 execute: ('/sbin/restorecon', '-r', '/root/.ssh'), executable='None', cwd='None', env=None
  4. 2015-08-05 08:02:28 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.executeRaw:874 execute-result: ('/sbin/restorecon', '-r', '/root/.ssh'), rc=0
  5. 2015-08-05 08:02:28 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:932 execute-output: ('/sbin/restorecon', '-r', '/root/.ssh') stdout:
  6.  
  7.  
  8. 2015-08-05 08:02:28 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:937 execute-output: ('/sbin/restorecon', '-r', '/root/.ssh') stderr:
  9.  
  10.  
  11. 2015-08-05 08:02:28 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:532 Connecting to the Engine
  12. 2015-08-05 08:03:03 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:593 Getting the list of available clusters via engine's APIs
  13. 2015-08-05 08:03:04 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query cluster_name
  14. 2015-08-05 08:03:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND Enter the name of the cluster to which you want to add the host (Default) [Default]:
  15. 2015-08-05 08:03:08 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:626 Adding the host to the cluster
  16. 2015-08-05 08:03:09 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:654 Cannot add the host to cluster Default
  17. Traceback (most recent call last):
  18. File "/usr/share/ovirt-hosted-engine-setup/plugins/ovirt-hosted-engine-setup/engine/add_host.py", line 645, in _closeup
  19. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 13280, in add
  20. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 88, in add
  21. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 118, in request
  22. File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 146, in __doRequest
  23. File "/usr/lib/python2.7/site-packages/ovirtsdk/web/connection.py", line 134, in doRequest
  24. RequestError:
  25. status: 409
  26. reason: Conflict
  27. detail: Cannot add Host. SSH authentication failed, verify authentication parameters are correct (Username/Password, public-key etc.) You may refer to the engine.log file for further details.
  28. 2015-08-05 08:03:09 ERROR otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._closeup:662 Cannot automatically add the host to cluster Default:
  29. Cannot add Host. SSH authentication failed, verify authentication parameters are correct (Username/Password, public-key etc.) You may refer to the engine.log file for further details.
  30.  
  31. 2015-08-05 08:03:09 DEBUG otopi.context context._executeMethod:152 method exception
  32. Traceback (most recent call last):
  33. File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in _executeMethod
  34. File "/usr/share/ovirt-hosted-engine-setup/plugins/ovirt-hosted-engine-setup/engine/add_host.py", line 669, in _closeup
  35. RuntimeError: Cannot add the host to cluster Default
  36. 2015-08-05 08:03:09 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Closing up': Cannot add the host to cluster Default
  37. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:490 ENVIRONMENT DUMP - BEGIN
  38. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/error=bool:'True'
  39. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:500 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.RuntimeError'>, RuntimeError('Cannot add the host to cluster Default',), <traceback object at 0x
  40. 450fcb0>)]'
  41. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:500 ENV CORE/modifiedFiles=list:'['/etc/vdsm/vdsm.conf', '/etc/ovirt-hosted-engine/vm.conf', '/etc/ovirt-hosted-engine/hosted-engine.conf', '/etc/ovirt-hosted-engine-ha/broker.conf', '/etc/sysconfig/iptables', '/etc/ovirt-hosted-engine/iptables.example', '/etc/ovirt-hosted-engine/firewalld/hosted-console.xml', '/etc/ovirt-hosted-engine/vm.conf', '/root/.ssh/authorized_keys']'
  42. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:500 ENV OVEHOSTED_ENGINE/clusterName=str:'Default'
  43. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:500 ENV OVEHOSTED_ENGINE/temporaryCertificate=str:'/tmp/engine-caNKoAra.crt'
  44. 2015-08-05 08:03:09 DEBUG otopi.context context.dumpEnvironment:504 ENVIRONMENT DUMP - END
  45. 2015-08-05 08:03:09 INFO otopi.context context.runSequence:417 Stage: Clean up
  46. 2015-08-05 08:03:09 DEBUG otopi.context context.runSequence:421 STAGE cleanup
  47. 2015-08-05 08:03:09 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._cleanup
  48. :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement