5c39810de2
If docker_configure_for_zun is set to true, then Zun-specific configuration for Docker is applied to all nodes. It should only be applied based on the relevant inventory groups. In some cases this can cause Docker to fail to start. See https://storyboard.openstack.org/#!/story/2008544 for details. This change applies the configuration based on the zun-compute and zun-cni-daemon groups. It also modifies the expression to not assume that these groups exist in the inventory. Change-Id: I0141abf0dd83e3a567ea6dcca945f86db129becf Closes-Bug: #1914378 Story: 2008544 Task: 41645 Co-Authored-By: Buddhika Sanjeewa <bsanjeewa@kln.ac.lk>
12 lines
238 B
YAML
12 lines
238 B
YAML
---
|
|
- import_tasks: pre-install.yml
|
|
|
|
- import_tasks: install.yml
|
|
|
|
- import_tasks: post-install.yml
|
|
|
|
- include_tasks: configure-containerd-for-zun.yml
|
|
when:
|
|
- containerd_configure_for_zun|bool
|
|
- "'zun-cni-daemon' in group_names"
|