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/04/04 17:20:57 UTC

[06/15] git commit: Fixed client->cass firewall rules

Fixed client->cass firewall rules


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

Branch: refs/pull/77/merge
Commit: d340680075e828797a9ee8795ab54ce7e97e2f75
Parents: 289d66c
Author: Todd Nine <tn...@apigee.com>
Authored: Fri Mar 28 10:10:35 2014 -0700
Committer: Todd Nine <tn...@apigee.com>
Committed: Fri Mar 28 10:10:35 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d3406800/stack/awscluster/ugcluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/ugcluster-cf.json b/stack/awscluster/ugcluster-cf.json
index a1c79aa..ce8a7a3 100644
--- a/stack/awscluster/ugcluster-cf.json
+++ b/stack/awscluster/ugcluster-cf.json
@@ -603,6 +603,16 @@
                 "SourceSecurityGroupName": {"Ref": "CassSecurityGroup"}
             }
         },
+        "RestSecurityGroupPort9160" : {
+                 "Type" : "AWS::EC2::SecurityGroupIngress",
+                 "Properties" : {
+                     "GroupName" : { "Ref" : "CassSecurityGroup" },
+                     "IpProtocol": "tcp",
+                    "FromPort": "9160",
+                    "ToPort": "9160",
+                    "SourceSecurityGroupName": {"Ref": "RestSecurityGroup"}
+                 }
+             },
         "CassSecurityGroupPort9200": {
             "Type": "AWS::EC2::SecurityGroupIngress",
             "Properties": {