Merge "Update README doc a bit"

This commit is contained in:
Jenkins 2016-09-05 12:49:47 +00:00 committed by Gerrit Code Review
commit 3fb3fb7919
1 changed files with 19 additions and 8 deletions

View File

@ -1,12 +1,13 @@
======== =============================
fuel-ccp Welcome to CCP documentation!
======== =============================
Docker images builder for OpenStack services and infra. CCP Overview
============
Please feel here a long description which must be at least 3 lines wrapped on CCP stands for "Containerized Control Plane". The goal of this project is to
80 cols, so that distribution package maintainers can use it in their packages. make building, running and managing production-ready OpenStack containers
Note that this is a hard requirement. on top of Kubernetes an easy task for operators.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/fuel-ccp * Documentation: http://docs.openstack.org/developer/fuel-ccp
@ -16,4 +17,14 @@ Note that this is a hard requirement.
Features Features
-------- --------
* TODO * Build and customize OpenStack Docker images
* Run, manage and update OpenStack containers in Kubernetes cluster
* Monitoring and centralized logging system
Directories
-----------
- doc - Contains documentation.
- etc - Contains configuration examples.
- fuel_ccp - Contains source code of the project.
- tools - Contains usefull utilites for development purposes.