You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/01/21 22:21:42 UTC

[13/20] git commit: adding the instanceType

adding the instanceType


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/30f2d5a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/30f2d5a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/30f2d5a9

Branch: refs/heads/two-dot-o
Commit: 30f2d5a9df11154be09515f5852211d1458df5f5
Parents: 93ad3b1
Author: Alex Karasulu <ak...@gmail.com>
Authored: Sat Jan 18 05:36:32 2014 +0200
Committer: Alex Karasulu <ak...@gmail.com>
Committed: Sat Jan 18 05:36:32 2014 +0200

----------------------------------------------------------------------
 stack/corepersistence/collection/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/30f2d5a9/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 731f6b0..91a0993 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -76,6 +76,7 @@
           <runnerSSHKeyFile>${runner.ssh.key.file}</runnerSSHKeyFile>
           <failIfCommitNecessary>false</failIfCommitNecessary>
           <amiID>${ami.id}</amiID>
+          <instanceType>m1.large</instanceType>
           <resultsDirectory>${resultsDirectory}</resultsDirectory>
           <dumpType>${dumpType}</dumpType>
           <coldRestartTomcat>true</coldRestartTomcat>