Guest User

Untitled

a guest
Jun 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. TASK [sf-repos : Make a first admin connexion through SF SSO (force sf_users admin id:1)] ***************************************************
  2. fatal: [managesf.sftests.com]: FAILED! => {"changed": true, "cmd": ["sfmanager", "sf_user", "list"], "delta":
  3. "0:00:01.406541", "end": "2018-06-19 11:41:23.360746", "msg": "non-zero return code", "rc": 1, "start": "2018-06-19
  4. 11:41:21.954205", "stderr": "ERROR - Authentication failed", "stderr_lines": ["ERROR - Authentication failed"],
  5. "stdout": "", "stdout_lines": []}
  6. to retry, use: --limit @/var/lib/software-factory/ansible/sfconfig.retry
  7.  
  8. PLAY RECAP **********************************************************************************************************************************
  9. managesf.sftests.com : ok=275 changed=12 unreachable=0 failed=1
  10.  
  11. Traceback (most recent call last):
  12. File "/usr/bin/sfconfig", line 10, in <module>
  13. sys.exit(main())
  14. File "/usr/lib/python2.7/site-packages/sfconfig/cmd.py", line 217, in main
  15. sfconfig.inventory.run(args)
  16. File "/usr/lib/python2.7/site-packages/sfconfig/inventory.py", line 365, in run
  17. sfconfig.utils.execute(["ansible-playbook", playbook_path])
  18. File "/usr/lib/python2.7/site-packages/sfconfig/utils.py", line 58, in execute
  19. raise RuntimeError("Command failed: %s" % argv)
  20. RuntimeError: Command failed: ['ansible-playbook', '/var/lib/software-factory/ansible/sfconfig.yml']
  21. [root@software-factory01 ~]#
Add Comment
Please, Sign In to add comment