Add cleanup task timeouts to production playbooks
We have tested that adding timeouts to the cleanup phase playbook functions in base-test (see http://paste.openstack.org/show/786087/). With this success we can add the timeouts to production. Change-Id: I2f004803fa0bc6d8c000acafadfe02a4aff233a3
This commit is contained in:
parent
41e6f0f54f
commit
6204f4f5e1
@ -4,13 +4,13 @@
|
||||
when: not (zuul_success | bool)
|
||||
block:
|
||||
- name: get df disk usage
|
||||
raw: df
|
||||
raw: timeout -k 5 90 df
|
||||
|
||||
- name: get df inode usage
|
||||
raw: df -i
|
||||
raw: timeout -k 5 90 df -i
|
||||
|
||||
- name: get l2 networking
|
||||
raw: ip link
|
||||
raw: timeout -k 5 90 ip link
|
||||
|
||||
- name: get l3 networking
|
||||
raw: ip addr
|
||||
raw: timeout -k 5 90 ip addr
|
||||
|
@ -4,13 +4,13 @@
|
||||
when: not (zuul_success | bool)
|
||||
block:
|
||||
- name: get df disk usage
|
||||
raw: df
|
||||
raw: timeout -k 5 90 df
|
||||
|
||||
- name: get df inode usage
|
||||
raw: df -i
|
||||
raw: timeout -k 5 90 df -i
|
||||
|
||||
- name: get l2 networking
|
||||
raw: ip link
|
||||
raw: timeout -k 5 90 ip link
|
||||
|
||||
- name: get l3 networking
|
||||
raw: ip addr
|
||||
raw: timeout -k 5 90 ip addr
|
||||
|
Loading…
x
Reference in New Issue
Block a user