From e793547ab0b957f81202f6d2c1bb28afa971f229 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 12 May 2020 17:06:10 +0200 Subject: [PATCH] Use most recent ipa ramdisks based on centos8 To be able to get the latest ironic-python-agent code we need to use the most recent ipa ramdisk images based on centos8. --- get-resource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-resource.sh b/get-resource.sh index 7c7909cc..82041aed 100755 --- a/get-resource.sh +++ b/get-resource.sh @@ -7,7 +7,7 @@ export https_proxy=${https_proxy:-$HTTPS_PROXY} # Which image should we use SNAP=${1:-current-tripleo} -IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/master/rdo_trunk/$SNAP/} +IPA_BASEURI=${IPA_BASEURI:-https://images.rdoproject.org/centos8/master/rdo_trunk/$SNAP/} FILENAME=ironic-python-agent FILENAME_EXT=.tar