Increased timeout value for custom tasks

It happens that depending on the hardware used for deployment,
sometimes it fails because the process reaches the timeout for
midonet-install-api and midonet-install agent custom tasks.

This patch increases this value to avoid it to fail when the physical
resources are slower.

Change-Id: I640a0cf34a68efde6bf1194ac961d6cec8a42c30
This commit is contained in:
Carmela Rubinos 2016-01-12 13:03:00 +01:00
parent d5bcfbc7e4
commit 26c77feddc
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
parameters:
puppet_manifest: puppet/manifests/midonet-install-api.pp
puppet_modules: puppet/modules:/etc/puppet/modules/
timeout: 720
timeout: 1440
# Install, configure and run MidoNet agent and remove any other
# openvswitch package which is not the Kernel module
@ -108,7 +108,7 @@
parameters:
puppet_manifest: puppet/manifests/midonet-install-agent.pp
puppet_modules: "puppet/modules/:/etc/puppet/modules/"
timeout: 720
timeout: 1440
# During deployment, openvswitch has created a datapath called `ovs-services`.
# Stop MidoNet agent, and clean the datapath, and run MidoNet agent again