summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLin Tan <tan.lin.good@gmail.com>2015-02-06 14:31:19 +0800
committerLin Tan <tan.lin.good@gmail.com>2015-03-10 00:19:27 +0800
commitf72a694784f2c3d96ef8aa59433885c3354335a3 (patch)
tree793a5c2473724c5624aaccae519571c9fd639f16 /setup.cfg
parent59fdc74d9fc41517762b4a8aa54677e560d1db48 (diff)
downloadironic-f72a694784f2c3d96ef8aa59433885c3354335a3.tar.gz
Add AMT-PXE-Driver Power&Management&Vendor Interface
Introduce a new driver pxe-amt to extend Ironic's range to desktops. AMT (Active Management Technology)/vPro is widely used in desktops to remotely control the power, similar to IPMI in servers. It will use AMT as power management and PXE as deploy management. This patch only provides basic operations to support the workflow of remotely deploying on AMT/vPro system. This adds power, management and it's own vendor interface. This also adds a new fake-amt driver. Implements blueprint amt-pxe-driver Change-Id: Idd9b63d124f52e24efab8b49dfe1f2e25b8387e6
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index fd886a0d5..34d6d06bb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -53,6 +53,7 @@ ironic.drivers =
fake_snmp = ironic.drivers.fake:FakeSNMPDriver
fake_irmc = ironic.drivers.fake:FakeIRMCDriver
fake_vbox = ironic.drivers.fake:FakeVirtualBoxDriver
+ fake_amt = ironic.drivers.fake:FakeAMTDriver
iscsi_ilo = ironic.drivers.ilo:IloVirtualMediaIscsiDriver
pxe_ipmitool = ironic.drivers.pxe:PXEAndIPMIToolDriver
pxe_ipminative = ironic.drivers.pxe:PXEAndIPMINativeDriver
@@ -64,6 +65,7 @@ ironic.drivers =
pxe_drac = ironic.drivers.drac:PXEDracDriver
pxe_snmp = ironic.drivers.pxe:PXEAndSNMPDriver
pxe_irmc = ironic.drivers.pxe:PXEAndIRMCDriver
+ pxe_amt = ironic.drivers.pxe:PXEAndAMTDriver
ironic.database.migration_backend =
sqlalchemy = ironic.db.sqlalchemy.migration