This patch is used to update the script with opnfv influxdb link, 75/23575/2
authorshravani <shravani.p@tcs.com>
Mon, 24 Oct 2016 07:25:37 +0000 (12:55 +0530)
committershravani <shravani.p@tcs.com>
Tue, 25 Oct 2016 04:30:04 +0000 (10:00 +0530)
so that the data will be published on opnfv dashboard for daily
job

Change-Id: I90fda9c99de581bd510609cab1460a66e0805c72
Signed-off-by: Shravani <shravani.p@tcs.com>
ci/envs/cyclictest.sh

index 8f09930..805f908 100755 (executable)
@@ -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
 }