RETIRED, Fuel Containerized Control Plane (CCP) main project
Go to file
Peter Razumovsky 7eaa73c050 Update documentation due to designate backend
Since designate backend bind9 implemented and
designate has new topology - need to make docs
up-to-date.

Change-Id: I5bfa714fae0e596f8eb8ee65c11cfb6b1cb7f53e
Depends-On: I79472fc80c1f48daaf64300f8a71ee50baa6ebd5
2017-03-16 13:24:06 +04:00
doc/source Update documentation due to designate backend 2017-03-16 13:24:06 +04:00
docker/ccp Fix to run several containerized CCP instances. 2017-02-17 14:16:33 +00:00
etc Doc about zmq in ccp 2017-03-06 12:08:15 +00:00
fuel_ccp Fix upgrades 2017-03-14 23:09:34 +04:00
tools Fix: registry fails to start after node reboot 2017-03-10 01:40:28 +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
LICENSE Add LICENSE file 2016-11-19 22:47:40 -08:00
MANIFEST.in Initial Cookiecutter Commit. 2016-05-10 10:19:00 +02:00
README.rst Fix docs url in README 2016-10-26 20:43:14 +02: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 Update global requirements 2017-03-02 12:00:14 +03:00
setup.cfg Add action delete command 2017-02-15 16:45:59 +04:00
setup.py Sync with global requirements 2016-09-21 09:56:13 -07:00
test-requirements.txt Update global requirements 2017-03-02 12:00:14 +03:00
tox.ini Add OS_* variables to tox env for supporting SSL 2017-03-03 13:17:59 +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.