Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.3.0
-
None
Description
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