X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=22a94b168309ca0b24a44367f4515b77a0476a80;hb=293cbc3515b371d2029fdfd624ae6ae38ced77a9;hp=873a936c4f153b6267b5a9f5939fdd3e96a71061;hpb=a2ad9ffafff966fbfc17ba1d5782a8ef90807428;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md index 873a936..22a94b1 100644 --- a/README.md +++ b/README.md @@ -29,24 +29,26 @@ ### TODO * DCemulator - * correctly start and connect new compute resources at runtime - * remove and disconnect compute resources at runtime - * do IP management for new containers - * list active compute resources -* Cloud-like reference API with CLI for demonstrations - * Write CLI client - * Start compute - * Stop compute -* Re-factor endpoint API so that API objects can be more or less statless (ask DCEmulator for available DCs instead of maintaining a own list) + * ... +* Write unit tests * Create an Ansible-based automatic installation routine * Add resource constraints to datacenters * Check if we can use the Mininet GUI to visualize our DCs? -### Features +### Features / Done * Define a topology (Python script) * Add data centers * Add switches and links between the, * Define API endpoints in topology * call startAPI from topology definition and start it in a own thread * make it possible to start different API endpoints for different DCs +* DCemulator + * correctly start and connect new compute resources at runtime + * remove and disconnect compute resources at runtime + * do IP management for new containers + * list active compute resources +* Cloud-like reference API with CLI for demonstrations + * Write CLI client + * Start compute + * Stop compute