Advertisement
Guest User

Untitled

a guest
Dec 4th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # Enable additional hardware types, if needed.
  2. IRONIC_ENABLED_HARDWARE_TYPES=ipmi,redfish,fake-hardware
  3. # Don't forget that many hardware types require enabling of additional
  4. # interfaces, most often power and management:
  5. IRONIC_ENABLED_MANAGEMENT_INTERFACES=ipmitool,redfish,fake
  6. IRONIC_ENABLED_POWER_INTERFACES=ipmitool,redfish,fake
  7. # The 'ipmi' hardware type's default deploy interface is 'iscsi'.
  8. # This would change the default to 'direct':
  9. IRONIC_DEFAULT_DEPLOY_INTERFACE=direct,iscsi,fake
  10.  
  11. # Change this to alter the default driver for nodes created by devstack.
  12. # This driver should be in the enabled list above.
  13. IRONIC_DEPLOY_DRIVER=ipmi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement