Merge "Remove iscsi_tcp module load"

This commit is contained in:
Zuul 2021-08-09 23:10:59 +00:00 committed by Gerrit Code Review
commit 732a8b1394
2 changed files with 6 additions and 6 deletions

View File

@ -635,12 +635,6 @@ outputs:
environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
host_prep_tasks:
- name: load iscsi_tcp module
import_role:
name: tripleo_module_load
vars:
modules:
- name: iscsi_tcp
- name: create fcontext entry for ironic data
community.general.sefcontext:
target: "/var/lib/ironic(/.*)?"

View File

@ -0,0 +1,6 @@
---
other:
- |
The ``iscsi_tcp`` module is no longer loaded to support the operation of
the ``ironic-conductor`` container as the ``iscsi`` Deployment interface
has been removed from Ironic.