summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRushil Chugh <rushil.chugh@gmail.com>2017-11-13 11:38:17 -0500
committerRushil Chugh <rushil.chugh@gmail.com>2018-01-22 08:39:09 -0500
commit346a9a3bfc5312deb78bda8a82ae238e031413bd (patch)
tree6738c77c9d02115b2e19d0e8769f62be1a342165 /etc
parent4a74c3406115902078586d9440573d1c6fe19380 (diff)
downloadironic-346a9a3bfc5312deb78bda8a82ae238e031413bd.tar.gz
Add XClarity Driver
This patch proposes to add new interfaces for management and power for the Lenovo XClarity Driver. Change-Id: Ic2743f9a4959a6165a7ec40f4772afb231205f36 Closes-Bug: #1702508
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index 1ef285d50..c31db8e79 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -4224,3 +4224,24 @@
# for endpoint URL discovery. Mutually exclusive with
# min_version and max_version (string value)
#version = <None>
+
+
+[xclarity]
+
+#
+# From ironic
+#
+
+# IP address of XClarity controller. (string value)
+#manager_ip = <None>
+
+# Username to access the XClarity controller. (string value)
+#username = <None>
+
+# Password for XClarity controller username. (string value)
+#password = <None>
+
+# Port to be used for XClarity operations. (port value)
+# Minimum value: 0
+# Maximum value: 65535
+#port = 443