-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Ansible, Build System
-
Labels:None
-
Story Points:2
-
Sprint:QP Sprint #3
-
Epic Link:
After 2.5.1 update, Ansible is mishandling the docker_image_whitelist in genconfig when trying to add the xos_services array. It replaces the last item of the list over and over, instead of appending to the list, as was previous behavior:
This seems to be the problematic code:
https://github.com/opencord/cord/blob/master/ansible/roles/genconfig/tasks/main.yml#L80-L84