Skip to content

Commit

Permalink
Update cloud image sets.
Browse files Browse the repository at this point in the history
  • Loading branch information
carboxylman committed May 7, 2023
1 parent 6cc681b commit 89b9af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup-images-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

cd $IMAGEDIR

for drel in xenial bionic ; do
for drel in bionic focal jammy ; do
imgfile=`get_url "http://boss.utah.cloudlab.us/downloads/openstack/${drel}-server-cloudimg-arm64.img https://cloud-images.ubuntu.com/${drel}/current/${drel}-server-cloudimg-arm64.img"`
imgname=${drel}-server
if [ ! $? -eq 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion setup-images-ppc64le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$HOSTNAME" != "$CONTROLLER" ]; then
exit 0;
fi

logtstart "images-x86_64"
logtstart "images-ppc64le"

if [ -f $SETTINGS ]; then
. $SETTINGS
Expand Down
2 changes: 1 addition & 1 deletion setup-images-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

cd $IMAGEDIR

for drel in xenial bionic ; do
for drel in bionic focal jammy ; do
echo "*** Configuring a ${drel}-server x86_64 image ..."
imgfile=${drel}-server-cloudimg-amd64.img
imgname=${drel}-server
Expand Down

0 comments on commit 89b9af7

Please sign in to comment.