From 31444571b8a27635c1d2c0aa5e7b9f2156bc0ba6 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Mon, 4 Feb 2019 15:53:10 +0530 Subject: [PATCH] Add missing directory info We can see some contribution directory is missing which exist parallel to other directories. Adding this information to README is helpful for new contributors to understand high level directory structure. Change-Id: I02d2041831ac00353495cbf6bd904dccae5eddf6 --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fd944bcc1e..1e57d460a3 100644 --- a/README.rst +++ b/README.rst @@ -177,10 +177,14 @@ Directories - ``etc`` - Contains a reference etc directory structure which requires configuration of a small number of configuration variables to build docker images. -- ``tests`` - Contains functional testing tools. -- ``tools`` - Contains tools for interacting with the kolla repository. +- ``kolla`` - Contains Python modules for kolla image build system. +- ``releasenotes`` - Contains the releasenote for all added features + in kolla. +- ``roles`` - Contains Ansible roles used in CI. - ``specs`` - Contains the Kolla communities key arguments about architectural shifts in the code base. +- ``tests`` - Contains functional testing tools. +- ``tools`` - Contains tools for interacting with the kolla repository. Getting Involved ================