Skip to content
Snippets Groups Projects
Commit 12d8ba05 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Stop enabling the ironic's pxe_ipmitool driver"

parents 88d69fa0 b698435c
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ debug = {{ ironic_logging_debug }} ...@@ -13,8 +13,6 @@ debug = {{ ironic_logging_debug }}
log_dir = /var/log/kolla/ironic log_dir = /var/log/kolla/ironic
enabled_drivers = pxe_ipmitool
transport_url = {{ rpc_transport_url }} transport_url = {{ rpc_transport_url }}
[oslo_messaging_notifications] [oslo_messaging_notifications]
......
...@@ -237,7 +237,7 @@ used to populate Ironic. See the `bifrost dynamic inventory examples ...@@ -237,7 +237,7 @@ used to populate Ironic. See the `bifrost dynamic inventory examples
further details. further details.
For example, the following inventory defines a single node managed via the For example, the following inventory defines a single node managed via the
Ironic ``agent_ipmitool`` driver. The inventory contains credentials required Ironic ``ipmi`` driver. The inventory contains credentials required
to access the node's BMC via IPMI, the MAC addresses of the node's NICs, an IP to access the node's BMC via IPMI, the MAC addresses of the node's NICs, an IP
address to configure the node's configdrive with, a set of scheduling address to configure the node's configdrive with, a set of scheduling
properties and a logical name. properties and a logical name.
...@@ -257,7 +257,7 @@ properties and a logical name. ...@@ -257,7 +257,7 @@ properties and a logical name.
mac: "1c:c1:de:1c:aa:53" mac: "1c:c1:de:1c:aa:53"
- -
mac: "1c:c1:de:1c:aa:52" mac: "1c:c1:de:1c:aa:52"
driver: "agent_ipmitool" driver: "ipmi"
ipv4_address: "192.168.1.10" ipv4_address: "192.168.1.10"
properties: properties:
cpu_arch: "x86_64" cpu_arch: "x86_64"
...@@ -281,7 +281,7 @@ For details on bifrost's variables see the bifrost documentation. For example: ...@@ -281,7 +281,7 @@ For details on bifrost's variables see the bifrost documentation. For example:
mysql_service_name: mysql mysql_service_name: mysql
ansible_python_interpreter: /var/lib/kolla/venv/bin/python ansible_python_interpreter: /var/lib/kolla/venv/bin/python
enabled_drivers: agent_ipmitool,agent_ipminative enabled_hardware_types: ipmi
# uncomment below if needed # uncomment below if needed
# dhcp_pool_start: 192.168.2.200 # dhcp_pool_start: 192.168.2.200
# dhcp_pool_end: 192.168.2.250 # dhcp_pool_end: 192.168.2.250
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment