From 346a9a3bfc5312deb78bda8a82ae238e031413bd Mon Sep 17 00:00:00 2001 From: Rushil Chugh Date: Mon, 13 Nov 2017 11:38:17 -0500 Subject: 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 --- etc/ironic/ironic.conf.sample | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'etc') 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 = + + +[xclarity] + +# +# From ironic +# + +# IP address of XClarity controller. (string value) +#manager_ip = + +# Username to access the XClarity controller. (string value) +#username = + +# Password for XClarity controller username. (string value) +#password = + +# Port to be used for XClarity operations. (port value) +# Minimum value: 0 +# Maximum value: 65535 +#port = 443 -- cgit v1.2.1