You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/17 18:35:07 UTC

[20/49] git commit: more cloudoformation updates

more cloudoformation updates


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

Branch: refs/heads/two-dot-o
Commit: ad45789b0b4847e19487db8ff85f71675db4239d
Parents: b33eccc
Author: amuramoto <am...@apigee.com>
Authored: Sun Oct 12 03:59:43 2014 -0700
Committer: amuramoto <am...@apigee.com>
Committed: Sun Oct 12 03:59:43 2014 -0700

----------------------------------------------------------------------
 stack/awscluster/ugcluster-cf.json | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ad45789b/stack/awscluster/ugcluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/ugcluster-cf.json b/stack/awscluster/ugcluster-cf.json
index 5688d6b..5b0a87d 100644
--- a/stack/awscluster/ugcluster-cf.json
+++ b/stack/awscluster/ugcluster-cf.json
@@ -84,6 +84,11 @@
             "Default": "3",
             "MinValue": "1"
         },
+        "ESClusterName": {
+            "Description": "Name to be used for Elasticsearch cluster.",
+            "Type": "String",
+            "Default": "usergrid"
+        },
         "ESNumServers": {
             "Description": "Number of ES servers to start.",
             "Type": "Number",