Skip to content

Commit

Permalink
Wait for custom import-images play (#1922)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 28, 2023
1 parent c462195 commit bd4ddea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/000-pull-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ echo "# PULL IMAGES"
echo

if [[ $IS_ZUUL == "true" ]]; then
osism apply -e custom import-images
# Wait for task in the background to avoid bug/feature with 60 seconds
# timeout for custom plays.
task_id=$(osism apply --no-wait --format script -e custom import-images | tail -n 1 | tr -d '\n\r')
osism wait --output --format script --delay 2 $task_id
fi

kolla_services=(
Expand Down

0 comments on commit bd4ddea

Please sign in to comment.