Merge "Remove iscsi deploy interface from minion node"

This commit is contained in:
Zuul 2021-06-10 11:20:33 +00:00 committed by Gerrit Code Review
commit c144e9e54b
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ parameter_defaults:
# Enabled deploy interface implementations. Each hardware type must have at least one valid implementation enabled. # Enabled deploy interface implementations. Each hardware type must have at least one valid implementation enabled.
# Type: comma_delimited_list # Type: comma_delimited_list
IronicEnabledDeployInterfaces: ['iscsi', 'direct', 'ansible'] IronicEnabledDeployInterfaces: ['direct', 'ansible']
# Enabled Ironic hardware types # Enabled Ironic hardware types
# Type: comma_delimited_list # Type: comma_delimited_list

View File

@ -59,7 +59,7 @@ environments:
IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo'] IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo']
IronicEnabledBootInterfaces: ['pxe', 'ilo-pxe'] IronicEnabledBootInterfaces: ['pxe', 'ilo-pxe']
IronicEnabledConsoleInterfaces: ['ipmitool-socat', 'ilo', 'no-console'] IronicEnabledConsoleInterfaces: ['ipmitool-socat', 'ilo', 'no-console']
IronicEnabledDeployInterfaces: ['iscsi', 'direct', 'ansible'] IronicEnabledDeployInterfaces: ['direct', 'ansible']
IronicEnabledInspectInterfaces: ['inspector', 'no-inspect'] IronicEnabledInspectInterfaces: ['inspector', 'no-inspect']
IronicEnabledManagementInterfaces: ['ipmitool', 'redfish', 'idrac', 'ilo'] IronicEnabledManagementInterfaces: ['ipmitool', 'redfish', 'idrac', 'ilo']
IronicEnabledNetworkInterfaces: ['flat'] IronicEnabledNetworkInterfaces: ['flat']