File tree Expand file tree Collapse file tree 5 files changed +30
-21
lines changed Expand file tree Collapse file tree 5 files changed +30
-21
lines changed Original file line number Diff line number Diff line change 108
108
tasks_from : install.yml
109
109
when : " 'mysql' in group_names"
110
110
111
- - name : OpenHPC
111
+ - name : Install rebuild
112
+ include_role :
113
+ name : rebuild
114
+ tasks_from : install.yml
115
+
116
+ - name : Install OpenHPC
112
117
import_role :
113
118
name : stackhpc.openhpc
114
119
tasks_from : install.yml
Original file line number Diff line number Diff line change
1
+ ---
2
+
3
+ - name : Create /etc/openstack
4
+ file :
5
+ path : /etc/openstack
6
+ state : directory
7
+ owner : slurm
8
+ group : root
9
+ mode : u=rX,g=rwX
10
+
11
+ - name : Copy out clouds.yaml
12
+ copy :
13
+ src : " {{ rebuild_clouds_path }}"
14
+ dest : /etc/openstack/clouds.yaml
15
+ owner : slurm
16
+ group : root
17
+ mode : u=r,g=rw
Original file line number Diff line number Diff line change
1
+ - name : Setup slurm tools
2
+ include_role :
3
+ name : slurm_tools
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- - name : Create /etc/openstack
4
- file :
5
- path : /etc/openstack
6
- state : directory
7
- owner : slurm
8
- group : root
9
- mode : u=rX,g=rwX
10
-
11
- - name : Copy out clouds.yaml
12
- copy :
13
- src : " {{ rebuild_clouds_path }}"
14
- dest : /etc/openstack/clouds.yaml
15
- owner : slurm
16
- group : root
17
- mode : u=r,g=rw
18
-
19
- - name : Setup slurm tools
20
- include_role :
21
- name : slurm_tools
3
+ - include_tasks : install.yml
4
+ - include_tasks : configure.yml
Original file line number Diff line number Diff line change 17
17
- rebuild
18
18
- openhpc
19
19
tasks :
20
- - import_role :
20
+ - include_role :
21
21
name : rebuild
22
+ tasks_from : " {{ 'configure.yml' if appliances_mode == 'configure' else 'main.yml' }}"
22
23
23
24
- name : Set locked memory limits on user-facing nodes
24
25
hosts :
You can’t perform that action at this time.
0 commit comments