Support for AMT
Addition of dependencies to support AMT nodes, as well as enabling the driver in the ironic.conf file that is written out to disk. Change-Id: Ice505eb333c9dbf33262fd7061d7fcf808ea77b5 Co-Authored-By: Devananda van der Veen <devananda.vdv@@gmail.com> Co-Authored-By: Julia Kreger <juliaashleykreger@gmail.com>
This commit is contained in:
parent
b9d61a1018
commit
5019822b50
@ -24,3 +24,5 @@ required_packages:
|
|||||||
- genisoimage
|
- genisoimage
|
||||||
- kpartx
|
- kpartx
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
|
- python-openwsman
|
||||||
|
- amtterm
|
||||||
|
@ -23,3 +23,5 @@ required_packages:
|
|||||||
- genisoimage
|
- genisoimage
|
||||||
- kpartx
|
- kpartx
|
||||||
- qemu-kvm-tools
|
- qemu-kvm-tools
|
||||||
|
- openwsman-python
|
||||||
|
- amtterm
|
||||||
|
@ -216,9 +216,9 @@ auth_strategy=noauth
|
|||||||
# "ironic.drivers" entrypoint. An example may be found in the
|
# "ironic.drivers" entrypoint. An example may be found in the
|
||||||
# developer documentation online. (list value)
|
# developer documentation online. (list value)
|
||||||
{% if testing %}
|
{% if testing %}
|
||||||
enabled_drivers=agent_ssh,agent_ipmitool
|
enabled_drivers=agent_ssh,agent_ipmitool,pxe_amt
|
||||||
{% else %}
|
{% else %}
|
||||||
enabled_drivers=agent_ipmitool
|
enabled_drivers=agent_ipmitool,pxe_amt
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user