diff --git a/dib/iscsi-multipath/README.md b/dib/iscsi-multipath/README.md new file mode 100644 index 0000000..1e520cd --- /dev/null +++ b/dib/iscsi-multipath/README.md @@ -0,0 +1,6 @@ +=============== +iscsi-multipath +=============== +Updates the ironic agent, installing multipath and iscsi packages, +and enabling needed modules by default, to execute a modprobe for +the needed drivers before it is started. \ No newline at end of file diff --git a/dib/iscsi-multipath/element-deps b/dib/iscsi-multipath/element-deps new file mode 100644 index 0000000..0bf68f7 --- /dev/null +++ b/dib/iscsi-multipath/element-deps @@ -0,0 +1,2 @@ +install-static +package-installs \ No newline at end of file diff --git a/dib/iscsi-multipath/package-installs.yaml b/dib/iscsi-multipath/package-installs.yaml new file mode 100644 index 0000000..03b5474 --- /dev/null +++ b/dib/iscsi-multipath/package-installs.yaml @@ -0,0 +1,2 @@ +iscsi-initiator-utils: +device-mapper-multipath: \ No newline at end of file diff --git a/dib/iscsi-multipath/static/etc/modules-load.d/iscsi.conf b/dib/iscsi-multipath/static/etc/modules-load.d/iscsi.conf new file mode 100644 index 0000000..f3e12b4 --- /dev/null +++ b/dib/iscsi-multipath/static/etc/modules-load.d/iscsi.conf @@ -0,0 +1,9 @@ +qla4xxx +cxgb3i +cxgb4i +bnx2i +be2iscsi +iscsi_boot_sysfs +iscsi_ibft +iscsi_tcp +target_core_mod \ No newline at end of file diff --git a/releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml b/releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml new file mode 100644 index 0000000..0d4d965 --- /dev/null +++ b/releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Adds a new element ``ironic-agent-multipath`` for configuring setups + using multipath. +