Skip to content
Snippets Groups Projects
Commit 3d9c5861 authored by Mark Goddard's avatar Mark Goddard
Browse files

CI: Update IPA images during upgrade

This ensures we are using the appropriate IPA images in the upgraded
environment.

Change-Id: I4a72d9ae49ad41716522c3074c16d8ca23c3ff94
parent 20fb05bf
No related branches found
No related tags found
No related merge requests found
......@@ -390,6 +390,10 @@ function overcloud_upgrade {
echo "Not building overcloud deployment images"
fi
echo "Updating baremetal deployment images"
(source "${KOLLA_CONFIG_PATH:-/etc/kolla}/admin-openrc.sh" &&
run_kayobe baremetal compute update deployment image)
if [[ ${KAYOBE_OVERCLOUD_CONTAINER_IMAGE_BUILD} = 1 ]]; then
echo "Building overcloud container images"
run_kayobe overcloud container image build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment