Kolla 目录结构
把 Kolla 的源代码下载下来后,先从总体上分析 Kolla 的目录结构,查看顶层目录结构,使用
tree -L 1
输出
.
├── ansible
├── compose
├── demos
├── devenv
├── docker
├── docs
├── LICENSE
├── README.md
├── specs
├── test-requirements.txt
├── tests
├── tools
└── tox.ini
从顶层文件目录结构来看,各个目录所包含的内容为:
-
ansible
ansible 配置目录。里面的 README.md 文件提示这部分为
Koalla
,Koalla - Kolla with ansible!
。它的目标是在现有 Kolla 组件上,使用 ansible 和 docker-compose 建立一个部署系统。