summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNaohiro Tamura <naohirot@jp.fujitsu.com>2014-12-28 03:39:30 +0900
committerDevananda van der Veen <devananda.vdv@gmail.com>2015-01-28 07:04:48 -0800
commit4412b83481343304f2f1bc5c4da4b65d8dc1a9ed (patch)
tree6f3b34d3fcf1375891ab6457ce6ebe11387a4610 /etc
parentcee9594382a624b7972fe8519929403b5a033485 (diff)
downloadironic-4412b83481343304f2f1bc5c4da4b65d8dc1a9ed.tar.gz
Add iRMC Driver and its iRMC Power module
Adding new iRMC Driver, namely pxe_irmc, to the list of available drivers in Ironic and implementing the iRMC power module to interact with ServerView Common Command Interface (SCCI) described in FUJITSU Software ServerView Suite, Remote Management, iRMC S4 - integrated Remote Management Controller. Implements: blueprint irmc-power-driver Change-Id: I90d8027877b0873ea13bfbd7731ff7bac3e35d13
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index 6f2302524..2f9af966f 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -900,6 +900,24 @@
#min_command_interval=5
+[irmc]
+
+#
+# Options defined in ironic.drivers.modules.irmc.common
+#
+
+# Port to be used for iRMC operations, either 80 or 443
+# (integer value)
+#port=443
+
+# Authentication method to be used for iRMC operations, either
+# "basic" or "digest" (string value)
+#auth_method=basic
+
+# Timeout (in seconds) for iRMC operations (integer value)
+#client_timeout=60
+
+
[keystone_authtoken]
#