b4f1d3c993
Sync the versions with kolla-ansible Depends-On: https://review.opendev.org/c/openstack/kayobe/+/883744 Change-Id: I744d64e1e69021f93497fcf127a6abd315f04669
16 lines
315 B
YAML
16 lines
315 B
YAML
---
|
|
- import_role:
|
|
name: openstack.kolla.etc_hosts
|
|
|
|
- import_tasks: pre-install.yml
|
|
|
|
- import_tasks: install.yml
|
|
|
|
- import_tasks: post-install.yml
|
|
|
|
- name: Configure ceph for zun
|
|
include_tasks: configure-ceph-for-zun.yml
|
|
when:
|
|
- zun_configure_for_cinder_ceph | bool
|
|
- "'zun-compute' in group_names"
|