RETIRED, Fuel Containerized Control Plane (CCP) main project
Go to file
Andrey Pavlov 2269d869cd Removing k8s_name function as it's not needed
Change-Id: I0e03c471315444e8b53202189047fbbfd2fd4c6f
2016-10-23 21:14:50 +03:00
doc/source Merge "Fix quickstart." 2016-10-21 13:24:36 +00:00
etc Add topology-with-ceph-example 2016-10-20 15:15:23 +03:00
fuel_ccp Removing k8s_name function as it's not needed 2016-10-23 21:14:50 +03:00
tools Merge "Small fix for failing networking destroy test" 2016-10-21 13:37:03 +00:00
.coveragerc Add tests into omit section 2016-05-18 00:30:18 +03:00
.gitignore Add debug-* to .gitignore 2016-07-28 16:19:35 +03:00
.gitreview Changing gerrit host and project 2016-07-06 18:32:37 +03:00
.mailmap Initial Cookiecutter Commit. 2016-05-10 10:19:00 +02:00
.testr.conf Enable debug log capturing in tests 2016-09-03 08:57:51 +03:00
HACKING.rst Rename microservices to fuel-ccp 2016-07-21 13:45:24 +03:00
MANIFEST.in Initial Cookiecutter Commit. 2016-05-10 10:19:00 +02:00
README.rst Update README doc a bit 2016-09-05 13:53:39 +03:00
babel.cfg Initial Cookiecutter Commit. 2016-05-10 10:19:00 +02:00
bindep.txt Add bindep.txt to shorten test run time 2016-09-19 20:31:19 +03:00
constraints.txt Updated from global-requirements 2016-10-05 12:30:42 +03:00
requirements.txt Updated from global-requirements 2016-10-05 12:30:42 +03:00
setup.cfg Add 'ccp config dump' command 2016-09-28 21:52:54 +03:00
setup.py Sync with global requirements 2016-09-21 09:56:13 -07:00
test-requirements.txt Add openstackclient to test-requirements.txt 2016-10-12 15:44:17 +02:00
tox.ini Merge "Initial commit for ccp multi-deploy solution" 2016-10-12 09:15:38 +00:00

README.rst

Welcome to CCP documentation!

CCP Overview

CCP stands for "Containerized Control Plane". The goal of this project is to make building, running and managing production-ready OpenStack containers on top of Kubernetes an easy task for operators.

Features

  • 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.