Commit Graph

5 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
Yolanda Robla 9ff2c0ce59 Add missing target_core_mod to iscsi modules
It is needed to enable Linux-IO that is used for ISCSI
in the ironic-python-agent

Change-Id: I5959afc862ecdea501ed46cd0e3a586b459d79f9
2017-10-14 10:18:40 +02:00
Yolanda Robla 22a5e4e50f Update ironic-agent-multipath element
It finally was tested on real environments, and it was not
working properly. The generated image is not build with
dracut, so the regenerate we did there was not used, and the
modules were not enabled.
Adding the modules on the right directory, to be loaded at
boot time.
Also removing the 98-regenerate-initramfs patch, because it
was regenerating an image that is never used, so it was a
no-op

Change-Id: I87527a4ac2111f1e572e3c779e11fdf20fc88bc8
2017-09-08 09:58:05 +02:00
Michele Baldessari 00b986959c Set IRONIC_AGENT_MULTIPATH_DRIVERS to '' when undefined
Sometimes we fail to build the IPA ramdisk with:
/tmp/in_target.d/finalise.d/98-regenerate-initramfs: line 13:
IRONIC_AGENT_MULTIPATH_DRIVERS: unbound variable

Let's make sure the env variable is set to 'be2iscsi iscsi_target_mod
dm_multipath' when it is not set as that is the default stated
in the README.

We also make sure to not use the --add-drivers parameter in case
IRONIC_AGENT_MULTIPATH_DRIVERS is set to ''

Change-Id: I4f22c84fb65c7bba6904c174ff6819c6eaee0c32
Closes-Bug: #1659493
2017-01-26 11:05:02 +01:00
Yolanda Robla Mota 15b5776c57 Add element to customize dracut on the agent
Updates the ironic agent, installing multipath package
and regenerating dracut to add all the specified drivers.

Change-Id: Ieda51d71c4760c66c00c48d27b6b6b66e3f479eb
2017-01-23 11:39:03 +01:00