This is a first draught of a "network_services" model for core API. A network service allows you to connect to a running instance; this will mean different things for different clouds... in ec2 this means setting up the firewall/security group to allow connections from a IP/range to a specific port, in terremark this means creating a new "node service".
At present a network service has a public IP address, public port, private IP address and port (of the instance) and a protocol (e.g. tcp/udp). The first patch is the terremark driver and the second adds the network_service as well as required haml and relevant bits of base_driver, server etc so you can see how this model works in the terremark case. Please reply with any thoughts about how this model works/not for a given cloud so we can reformulate the model as appropriate. --marios _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
