RETIRED, Fuel Containerized Control Plane (CCP) main project
Go to file
Yuriy Taraday 8abb44ee31 Move repository URL generation down to fetch_repository
We can't use config interpolation from oslo.config once we remove it and
it won't solve this bug anyway because its template is static, so we
should solve it where url is being used instead.

Change-Id: I909e31c417508247456f2385dd23c049bcf688d8
Closes-Bug: #1609012
2016-09-15 12:48:57 +03:00
doc/source Add Application definition doc 2016-09-13 17:14:16 +03:00
etc Add a topology-with-stacklight-example.yaml file 2016-09-05 17:17:21 +02:00
fuel_ccp Move repository URL generation down to fetch_repository 2016-09-15 12:48:57 +03:00
tools Fix deploy registry script 2016-09-09 01:33:07 +03: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
requirements.txt Add configuration schema that dubs oslo.config definitions 2016-09-14 23:32:14 +03:00
setup.cfg Remove mcp-microservices command 2016-07-22 07:50:43 +00:00
setup.py Initial Cookiecutter Commit. 2016-05-10 10:19:00 +02:00
test-requirements.txt Fix flaky test_create_deployment and test_create_service tests 2016-09-05 06:55:38 +00:00
tox.ini Add simple script to bootstrap OS env for test purposes 2016-07-27 17:39:12 +02: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.