File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 cat << EOF > terraform.tfvars
9090 ssh_public_key = "id_rsa.pub"
9191 ssh_username = "ubuntu"
92- aio_vm_name = "skc-host -image-builder"
92+ aio_vm_name = "skc-ipa -image-builder"
9393 # Must be an Ubuntu Jammy host to successfully build all images
9494 # This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
9595 aio_vm_image = "Ubuntu-22.04"
@@ -185,11 +185,11 @@ jobs:
185185 env :
186186 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
187187
188- - name : Create bifrost_httpboot Docker volume
188+ - name : Resize root disk
189189 run : |
190190 source venvs/kayobe/bin/activate &&
191191 source src/kayobe-config/kayobe-env --environment ci-builder &&
192- kayobe seed host command run --command "sudo mkdir -p /var/lib/docker/volumes/bifrost_httpboot/_data " --show-output
192+ kayobe seed host command run --command "resize2fs $(findmnt -n -o SOURCE /) " --show-output --become
193193 env :
194194 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
195195
You can’t perform that action at this time.
0 commit comments