summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-12-12 00:26:09 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-12-14 12:55:56 +1300
commita0a10f0b947c63ac06787b490afd0ebecef1477e (patch)
treea75d6ebdfb2e31d984c4b458a3b1624f4d42444c /devstack
parentf16020392d9eb81727a97608f8e9be432f97c388 (diff)
downloadtrove-a0a10f0b947c63ac06787b490afd0ebecef1477e.tar.gz
Support HEALTHY status for db instance
- 'HEALTHY' means the db service is responsive, 'ACTIVE' means the db service is alive. - Remove the CI job fakemodetests, but will add similar testing task in the future. - Fix the periodic CI job - Remove MongoDB and related jobs Change-Id: I5abe9091ba203297dc87db5fba139179166321f7
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 8f4b3d9e..6703fd9b 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -217,6 +217,7 @@ function configure_trove {
iniset_conditional $TROVE_CONF DEFAULT resize_time_out $TROVE_RESIZE_TIME_OUT
iniset_conditional $TROVE_CONF DEFAULT usage_timeout $TROVE_USAGE_TIMEOUT
iniset_conditional $TROVE_CONF DEFAULT state_change_wait_time $TROVE_STATE_CHANGE_WAIT_TIME
+ iniset_conditional $TROVE_CONF DEFAULT reboot_time_out 300
configure_keystone_authtoken_middleware $TROVE_CONF trove
iniset $TROVE_CONF service_credentials username trove
@@ -489,7 +490,7 @@ function create_guest_image {
$TROVE_MANAGE datastore_version_update "$TROVE_DATASTORE_TYPE" "inactive_version" "manager1" $glance_image_id "" $INACTIVE
$TROVE_MANAGE datastore_update Test_Datastore_1 ""
- echo "Add validation rules if available"
+ echo "Add parameter validation rules if available"
if [ -f $DEST/trove/trove/templates/$TROVE_DATASTORE_TYPE/validation-rules.json ]; then
$TROVE_MANAGE db_load_datastore_config_parameters "$TROVE_DATASTORE_TYPE" "$TROVE_DATASTORE_VERSION" \
$DEST/trove/trove/templates/$TROVE_DATASTORE_TYPE/validation-rules.json