Advertisement
Guest User

Untitled

a guest
Apr 27th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. TASK [openstack.osa.service_setup : Add service users to the role] ******************************************************************************************************************
  2. task path: /etc/ansible/ansible_collections/openstack/osa/roles/service_setup/tasks/setup_roles.yml:36
  3.  
  4. FAILED - RETRYING: [sjp1pcld001_heat_api_container-848ef38e -> sjp1pcld001_utility_container-5a5b9d8c]: Add service users to the role (5 retries left).Result was: {
  5. "attempts": 1,
  6. "changed": false,
  7. "extra_data": {
  8. "data": null,
  9. "details": "None",
  10. "response": "None"
  11. },
  12. "invocation": {
  13. "module_args": {
  14. "api_timeout": null,
  15. "auth": null,
  16. "auth_type": null,
  17. "ca_cert": null,
  18. "client_cert": null,
  19. "client_key": null,
  20. "domain": "heat",
  21. "endpoint_type": "admin",
  22. "group": null,
  23. "interface": "admin",
  24. "project": "",
  25. "region_name": null,
  26. "role": "admin",
  27. "sdk_log_level": "INFO",
  28. "sdk_log_path": null,
  29. "state": "present",
  30. "system": null,
  31. "timeout": 180,
  32. "user": "stack_domain_admin",
  33. "validate_certs": true,
  34. "wait": true
  35. }
  36. },
  37. "msg": "Must specify either a user or a group",
  38. "retries": 6
  39. }
  40.  
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement