From af09b71996ed2cd5f04a2b34b8691ccca21442e0 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 21 Nov 2019 16:15:49 +0000 Subject: [PATCH] DNM test latest ironic image A new version was pushed to https://quay.io/repository/metal3-io/ironic since ipv6 support was added in https://github.com/metal3-io/ironic-image/pull/107 This PR can be used to verify the integration tests are still working OK --- 01_prepare_host.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01_prepare_host.sh b/01_prepare_host.sh index 23f25b160..f7bf7f704 100755 --- a/01_prepare_host.sh +++ b/01_prepare_host.sh @@ -54,6 +54,8 @@ podman) ;; esac +echo "TEST DNM test with new https://quay.io/repository/metal3-io/ironic" + # Pull images we'll need for IMAGE_VAR in IRONIC_IMAGE IPA_DOWNLOADER_IMAGE VBMC_IMAGE SUSHY_TOOLS_IMAGE DOCKER_REGISTRY_IMAGE; do IMAGE=${!IMAGE_VAR}