From 5344ed1957042680dbc415d6deebd46dcbae7f9a Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Wed, 22 Aug 2018 10:01:56 -0500 Subject: [PATCH] Add destroy_node config items to sample - Geneate a new sample configuration file including the items included in the destory_node action Change-Id: Iaae8c95a7215b28b0fd54675582c86ba1e52a54a --- docs/source/_static/drydock.conf.sample | 4 ++++ etc/drydock/drydock.conf.sample | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/source/_static/drydock.conf.sample b/docs/source/_static/drydock.conf.sample index 8c8e47e8..64f6fb84 100644 --- a/docs/source/_static/drydock.conf.sample +++ b/docs/source/_static/drydock.conf.sample @@ -6,6 +6,7 @@ # Polling interval in seconds for checking subtask or downstream status (integer # value) +# Minimum value: 1 #poll_interval = 10 # How long a leader has to check-in before leadership can be usurped, in seconds @@ -400,3 +401,6 @@ # Timeout in minutes between deployment completion and the all boot actions # reporting status (integer value) #bootaction_final_status = 15 + +# Timeout in minutes for releasing a node (integer value) +#destroy_node = 30 diff --git a/etc/drydock/drydock.conf.sample b/etc/drydock/drydock.conf.sample index b5a21873..64f6fb84 100644 --- a/etc/drydock/drydock.conf.sample +++ b/etc/drydock/drydock.conf.sample @@ -6,6 +6,7 @@ # Polling interval in seconds for checking subtask or downstream status (integer # value) +# Minimum value: 1 #poll_interval = 10 # How long a leader has to check-in before leadership can be usurped, in seconds @@ -44,6 +45,7 @@ # for no recycling. (integer value) #connection_recycle = -1 + [keystone_authtoken] # @@ -399,3 +401,6 @@ # Timeout in minutes between deployment completion and the all boot actions # reporting status (integer value) #bootaction_final_status = 15 + +# Timeout in minutes for releasing a node (integer value) +#destroy_node = 30