From a5e387911b7bbd155baa1be14afcd39e921ca1a2 Mon Sep 17 00:00:00 2001
From: Simon Crowle <sgc@it-innovation.soton.ac.uk>
Date: Tue, 10 Apr 2018 16:41:01 +0100
Subject: [PATCH] Fixes influx endpoint IP

---
 clmctest/inputs/rspec.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/clmctest/inputs/rspec.yml b/clmctest/inputs/rspec.yml
index 6cdc915..c0b62e9 100644
--- a/clmctest/inputs/rspec.yml
+++ b/clmctest/inputs/rspec.yml
@@ -47,7 +47,7 @@ hosts:
     sf_id: "adaptive_streaming"
     sf_id_instance: "adaptive_streaming_I1"
     ipendpoint_id: "adaptive_streaming_I1_apache1"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics"
   - name: nginx
     cpus: 1
@@ -64,7 +64,7 @@ hosts:
     sf_id: "adaptive_streaming"
     sf_id_instance: "adaptive_streaming_nginx_I1"
     ipendpoint_id: "adaptive_streaming_nginx_I1_apache1"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics"
   - name: mongo
     cpus: 1
@@ -81,7 +81,7 @@ hosts:
     sf_id: "metadata_database"
     sf_id_instance: "metadata_database_I1"
     ipendpoint_id: "metadata_database_I1_apache1"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics" 
   - name: ffmpeg
     cpus: 1
@@ -98,7 +98,7 @@ hosts:
     sf_id: "metadata_database"
     sf_id_instance: "metadata_database_I1"
     ipendpoint_id: "metadata_database_I1_apache1"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics" 
   - name: host
     cpus: 1
@@ -115,7 +115,7 @@ hosts:
     sf_id: "adaptive_streaming"
     sf_id_instance: "adaptive_streaming_I1"
     ipendpoint_id: "adaptive_streaming_I1_apache1"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics"
   - name: test-runner
     cpus: 1
-- 
GitLab