summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-11-06 13:32:04 -0800
committerTim Burke <tim.burke@gmail.com>2020-11-06 13:33:02 -0800
commit24060f6e622af4619834ba524c777271313284f6 (patch)
tree635bfcbf5bcb264c5730fff0adde897281c28a33 /tools
parentc75e23e81ff0235b133f386405e1f93befa40c6f (diff)
downloadswift-24060f6e622af4619834ba524c777271313284f6.tar.gz
tests: Increase container-update timeouts for rolling upgrade jobs
This should help make tests that rely on up-to-date listings more reliable. Change-Id: Ib888c84fa629cc78f48a8251eda98c0fa51242c0
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/multinode_setup/make_rings.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/playbooks/multinode_setup/make_rings.yaml b/tools/playbooks/multinode_setup/make_rings.yaml
index 0b40b1fb6..0fef9d626 100644
--- a/tools/playbooks/multinode_setup/make_rings.yaml
+++ b/tools/playbooks/multinode_setup/make_rings.yaml
@@ -99,6 +99,8 @@
cmd: |
crudini --set /etc/swift/object-server.conf DEFAULT bind_ip {{ hostvars['object1'].nodepool.public_ipv4 }}
crudini --set /etc/swift/object-server.conf DEFAULT user {{ ansible_user_id }}
+ crudini --set /etc/swift/object-server.conf DEFAULT conn_timeout 3
+ crudini --set /etc/swift/object-server.conf DEFAULT container_update_timeout 3
executable: /bin/bash
- hosts: swift-cluster