diff options
author | m00133142 <meimei@huawei.com> | 2015-08-15 10:47:38 +0800 |
---|---|---|
committer | m00133142 <meimei@huawei.com> | 2015-08-15 10:47:38 +0800 |
commit | d0a8dd6cff8413dead723071ae549c68ae01198e (patch) | |
tree | 7a680237717f43486d235552e79fd21cf02e6590 | |
parent | ade17ce57eb08dbf262cb9b6f1893367e2832dc1 (diff) |
Modify the compass deployment time-out Period
JIRA: COMPASS-18
Change-Id: If4b9bcba3e82b50e689be0ee15d8fcf0066c4b8e
Signed-off-by: m00133142 <meimei@huawei.com>
-rw-r--r-- | deploy/conf/baremetal.conf | 2 | ||||
-rw-r--r-- | deploy/conf/cluster.conf | 2 | ||||
-rw-r--r-- | deploy/conf/five.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deploy/conf/baremetal.conf b/deploy/conf/baremetal.conf index bcf743eb..a97f2b99 100644 --- a/deploy/conf/baremetal.conf +++ b/deploy/conf/baremetal.conf @@ -12,7 +12,7 @@ export HOST_ROLES="host1=controller,ha;host2=controller,ha;host3=controller,ha;h export DEFAULT_ROLES="" export SWITCH_IPS="192.168.124.2" export SWITCH_CREDENTIAL="version=2c,community=public" -export DEPLOYMENT_TIMEOUT="150" +export DEPLOYMENT_TIMEOUT="90" export POLL_SWITCHES_FLAG="nopoll_switches" export DASHBOARD_URL="" export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index ad797f9b..ef1f5701 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -12,7 +12,7 @@ export HOST_ROLES="host1=controller,ha;host2=controller,ha;host3=controller,ha;h export DEFAULT_ROLES="" export SWITCH_IPS="1.1.1.1" export SWITCH_CREDENTIAL="version=2c,community=public" -export DEPLOYMENT_TIMEOUT="150" +export DEPLOYMENT_TIMEOUT="60" export POLL_SWITCHES_FLAG="nopoll_switches" export DASHBOARD_URL="" export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) diff --git a/deploy/conf/five.conf b/deploy/conf/five.conf index dec9eb7d..a40d68e9 100644 --- a/deploy/conf/five.conf +++ b/deploy/conf/five.conf @@ -12,7 +12,7 @@ export HOST_ROLES="host1=controller,network;host2=compute,storage;host3=compute, export DEFAULT_ROLES="" export SWITCH_IPS="1.1.1.1" export SWITCH_CREDENTIAL="version=2c,community=public" -export DEPLOYMENT_TIMEOUT="150" +export DEPLOYMENT_TIMEOUT="60" export POLL_SWITCHES_FLAG="nopoll_switches" export DASHBOARD_URL="" export REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) |