-
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
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
8976,1 | [CORD-2950] Fix ansible 2.5.1 breakage by using union operator instead of iterating over docker image lists | master | cord | Status: MERGED | +2 | +1 |
9078,1 | [CORD-2950] Fix ansible 2.5.1 breakage by using union operator instead of iterating over docker image lists | cord-5.0 | cord | Status: ABANDONED | 0 | +1 |
9079,1 | [CORD-2950] Fix ansible 2.5.1 breakage by using union operator instead of iterating over docker image lists | cord-5.0 | cord | Status: MERGED | +2 | +1 |
9082,2 | [CORD-2950] Fix ansible 2.5.1 breakage by using union operator instead of iterating over docker image lists | cord-4.1 | cord | Status: MERGED | +2 | +1 |
9215,1 | [CORD-2950]v2, fix problem with M/E-CORD profiles not having dynamic services | master | cord | Status: MERGED | +2 | +1 |