Centralized service for multi-region deployments.
Go to file
Goutham Pratapa ce3a2dae92 Implement Image synchronization in Kingbird.
Image-synchronization syncs multiple images from one region to
multiple target regions.
Currently the supported image disk_formats are Qcow2 and AMI.
If user triggers a request to sync AMI format image then Kingbird
syncs the dependent AKI and ARI images as well.
-Syncs the respective image's image-metadata as well.
-Verification of Dependent images is handled by glance_adapter.
-Modified sync_manager to keypair_sync_manager and made it an
independent entity.
-Created an independent Image Sync-manager which syncs images in
multiple target regions.
Added Test-cases for the same.
Depends-on: I316ff7e79afb0ea092eec2a4bf32a78c609198ab
Implements: blueprint image-synchronization

Change-Id: If207f803b67b5f5702117d377883b57101802c42
2017-07-18 12:19:13 +00:00
devstack Enable some tempest test cases 2017-04-27 05:58:11 +00:00
doc/source Fix to show version information from root API. 2017-03-23 12:23:33 +05:30
etc/kingbird Support V1.1 for kingbird quota management. 2017-04-17 16:01:26 +05:30
kingbird Implement Image synchronization in Kingbird. 2017-07-18 12:19:13 +00:00
tools Force reinstalling kingbird package 2016-07-28 13:33:34 +02:00
.coveragerc .coveragerc: Change ignore-errors to ignore_errors 2016-05-17 19:57:18 +02:00
.gitignore Fix the tools directory files 2015-11-17 09:06:52 +01:00
.gitreview Added .gitreview 2015-10-23 11:23:36 +00:00
.mailmap Initial Kingbird commit 2015-11-05 13:23:23 +01:00
.testr.conf Kingbird Refactor(Part 2/Final): 2016-06-02 05:24:40 +00:00
CONTRIBUTING.rst Initial Kingbird commit 2015-11-05 13:23:23 +01:00
HACKING.rst Initial Kingbird commit 2015-11-05 13:23:23 +01:00
LICENSE Initial Kingbird commit 2015-11-05 13:23:23 +01:00
MANIFEST.in Initial Kingbird commit 2015-11-05 13:23:23 +01:00
README.rst Initial Kingbird framework code base ( part1:rest ) 2015-11-17 12:00:14 +08:00
babel.cfg Initial Kingbird commit 2015-11-05 13:23:23 +01:00
openstack-common.conf Initial Kingbird commit 2015-11-05 13:23:23 +01:00
requirements.txt Updated from global requirements 2017-04-18 12:10:15 +00:00
run_tests.sh Kingbird Refactor(Part 2/Final): 2016-06-02 05:24:40 +00:00
setup.cfg Remove unused configuration options 2016-07-22 12:11:37 +02:00
setup.py Updated from global requirements 2017-03-15 05:11:46 +00:00
test-requirements.txt Updated from global requirements 2017-02-11 17:43:27 +00:00
tox.ini Add Constraints support 2016-12-21 11:28:06 +11:00

README.rst

Kingbird

Centralized service for multi-region OpenStack deployments.

Kingbird is an centralized OpenStack service that provides resource operation and management across multiple OpenStack instances in a multi-region OpenStack deployments. This service is part of the OPNFV Multisite project that intends to address the use cases related to distributed cloud environments.

Kingbird provides features like centralized quota management, centralized view for distributed virtual resources, global view for tenant level IP/MAC address space management, synchronisation of ssh keys, images, flavors, security groups, etc. across regions.