You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title already says, errors occur from time to time, which are generated by the collection when too many objects are created.
The code still runs through and creates the remaining objects, but is then evaluated by Ansible itself as failed and so pipelines (with the collection included), for example, will also fail in the end.
I noticed this when creating service apply objects. The code we use for this service contains about 280 apply objects. I haven't noticed this behavior in a smaller codebase.
I would also like to say that for newly created objects we leave the old objects on our Icinga instance and only deploy the new objects to it.
Error: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'unicode' object has no attribute 'items'
Please reply if you need more information. Thanks in advance!
The text was updated successfully, but these errors were encountered:
As the title already says, errors occur from time to time, which are generated by the collection when too many objects are created.
The code still runs through and creates the remaining objects, but is then evaluated by Ansible itself as failed and so pipelines (with the collection included), for example, will also fail in the end.
I noticed this when creating service apply objects. The code we use for this service contains about 280 apply objects. I haven't noticed this behavior in a smaller codebase.
I would also like to say that for newly created objects we leave the old objects on our Icinga instance and only deploy the new objects to it.
Failing task:
t_systems_mms.icinga_director.ansible_icinga : icinga_service_apply
Error:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'unicode' object has no attribute 'items'
Please reply if you need more information. Thanks in advance!
The text was updated successfully, but these errors were encountered: