diff options
author | shravani <shravani.p@tcs.com> | 2016-10-24 12:55:37 +0530 |
---|---|---|
committer | shravani <shravani.p@tcs.com> | 2016-10-25 10:00:04 +0530 |
commit | c0946a21d3e299d73620b6fee2327f5f0f6ebb32 (patch) | |
tree | 35ba1d22b834037dc4bce5267888d571b5f2f048 | |
parent | a5808cbda1855d72a3c360c85980c4fdd9d1ffc0 (diff) |
This patch is used to update the script with opnfv influxdb link,
so that the data will be published on opnfv dashboard for daily
job
Change-Id: I90fda9c99de581bd510609cab1460a66e0805c72
Signed-off-by: Shravani <shravani.p@tcs.com>
-rwxr-xr-x | ci/envs/cyclictest.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/envs/cyclictest.sh b/ci/envs/cyclictest.sh index 8f0993032..805f9088f 100755 --- a/ci/envs/cyclictest.sh +++ b/ci/envs/cyclictest.sh @@ -30,7 +30,7 @@ function updateConfDaily() { DISPATCHER_TYPE=influxdb DISPATCHER_FILE_NAME="/tmp/yardstick.out" # Use the influxDB on the jumping server - DISPATCHER_INFLUXDB_TARGET="http://10.2.117.21:8086" + DISPATCHER_INFLUXDB_TARGET="http://104.197.68.199:8086" mkdir -p /etc/yardstick cat << EOF > /etc/yardstick/yardstick.conf [DEFAULT] @@ -43,8 +43,8 @@ file_name = ${DISPATCHER_FILE_NAME} [dispatcher_influxdb] timeout = 5 db_name = yardstick -username = root -password = root +username = opnfv +password = 0pnfv2015 target = ${DISPATCHER_INFLUXDB_TARGET} EOF } |