From f7de6b97974472c43cf819f94206461c247ba8f1 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Fri, 17 Apr 2015 12:58:35 +0200 Subject: [PATCH] TODO updated --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5824e99a..ef8e4ded 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,7 @@ # TODO -- connections are made automaticly(pkaminski) +- store all resource configurations somewhere globally (this is required to + correctly perform an update on one resource and bubble down to all others) - tags are kept in resource mata file - ansible handler (loles) - cli @@ -8,4 +9,5 @@ - Deploy HAProxy, Keystone and MariaDB # DONE +- connections are made automaticly(pkaminski) - graph is build from CLIENT dict, clients are stored in JSON file (pkaminski)