summaryrefslogtreecommitdiff
path: root/etc/ironic
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-23 16:25:40 +0000
committerGerrit Code Review <review@openstack.org>2018-01-23 16:25:40 +0000
commit2c630d9337c32d1c84438e2f03ba53d6a10e06df (patch)
tree8f660b1988e984754eb712e490ade4add50d3353 /etc/ironic
parent6ee297f7a586845c89ade7b826ddce8226016fa2 (diff)
parenta9bc2e6ddf81d7bb22ddeb32f57d2c7bf368d6bd (diff)
downloadironic-2c630d9337c32d1c84438e2f03ba53d6a10e06df.tar.gz
Merge "Add rescuewait timeout periodic task"
Diffstat (limited to 'etc/ironic')
-rw-r--r--etc/ironic/ironic.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index e14443de9..6d4f30401 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -1267,6 +1267,12 @@
# (integer value)
#check_provision_state_interval = 60
+# Interval (seconds) between checks of rescue timeouts. This
+# option is part of rescue feature work, which is not
+# currently exposed to users. (integer value)
+# Minimum value: 1
+#check_rescue_state_interval = 60
+
# Timeout (seconds) to wait for a callback from a deploy
# ramdisk. Set to 0 to disable timeout. (integer value)
#deploy_callback_timeout = 1800
@@ -1355,6 +1361,14 @@
# disable timeout. (integer value)
#clean_callback_timeout = 1800
+# Timeout (seconds) to wait for a callback from the rescue
+# ramdisk. If the timeout is reached the node will be put in
+# the "rescue failed" provision state. Set to 0 to disable
+# timeout. This option is part of rescue feature work, which
+# is not currently exposed to users. (integer value)
+# Minimum value: 0
+#rescue_callback_timeout = 1800
+
# Timeout (in seconds) of soft reboot and soft power off
# operation. This value always has to be positive. (integer
# value)