From d77380f66e8e164fdbf5dce4663df3e113ec4292 Mon Sep 17 00:00:00 2001
From: Simon Crowle <sgc@it-innovation.soton.ac.uk>
Date: Tue, 10 Apr 2018 14:57:46 +0100
Subject: [PATCH] Fixes telegraf influx endpoint IP address

---
 clmctest/monitoring/rspec.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clmctest/monitoring/rspec.yml b/clmctest/monitoring/rspec.yml
index a0f68cf..e016470 100644
--- a/clmctest/monitoring/rspec.yml
+++ b/clmctest/monitoring/rspec.yml
@@ -47,7 +47,7 @@ hosts:
     sf_id: "test-sf-clmc-agent-build"
     sf_id_instance: "ms-A.ict-flame.eu"
     ipendpoint_id: "endpoint1.ms-A.ict-flame.eu"
-    influxdb_url: "http://203.0.113.100:8086"
+    influxdb_url: "http://172.40.231.51:8086"
     database_name: "CLMCMetrics"
   - name: ipendpoint2
     cpus: 1
@@ -64,7 +64,7 @@ hosts:
     sf_id: "test-sf-clmc-agent-build"
     sf_id_instance: "ms-A.ict-flame.eu"
     ipendpoint_id: "endpoint2.ms-A.ict-flame.eu"
-    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