f0f3e3bac4
This allows nodes with remote devices configured via iBFT to be correctly used during Ironic introspection and deployment, at least for non-multipath configurations. The new element is added as a dependency for ironic-agent. Change-Id: If3dac6504d26535593f12e851092065b688ef696
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
# init-ibft-interfaces - Initialize iBFT network interfaces
|
|
|
|
description "Initialize iBFT network interfaces"
|
|
|
|
start on runlevel [2345]
|
|
stop on runlevel [!2345]
|
|
|
|
respawn
|
|
respawn limit 10 5
|
|
umask 022
|
|
|
|
expect stop
|
|
|
|
console output
|
|
|
|
exec /usr/local/sbin/init-ibft-interfaces.sh
|