File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ function run_tempest() {
286
286
set -x
287
287
288
288
if [[ -d $tempest_dir ]]; then
289
- tempest_backup=${tempest_dir} . $( date --iso-8601=minutes )
289
+ tempest_backup=${tempest_dir} - $( date +%Y%m%dT%H%M%S )
290
290
echo " Found previous Tempest test results"
291
291
echo " Moving to $tempest_backup "
292
292
mv $tempest_dir $tempest_backup
@@ -365,6 +365,10 @@ function upgrade_overcloud() {
365
365
366
366
run_kayobe overcloud host upgrade
367
367
run_kayobe overcloud host configure
368
+ # FIXME: The overcloud host configure triggers parallel reboots due to an
369
+ # selinux state change. This breaks the database. This should be fixed by
370
+ # serialising the reboots inside kayobe.
371
+ run_kayobe overcloud database recover
368
372
run_kayobe overcloud service upgrade
369
373
}
370
374
You can’t perform that action at this time.
0 commit comments