Έρευνα
OpenFlow testbed
We have under development an OpenFlow testbed.
Current implementation
This is the current implementation of the testbed based on Openvswitch
Exposing the testbed for experimentation
The following image shows how the testbed is exposed for experimentation. The testbed is exposed via OpenLab tools (ie PTM, resource adapters and Teagle GW)
A java example wrapper for creating AMIs in the Amazon EC2
Υποβλήθηκε από ctranoris την Τρί, 20/07/2010 - 15:17.
Here is a sample code for creating an AMI from java code, using the Amazon's EC2 aws-java-sdk. I didn't manage to find a good "hello world" example for java, so I post my attempt here. I hope that you can kick-start working on the cloud.
First, you create an instance of the wrapper. Then, you can use it for example like: createAMInstances(amiId, 1, 3, "mykey", "m1.small", "us-east-1a");
- Ιστολόγιο του χρήστη ctranoris
- Εισέλθετε στο σύστημα για να υποβάλετε σχόλια
- Διαβάστε περισσότερα
