Centralized service for multi-region deployments.
Go to file
Ashish Singh 9301c9a828 Periodic Quota Sync
Added method for:
Periodic Quota Sync for all projects.
On Demand Quota Sync for a project.
Calculate nova resource usage for a project.
Get Total resource usage for a project.
Divide list of projects into batch and sync quota batch by batch
Use filtered regions if endpoint filter is applied for a project
To share usage details, Queue is used.

Test Cases for all the above.

The implementation is based on multi-threading i.e each project
will be synced in a seprate thread.
Get Total Usage from each region is also multi-threaded.

Note: The current implementation is based on Nova resources
only. Once this is fixed, will add neutron & cinder resources.

Change-Id: Iaff1c7df2efc57d47882f23beb8e0082e5b427f6
Implements: https://blueprints.launchpad.net/kingbird/+spec/quota-management
2016-03-15 15:19:40 +05:30
devstack Restructure kingbird architecture 2016-02-16 16:12:26 +05:30
doc/source Initial Kingbird commit 2015-11-05 13:23:23 +01:00
etc/kingbird Kingbird config file should be generated from tox 2016-03-02 12:21:31 +01:00
kingbird Periodic Quota Sync 2016-03-15 15:19:40 +05:30
tools Fix the tools directory files 2015-11-17 09:06:52 +01:00
.coveragerc Initial Kingbird commit 2015-11-05 13:23:23 +01: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 Initial Kingbird commit 2015-11-05 13:23:23 +01: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
config-generator.conf Periodic Quota Sync 2016-03-15 15:19:40 +05:30
openstack-common.conf Initial Kingbird commit 2015-11-05 13:23:23 +01:00
requirements.txt Kingbird config file should be generated from tox 2016-03-02 12:21:31 +01:00
run_tests.sh Add run_tests.sh script 2015-11-20 13:02:10 +01:00
setup.cfg Periodic Quota Sync 2016-03-15 15:19:40 +05:30
setup.py Sync with requirements 2016-02-16 08:37:41 +00:00
test-requirements.txt Sync with requirements 2016-02-16 08:37:41 +00:00
tox.ini Kingbird config file should be generated from tox 2016-03-02 12:21:31 +01: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.