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 89
89
cat << EOF > terraform.tfvars
90
90
ssh_public_key = "id_rsa.pub"
91
91
ssh_username = "ubuntu"
92
- aio_vm_name = "skc-host -image-builder"
92
+ aio_vm_name = "skc-ipa -image-builder"
93
93
# Must be an Ubuntu Jammy host to successfully build all images
94
94
# This MUST NOT be an LVM image. It can cause confusing conficts with the built image.
95
95
aio_vm_image = "Ubuntu-22.04"
@@ -185,11 +185,11 @@ jobs:
185
185
env :
186
186
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
187
187
188
- - name : Create bifrost_httpboot Docker volume
188
+ - name : Resize root disk
189
189
run : |
190
190
source venvs/kayobe/bin/activate &&
191
191
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
193
193
env :
194
194
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
195
195
You can’t perform that action at this time.
0 commit comments