Merge "Re-enable pxe_drac driver"
This commit is contained in:
commit
a9c10413c5
@ -304,7 +304,7 @@ class { 'nova::network::neutron':
|
||||
include ::ironic::conductor
|
||||
|
||||
class { 'ironic':
|
||||
enabled_drivers => ['pxe_ipmitool', 'pxe_ssh']
|
||||
enabled_drivers => ['pxe_ipmitool', 'pxe_ssh', 'pxe_drac']
|
||||
}
|
||||
|
||||
class { 'ironic::api':
|
||||
|
@ -5,18 +5,6 @@
|
||||
]},
|
||||
"local-ip": "{{LOCAL_IP}}",
|
||||
"masquerade_networks": ["{{MASQUERADE_NETWORK}}"],
|
||||
"ironic": {
|
||||
"config" : [
|
||||
{
|
||||
"section": "DEFAULT",
|
||||
"values": [
|
||||
{ "option": "enabled_drivers",
|
||||
"value": "pxe_ssh,pxe_ipmitool,pxe_drac"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"neutron": {
|
||||
"dhcp_start": "{{DHCP_START}}",
|
||||
"dhcp_end": "{{DHCP_END}}",
|
||||
|
Loading…
Reference in New Issue
Block a user