Merge "Add timeout for static uplink script" into stable/mitaka
This commit is contained in:
commit
d229d0a5cc
@ -107,6 +107,7 @@ class midonet::gateway::static (
|
|||||||
exec { 'run gateway static creation script':
|
exec { 'run gateway static creation script':
|
||||||
command => "/bin/bash -x ${scripts_dir}/create_fake_uplink_l2.sh 2>&1 | tee /tmp/bash.out",
|
command => "/bin/bash -x ${scripts_dir}/create_fake_uplink_l2.sh 2>&1 | tee /tmp/bash.out",
|
||||||
returns => ['0', '7'],
|
returns => ['0', '7'],
|
||||||
|
timeout => 1800,
|
||||||
require => [
|
require => [
|
||||||
File['fake_uplink_script'],
|
File['fake_uplink_script'],
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user