Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Remove iscsi deploy interface from minion node"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 10, 2021
2 parents 51b3666 + 36e680f commit c144e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environments/undercloud/undercloud-minion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parameter_defaults:

# Enabled deploy interface implementations. Each hardware type must have at least one valid implementation enabled.
# Type: comma_delimited_list
IronicEnabledDeployInterfaces: ['iscsi', 'direct', 'ansible']
IronicEnabledDeployInterfaces: ['direct', 'ansible']

# Enabled Ironic hardware types
# Type: comma_delimited_list
Expand Down
2 changes: 1 addition & 1 deletion sample-env-generator/undercloud-minion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ environments:
IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo']
IronicEnabledBootInterfaces: ['pxe', 'ilo-pxe']
IronicEnabledConsoleInterfaces: ['ipmitool-socat', 'ilo', 'no-console']
IronicEnabledDeployInterfaces: ['iscsi', 'direct', 'ansible']
IronicEnabledDeployInterfaces: ['direct', 'ansible']
IronicEnabledInspectInterfaces: ['inspector', 'no-inspect']
IronicEnabledManagementInterfaces: ['ipmitool', 'redfish', 'idrac', 'ilo']
IronicEnabledNetworkInterfaces: ['flat']
Expand Down

0 comments on commit c144e9e

Please sign in to comment.