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() {
286286 set -x
287287
288288 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 )
290290 echo " Found previous Tempest test results"
291291 echo " Moving to $tempest_backup "
292292 mv $tempest_dir $tempest_backup
@@ -365,6 +365,10 @@ function upgrade_overcloud() {
365365
366366 run_kayobe overcloud host upgrade
367367 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
368372 run_kayobe overcloud service upgrade
369373}
370374
You can’t perform that action at this time.
0 commit comments