From 134ed3059c411ba038da2d108dc5ef037493c0e1 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Tue, 10 Apr 2018 12:47:13 +0100
Subject: [PATCH] updated ip address for clmc to .51 rather than .50

---
 clmctest/inputs/rspec.yml     | 2 +-
 clmctest/monitoring/rspec.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/clmctest/inputs/rspec.yml b/clmctest/inputs/rspec.yml
index 15b245f..e0e7a38 100644
--- a/clmctest/inputs/rspec.yml
+++ b/clmctest/inputs/rspec.yml
@@ -31,7 +31,7 @@ hosts:
         host: 8888
       - guest: 9092
         host: 9092
-    ip_address: "172.40.231.50"
+    ip_address: "172.40.231.51"
   - name: apache
     cpus: 1
     memory: 2048
diff --git a/clmctest/monitoring/rspec.yml b/clmctest/monitoring/rspec.yml
index f585e2b..e702639 100644
--- a/clmctest/monitoring/rspec.yml
+++ b/clmctest/monitoring/rspec.yml
@@ -31,7 +31,7 @@ hosts:
         host: 8888
       - guest: 9092
         host: 9092
-    ip_address: "172.40.231.50"
+    ip_address: "172.40.231.51"
   - name: ipendpoint1
     cpus: 1
     memory: 2048
-- 
GitLab