
Enables zun to access cinder volumes when cinder is configured to use external ceph. Copies ceph config file and ceph cinder keyring to /etc/ceph in zun_compute container. Closes-Bug: 1848934 Change-Id: Ie56868d5e9ed37a9274b8cbe65895f3634b895c8
17 lines
371 B
YAML
17 lines
371 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"
|
|
|
|
- include_tasks: configure-ceph-for-zun.yml
|
|
when:
|
|
- zun_configure_for_cinder_ceph | bool
|
|
- "'zun-compute' in group_names"
|