Author: asavu
Date: Wed Nov 9 02:11:22 2011
New Revision: 1199597
URL: http://svn.apache.org/viewvc?rev=1199597&view=rev
Log:
WHIRR-410. Review automatic image selection (Adrian Cole, Alex Heneveld, David
Alves, Andrei Savu)
Modified:
whirr/trunk/CHANGES.txt
whirr/trunk/services/cassandra/src/test/resources/whirr-cassandra-test.properties
whirr/trunk/services/cdh/src/test/resources/whirr-zookeeper-test.properties
whirr/trunk/services/elasticsearch/src/test/resources/whirr-elasticsearch-test.properties
whirr/trunk/services/ganglia/src/test/resources/whirr-ganglia-test.properties
whirr/trunk/services/zookeeper/src/test/resources/whirr-zookeeper-test.properties
Modified: whirr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Wed Nov 9 02:11:22 2011
@@ -75,6 +75,11 @@ Trunk (unreleased changes)
WHIRR-394. NPE used for flow control (David Alves via asavu)
+ WHIRR-410. Review automatic image selection
+ (Adrian Cole, Alex Heneveld, David Alves and Andrei Savu)
+ * we have discovered that we are flooding the remote machines with status
+ requests and a small instance like t1.micro is unable to cope with that
+
Release 0.6.0 - 2011-08-17
NEW FEATURES
Modified:
whirr/trunk/services/cassandra/src/test/resources/whirr-cassandra-test.properties
URL:
http://svn.apache.org/viewvc/whirr/trunk/services/cassandra/src/test/resources/whirr-cassandra-test.properties?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
---
whirr/trunk/services/cassandra/src/test/resources/whirr-cassandra-test.properties
(original)
+++
whirr/trunk/services/cassandra/src/test/resources/whirr-cassandra-test.properties
Wed Nov 9 02:11:22 2011
@@ -17,7 +17,11 @@
#
whirr.cluster-name=cassandraclustertest
whirr.instance-templates=2 cassandra
+
whirr.provider=${sys:whirr.test.provider}
whirr.identity=${sys:whirr.test.identity}
whirr.credential=${sys:whirr.test.credential}
-whirr.hardware-min-ram=512
+
+# Waiting for http://code.google.com/p/jclouds/issues/detail?id=746
+# whirr.hardware-min-ram=512
+
Modified:
whirr/trunk/services/cdh/src/test/resources/whirr-zookeeper-test.properties
URL:
http://svn.apache.org/viewvc/whirr/trunk/services/cdh/src/test/resources/whirr-zookeeper-test.properties?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
--- whirr/trunk/services/cdh/src/test/resources/whirr-zookeeper-test.properties
(original)
+++ whirr/trunk/services/cdh/src/test/resources/whirr-zookeeper-test.properties
Wed Nov 9 02:11:22 2011
@@ -25,5 +25,6 @@ whirr.credential=${sys:whirr.test.creden
whirr.zookeeper.install-function=install_cdh_zookeeper
whirr.zookeeper.configure-function=configure_cdh_zookeeper
-whirr.hardware-min-ram=512
+# Waiting for http://code.google.com/p/jclouds/issues/detail?id=746
+# whirr.hardware-min-ram=512
Modified:
whirr/trunk/services/elasticsearch/src/test/resources/whirr-elasticsearch-test.properties
URL:
http://svn.apache.org/viewvc/whirr/trunk/services/elasticsearch/src/test/resources/whirr-elasticsearch-test.properties?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
---
whirr/trunk/services/elasticsearch/src/test/resources/whirr-elasticsearch-test.properties
(original)
+++
whirr/trunk/services/elasticsearch/src/test/resources/whirr-elasticsearch-test.properties
Wed Nov 9 02:11:22 2011
@@ -20,4 +20,7 @@ whirr.instance-templates=2 elasticsearch
whirr.provider=${sys:whirr.test.provider}
whirr.identity=${sys:whirr.test.identity}
whirr.credential=${sys:whirr.test.credential}
-whirr.hardware-min-ram=512
+
+# Waiting for http://code.google.com/p/jclouds/issues/detail?id=746
+# whirr.hardware-min-ram=512
+
Modified:
whirr/trunk/services/ganglia/src/test/resources/whirr-ganglia-test.properties
URL:
http://svn.apache.org/viewvc/whirr/trunk/services/ganglia/src/test/resources/whirr-ganglia-test.properties?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
---
whirr/trunk/services/ganglia/src/test/resources/whirr-ganglia-test.properties
(original)
+++
whirr/trunk/services/ganglia/src/test/resources/whirr-ganglia-test.properties
Wed Nov 9 02:11:22 2011
@@ -17,7 +17,11 @@
#
whirr.cluster-name=gangliaclustertest
whirr.instance-templates=1 ganglia-metad, 1 ganglia-monitor
+
whirr.provider=${sys:whirr.test.provider}
whirr.identity=${sys:whirr.test.identity}
whirr.credential=${sys:whirr.test.credential}
-whirr.hardware-min-ram=512
+
+# Waiting for http://code.google.com/p/jclouds/issues/detail?id=746
+# whirr.hardware-min-ram=512
+
Modified:
whirr/trunk/services/zookeeper/src/test/resources/whirr-zookeeper-test.properties
URL:
http://svn.apache.org/viewvc/whirr/trunk/services/zookeeper/src/test/resources/whirr-zookeeper-test.properties?rev=1199597&r1=1199596&r2=1199597&view=diff
==============================================================================
---
whirr/trunk/services/zookeeper/src/test/resources/whirr-zookeeper-test.properties
(original)
+++
whirr/trunk/services/zookeeper/src/test/resources/whirr-zookeeper-test.properties
Wed Nov 9 02:11:22 2011
@@ -20,5 +20,7 @@ whirr.instance-templates=2 zookeeper
whirr.provider=${sys:whirr.test.provider}
whirr.identity=${sys:whirr.test.identity}
whirr.credential=${sys:whirr.test.credential}
-whirr.hardware-min-ram=512
+
+# Waiting for http://code.google.com/p/jclouds/issues/detail?id=746
+# whirr.hardware-min-ram=512