diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-14 14:21:37 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-15 13:05:31 +0000 |
commit | 93812ede1ee0e6a42455ea89ee277a92147ed730 (patch) | |
tree | f2ad2973992b341636522c62c81ad473e5a4dd91 /deploy/cloud | |
parent | e12b7ef6593bf9757d9ac1010e27b49ea91f246f (diff) |
Fixed deployment timeout and OVSNFV plugin build
- Increase deployment timeout to 4h since some deplyments
takes more than 3h (KVM)
- Fixed build interference between OVSNFV and OVS-NSH where the
later removed the OVSNFV build result from release/opnfv.
A propper fix for SR2 is to have f_isoroot/Makefile remove the release
directory before build, and not have the plugins removing anythin in release
Change-Id: Ibca986554087d6a7f12ed8c7cc6fdd4919368ad2
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 18d8b0bc95af3ea0ed02717af65dd4656fac8830)
Diffstat (limited to 'deploy/cloud')
-rw-r--r-- | deploy/cloud/deployment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py index 63c8c1e53..42bab09bb 100644 --- a/deploy/cloud/deployment.py +++ b/deploy/cloud/deployment.py @@ -96,7 +96,7 @@ class Deployment(object): print(log_msg + '\n') def run_deploy(self): - WAIT_LOOP = 180 + WAIT_LOOP = 240 SLEEP_TIME = 60 LOG_FILE = 'cloud.log' |