Skip to content

Commit 4774005

Browse files
Resize root disk
1 parent 469de98 commit 4774005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)