Docker config variable seems to be ignored
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ansible-collection-kolla |
Fix Released
|
Undecided
|
Matt Crees | ||
kolla-ansible |
Confirmed
|
Undecided
|
Matt Crees |
Bug Description
In our kolla ansible deployment i noticed very big docker log sizes (50GB+) for the tgtd container. While debugging this i dug into the docker config set by the docker role and i wondered why the settings of the `docker_config` variable (https:/
I assume that this variable should be used in the config task: https:/
But i am not absolutely sure about this.
Other related code:
Also the latest official docs states that these variables can be set: https:/
Maybe someone can confirm this.
Changed in kolla-ansible: | |
status: | New → Confirmed |
Changed in ansible-collection-kolla: | |
assignee: | nobody → Matt Crees (mattcrees) |
Changed in kolla-ansible: | |
assignee: | nobody → Matt Crees (mattcrees) |
Can confirm that this is a genuine bug. It seems that when the docker config handling was extracted from the baremetal role into the docker role, combining the default values was lost.