From 301560b35aae7b8861e519c705f131ead53bb7f0 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 5 Jul 2016 11:53:23 +1200 Subject: Set os-refresh-config timeout to 4 hours This change uses the new os-refresh-config --timeout argument to set a kill timeout for stalled os-refresh-config runs. 4 hours is a reasonable conservative value since it matches the stack timeout - but it can be set shorter in the future based on actual run times. Change-Id: I433f558515df24736263ec0d50de08ad8f78498f Closes-Bug: #1595722 DependsOn: Ibcbb2090aed126abec8dac49efa53ecbdb2b9b2c --- puppet/compute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/compute.yaml') diff --git a/puppet/compute.yaml b/puppet/compute.yaml index db398f17..31199d72 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -319,7 +319,7 @@ parameters: ConfigCommand: type: string description: Command which will be run whenever configuration data changes - default: os-refresh-config + default: os-refresh-config --timeout 14400 resources: -- cgit 1.2.3-korg