From 74cba52683fe0d37f60b42fd7698da32356b9232 Mon Sep 17 00:00:00 2001
From: erbel <johannes.erbel@cs.uni-goettingen.de>
Date: Wed, 23 Jan 2019 12:23:52 +0100
Subject: [PATCH] Adjusted master hostname

---
 .../de/ugoe/cs/rwm/mocci/occi/hadoopClusterNewExtWithMem.occic  | 2 +-
 src/test/resources/occi/hadoopClusterNewExtWithMem.occic        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/de/ugoe/cs/rwm/mocci/occi/hadoopClusterNewExtWithMem.occic b/src/main/resources/de/ugoe/cs/rwm/mocci/occi/hadoopClusterNewExtWithMem.occic
index 9d85478..468d645 100644
--- a/src/main/resources/de/ugoe/cs/rwm/mocci/occi/hadoopClusterNewExtWithMem.occic
+++ b/src/main/resources/de/ugoe/cs/rwm/mocci/occi/hadoopClusterNewExtWithMem.occic
@@ -16,7 +16,7 @@
     <attributes name="occi.core.summary" value=""/>
     <attributes name="occi.compute.architecture" value="x86"/>
     <attributes name="occi.compute.cores" value="2"/>
-    <attributes name="occi.compute.hostname" value="Hadoop-master"/>
+    <attributes name="occi.compute.hostname" value="hadoop-master"/>
     <attributes name="occi.compute.share" value="0"/>
     <attributes name="occi.compute.speed" value="0"/>
     <attributes name="occi.compute.memory" value="4096"/>
diff --git a/src/test/resources/occi/hadoopClusterNewExtWithMem.occic b/src/test/resources/occi/hadoopClusterNewExtWithMem.occic
index 9d85478..468d645 100644
--- a/src/test/resources/occi/hadoopClusterNewExtWithMem.occic
+++ b/src/test/resources/occi/hadoopClusterNewExtWithMem.occic
@@ -16,7 +16,7 @@
     <attributes name="occi.core.summary" value=""/>
     <attributes name="occi.compute.architecture" value="x86"/>
     <attributes name="occi.compute.cores" value="2"/>
-    <attributes name="occi.compute.hostname" value="Hadoop-master"/>
+    <attributes name="occi.compute.hostname" value="hadoop-master"/>
     <attributes name="occi.compute.share" value="0"/>
     <attributes name="occi.compute.speed" value="0"/>
     <attributes name="occi.compute.memory" value="4096"/>
-- 
GitLab