Remove iscsi_tcp module load

Ironic no longer ships an iscsi deployment interface and as
such the module no longer needs to be loaded.

Change-Id: I9ef9ad19d1dbcb860c9d56f0397b49f01855be57
This commit is contained in:
Julia Kreger 2021-07-27 14:07:36 -07:00
parent 4a55c065e3
commit 68d7d51e4c
2 changed files with 6 additions and 6 deletions

View File

@ -610,12 +610,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.