You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Adrian Cole (JIRA)" <ji...@apache.org> on 2010/10/29 07:47:21 UTC

[jira] Created: (WHIRR-120) support deployment to the GoGrid cloud

support deployment to the GoGrid cloud
--------------------------------------

                 Key: WHIRR-120
                 URL: https://issues.apache.org/jira/browse/WHIRR-120
             Project: Whirr
          Issue Type: New Feature
          Components: core, service/cassandra, service/hadoop, service/zookeeper
    Affects Versions: 0.3.0
            Reporter: Adrian Cole
            Assignee: Adrian Cole
             Fix For: 0.3.0


GoGrid is supported in jclouds as the "gogrid" provider.  Support should be fairly straightforward with the exception that we'll need to manipulate iptables to expose services like hadoop.

Here's an example of a iptables rule that works in gogrid, and authorizes port 8080:

iptables -I RH-Firewall-1-INPUT 1 -p tcp --dport 8080 -j ACCEPT
iptables-save

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.