Skip to content
Snippets Groups Projects
Commit 86f29f7c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Load configfs kernel module for iscsid"

parents 9ca1039e 5753a569
No related branches found
No related tags found
No related merge requests found
---
- name: Load and persist configfs module
import_role:
role: module-load
vars:
modules:
- name: configfs
when: ( ( inventory_hostname in groups['compute'] or inventory_hostname in groups['cinder-volume'] ) and enable_cinder | bool and enable_cinder_backend_iscsi | bool )
or ( inventory_hostname in groups['ironic-conductor'] and enable_ironic | bool )
- name: Ensuring config directories exist
file:
path: "{{ node_config_directory }}/{{ item }}"
......
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