Skip to content

Commit

Permalink
Use most recent ipa ramdisks based on centos8
Browse files Browse the repository at this point in the history
To be able to get the latest ironic-python-agent code we need to
use the most recent ipa ramdisk images based on centos8.
  • Loading branch information
elfosardo committed May 12, 2020
1 parent a974d0d commit e793547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e793547

Please sign in to comment.