forked from usmqe/usmqe-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci_default.yml
27 lines (23 loc) · 829 Bytes
/
ci_default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# Perform following tasks, when applicable
# (e.g. there are nodes in gluster or ceph_* group)
# * Install Tendrl server.
# * Install Tendrl storage nodes.
# * Install Gluster nodes.
# * Configure gluster trusted storage pool and create bricks
# on all available devices on gluster nodes.
# * Install Ceph nodes.
# * Preconfigure ceph-ansible.
- include: qe_pre_installation_tasks.yml
- include: tendrl_server.yml
- include: tendrl_node.yml
- include: gluster.yml
when: groups.gluster is defined
- include: tendrl_gluster.yml
when: groups.gluster is defined
- include: gluster_peers_bricks.yml
when: groups.gluster is defined
- include: ceph_prereq.yml
when: groups.ceph_osd is defined and groups.ceph_mon is defined
- include: tendrl_ceph.yml
when: groups.ceph_osd is defined and groups.ceph_mon is defined