-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplaybook.yaml
More file actions
47 lines (34 loc) · 988 Bytes
/
playbook.yaml
File metadata and controls
47 lines (34 loc) · 988 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
- name: Install Configs
hosts: pvs_clients
tasks:
- name: Copy configs to /root/schemelin
copy:
src: ./configs/
dest: /root/schemelin/
mode: "0644"
directory_mode: "0755"
- script: scripts/1.install-configs.sh
- name: Install-linstor
hosts: pvs_clients
tasks:
- script: scripts/2.install-linstor.sh
- name: Controller up first
hosts: controller
tasks:
- script: scripts/3.linstor-controller-setup.sh
- name: Gateway install
hosts: pvs_clients
tasks:
- script: scripts/4.linstor-gateway-setup.sh
- name: Create NVMe target (controller)
hosts: controller
tasks:
- script: scripts/5.setup-rdma-target.sh
- name: Patch drbd-reactor (gateways), Changes tcp to rdma
hosts: gateways
tasks:
- script: scripts/6.patch-drbd-reactor.sh
- name: Patch nvme-discovery
hosts: pve_clients
tasks:
- script: scripts/7.patch-nvme-discovery.sh