aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/TODO
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2017-12-23 21:49:35 +0100
committerWuKong <rebirthmonkey@gmail.com>2017-12-23 21:49:58 +0100
commit1100c66ce03a059ebe7ece9734e799b49b3a5a9e (patch)
treea057e7e7511f6675a9327b79e6919f07c5f89f07 /moonv4/TODO
parent7a4dfdde6314476ae2a1a1c881ff1e3c430f790e (diff)
moonv4 cleanup
Change-Id: Icef927f3236d985ac13ff7376f6ce6314b2b39b0 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'moonv4/TODO')
-rw-r--r--moonv4/TODO33
1 files changed, 0 insertions, 33 deletions
diff --git a/moonv4/TODO b/moonv4/TODO
deleted file mode 100644
index afdadf3c..00000000
--- a/moonv4/TODO
+++ /dev/null
@@ -1,33 +0,0 @@
-Here is a list of what must be done to have complete version of the Moon platform.
-
-Architecture
-
-- Add a complete logging system
-- Replace moon_orchestrator with Kubernetes
-
-Actions that must be done before the next version:
-
-- manage a token/uuid (ie session ID) in the moon_interface component
-- add a timestamps in moon_router to know if the database has been modified
-- rename moon_db and moon_utilities because they are not container but just libraries
-- work on moonclient because it doesn't work with the new data model
-- check all input from moon_interface (check that input data are correct and safe)
-- Move @enforce from moon_db to API in Moon_Manager
-- Need to work on unit tests with the new data model
-
-Bugs to fix:
-
-- Connect the authz functionality with the enforce decorator
-- When adding user or VM in GUI, there is a bug in the backend (manager ?)
-- GUI: in the "Projects" tab, move the "Map" link in the "Action" button
-- GUI: move tabs in this order : "Models, Policy, PDP, Projects"
-
-Other actions:
-
-- Some cleaning in all classes
-- Write Installation procedures
-- Write User and administrator documentation
-- Run unit tests
-- Add and run integration tests
-- Need to check if the Moon platform still can retrieve users and roles from Keystone
-- Need to retrieve VM from Nova