From: peusterm Date: Fri, 19 Feb 2016 15:40:11 +0000 (+0100) Subject: README: removed outdated todos. We moved them to GitHub issues. X-Git-Tag: v3.1~176^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=ecc56567088c2e9ac5fe70cc367da92639a9281f README: removed outdated todos. We moved them to GitHub issues. --- diff --git a/README.md b/README.md index 0833055..c3fa61f 100755 --- a/README.md +++ b/README.md @@ -67,35 +67,3 @@ Automatic installation is provide through Ansible playbooks. ### CLI * [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) - -### TODO -* DCemulator - * Advanced network model - * improve network management, multiple interfaces per container - * API to create multiple networks (per DC?) -* SDN Controller - * simple API to chain running VNFs -* Add resource constraints to datacenters -* Check if we can use the Mininet GUI to visualize our DCs? -* (Unit tests for zerorpc API endpoint, and any other new endpoint) - - -### 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 (name, DC, image, network) - * Stop compute -* Create an Ansible-based automatic installation routine -* Unit tests -