kingbird/devstack
joehuang 63f94de34a Add multi-region scripts for devstack based gate/check test job
Just like py27 gate/check test job enabled for each patch submitted
for review, devstack based multi-region gate/check test job can be
added to each patch too.

gate_hook.sh: the script to build two nodes two OpenStack regions
with Kingbird installed.

post_test_hook.sh: the script to execute test cases against prepared
multi-region with running Kingbird

These two scripts will take into effect only after the job configured
for Kingbird is merged: https://review.openstack.org/456479. So these
two scripts should be merged before the patch in project-config.

Note:
1. multi-region job alread begins to run in Tricircle project,
these two scripts are copied from Tricircle with Kingbird related
update.
2. plugin.sh was updated to register endpoint correctly, no need to
judge database now.

Change-Id: I126365cc8225dc73d758daf70b7efe7b1aafcb27
Signed-off-by: joehuang <joehuang@huawei.com>
2017-04-14 02:35:50 -04:00
..
README.rst Typo fixing 2016-11-17 09:09:05 +08:00
local.conf.sample Devstack scripts update for configuration and kb_engine 2016-04-14 16:40:48 +08:00
plugin.sh Add multi-region scripts for devstack based gate/check test job 2017-04-14 02:35:50 -04:00
settings Devstack scripts update for configuration and kb_engine 2016-04-14 16:40:48 +08:00

README.rst

devstack

Scripts to integrate the API and Engine service to OpenStack devstack development environment

local.conf.sample:

sample configruation to integrate kingbird into devstack customize the configuration file to tell devstack which OpenStack services will be launched

plugin.sh: plugin to the devstack

devstack will automatically search the devstack folder, and load, execute the plugin.sh in different environment establishment phase

settings: configuration for kingbird in the devstack

devstack will automatically load the settings to be used in the plugin.sh