From 1e8ee99d1a75c716a98a2c96462a0da7699d0e66 Mon Sep 17 00:00:00 2001
From: Smana <smainklh@gmail.com>
Date: Fri, 8 Jul 2016 09:40:12 +0200
Subject: [PATCH] a small change in the roadmap

---
 docs/roadmap.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/roadmap.md b/docs/roadmap.md
index 24e82d543..19a6b9a07 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -2,11 +2,11 @@ Kargo's roadmap
 =================
 
 ### Self deployment (pull-mode) [#320](https://github.com/kubespray/kargo/issues/320)
-- the playbook would install and configure docker and the etcd cluster [#321](https://github.com/kubespray/kargo/issues/321)
+- the playbook would install and configure docker/rkt and the etcd cluster
 - the following data would be inserted into etcd: certs,tokens,users,inventory,group_vars.
 - a "kubespray" container would be deployed (kargo-cli, ansible-playbook, kpm)
 - to be discussed, a way to provide the inventory
-- **self deployment** of the node
+- **self deployment** of the node from inside a container [#321](https://github.com/kubespray/kargo/issues/321)
 
 ### Provisionning and cloud providers
 - Terraform to provision instances on **GCE, AWS, Openstack, Digital Ocean, Azure**
-- 
GitLab