RETIRED, Fuel Containerized Control Plane (CCP) main project
Go to file
Marek Zawadzki b21f43005f Use neutron client instead of openstackclient
This is a small fix that works round bug https://bugs.launchpad.net/python-openstackclient/+bug/1650896
('Network' object has no attribute 'keys') when running 'deploy-test-vms.sh'
script (specifically: 'openstack network show int-net -f value -c id').
It should be resolved by new release of python-openstackclient
(https://review.openstack.org/#/c/413493/) but we don't have to wait for it.

Change-Id: Ia0ff48b3e72fdf69ed5e9f40a1d1e7542719d2c4
2016-12-21 11:25:56 +01:00
doc/source Merge "Add example for config types section in docs" 2016-12-20 11:30:51 +00:00
etc Add heat-api-cfn service to examples 2016-12-19 08:36:51 +00:00
fuel_ccp Merge "Add object storage cleanup" 2016-12-19 13:14:11 +00:00
tools Use neutron client instead of openstackclient 2016-12-21 11:25:56 +01: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 Merge "Add object storage cleanup" 2016-12-19 13:14:11 +00:00
setup.cfg Adding 'ccp domains list' command 2016-11-11 22:53:56 +03:00
setup.py Sync with global requirements 2016-09-21 09:56:13 -07:00
test-requirements.txt Use os-testr for launch tests 2016-10-26 18:52:52 +03:00
tox.ini Fix execution cover test 2016-11-24 07:52:12 +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.