diff --git a/tools/populate/populate-images.sh b/tools/populate/populate-images.sh new file mode 100755 index 00000000000..9f845e09e05 --- /dev/null +++ b/tools/populate/populate-images.sh @@ -0,0 +1,74 @@ +#!/bin/bash +# Populate an Oxide lab host running Omicron with images from server catacomb. + +set -eu +CATACOMB_TUNNEL="[fd00:1122:3344:101::1]:8080" +res=0 +echo "Populating debian" +oxide api /images --method POST --input - <