Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. 2018-04-26 01:25:37,661 p=18767 u=root | TASK [openshift_facts : Gather Cluster facts and set is_containerized if needed] **************************************************************************************************************************************************************
  2. 2018-04-26 01:25:38,461 p=18767 u=root | fatal: [10.240.0.131]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Shared connection to 10.240.0.131 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_VnYJSa/ansible_module_openshift_facts.py\", line 2101, in <module>\r\n main()\r\n File \"/tmp/ansible_VnYJSa/ansible_module_openshift_facts.py\", line 2082, in main\r\n protected_facts_to_overwrite)\r\n File \"/tmp/ansible_VnYJSa/ansible_module_openshift_facts.py\", line 1574, in __init__\r\n self.system_facts = ansible_facts(module)\r\nTypeError: ansible_facts() takes exactly 2 arguments (1 given)\r\n", "msg": "MODULE FAILURE", "rc": 0}
  3. 2018-04-26 01:25:38,462 p=18767 u=root | [WARNING]: Failure using method (v2_runner_on_failed) in callback plugin (<ansible.plugins.callback./usr/lib/python2.7/site-packages/ooinstall/ansible_plugins/facts_callback.CallbackModule object at 0x7f991d792190>): runner_on_failed()
  4. takes at least 3 arguments (3 given)
  5.  
  6. 2018-04-26 01:25:38,554 p=18767 u=root | fatal: [10.240.0.145]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Shared connection to 10.240.0.145 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_n95Wq2/ansible_module_openshift_facts.py\", line 2101, in <module>\r\n main()\r\n File \"/tmp/ansible_n95Wq2/ansible_module_openshift_facts.py\", line 2082, in main\r\n protected_facts_to_overwrite)\r\n File \"/tmp/ansible_n95Wq2/ansible_module_openshift_facts.py\", line 1574, in __init__\r\n self.system_facts = ansible_facts(module)\r\nTypeError: ansible_facts() takes exactly 2 arguments (1 given)\r\n", "msg": "MODULE FAILURE", "rc": 0}
  7. 2018-04-26 01:25:38,556 p=18767 u=root | to retry, use: --limit @/usr/share/ansible/openshift-ansible/playbooks/byo/openshift_facts.retry
  8.  
  9. 2018-04-26 01:25:38,556 p=18767 u=root | PLAY RECAP ************************************************************************************************************************************************************************************************************************************
  10. 2018-04-26 01:25:38,556 p=18767 u=root | 10.240.0.131 : ok=6 changed=0 unreachable=0 failed=1
  11. 2018-04-26 01:25:38,556 p=18767 u=root | 10.240.0.145 : ok=6 changed=0 unreachable=0 failed=1
  12. 2018-04-26 01:25:38,556 p=18767 u=root | g_all_hosts : ok=1 changed=0 unreachable=0 failed=0
  13. 2018-04-26 01:25:38,556 p=18767 u=root | localhost : ok=8 changed=7 unreachable=0 failed=0
  14. 2018-04-26 01:45:15,365 p=19363 u=root | [DEPRECATION WARNING]: 'include' for playbook includes. You should use 'import_playbook' instead. This feature will be removed in version 2.8. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  15. 2018-04-26 01:45:15,511 p=19363 u=root | ERROR! Unexpected Exception, this is probably a bug: 'CallbackModule' object has no attribute 'set_options'
  16. 2018-04-26 01:45:15,511 p=19363 u=root | to see the full traceback, use -vvv
  17. 2018-04-26 01:45:15,512 p=19363 u=root | the full traceback was:
  18.  
  19. Traceback (most recent call last):
  20. File "/usr/bin/ansible-playbook", line 106, in <module>
  21. exit_code = cli.run()
  22. File "/usr/lib/python2.7/site-packages/ansible/cli/playbook.py", line 130, in run
  23. results = pbex.run()
  24. File "/usr/lib/python2.7/site-packages/ansible/executor/playbook_executor.py", line 90, in run
  25. self._tqm.load_callbacks()
  26. File "/usr/lib/python2.7/site-packages/ansible/executor/task_queue_manager.py", line 203, in load_callbacks
  27. callback_obj .set_options(C.config.get_plugin_options('callback', callback_plugin._load_name))
  28. AttributeError: 'CallbackModule' object has no attribute 'set_options'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement