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
This commit is contained in:
confi-surya 2019-02-04 15:53:10 +05:30 committed by Surya Prakash (spsurya)
parent cfbcf830f0
commit 31444571b8
1 changed files with 6 additions and 2 deletions

View File

@ -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
================