Skip to content
Snippets Groups Projects
Commit 74a5c3ad authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

lifting lustre client to centos78. Lustre module from our repo needs mlx kmod

parent a6e4ee91
No related branches found
No related tags found
4 merge requests!381Yumadminpackage,!379Pipelinefix,!376Pipelinefix,!373Pipelinefix
This commit is part of merge request !373. Comments created here will be created in the context of that merge request.
......@@ -93,11 +93,15 @@
state: mounted
- hosts: 'LoginNodes' # this does not work. we need to config_repos first
# vars_files:
# - vars/vars.yml
tasks:
- include_vars: vars/vars_centos78.yml
- hosts: 'LoginNodes'
roles:
- { role: config_repos, tags: [ repos ] }
- { role: upgrade, tags: [ upgrade ] } # upgrade from centos7.6 base image to centos7.8
- { role: mellanox_drivers, start_roce_service: false }
- hosts: 'LoginNodes' # this does not work. we need to config_repos first
tasks:
- name: install rpms
......
../vars
\ No newline at end of file
../../vars
\ No newline at end of file
......@@ -147,4 +147,5 @@
- name: enable roce_mode setting
service: name=roce_mode state=started enabled=yes
become: true
\ No newline at end of file
become: true
when: start_roce_service is undefined or start_roce_service is true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment