From 45db504222c21a80f586648c14a2f6ae77597567 Mon Sep 17 00:00:00 2001 From: "c.duchenoy" Date: Thu, 26 Nov 2020 22:49:12 +0100 Subject: [PATCH] Add script output --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dfae6..18dcb6a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,43 @@ # fedora-coreos-proxmox -Fedora CoreOS template on proxmox \ No newline at end of file +Fedora CoreOS template on proxmox + + +### Script output +``` +root@vc0:/opt/fcos-tmplt# ./vmsetup.sh +Check if vm storage thin-ssd exist... [ok] +Check if snippet storage local exist... [ok] +Copy hook-script and ignition config to snippet storage... +'fcos-base-tmplt.yaml' -> '/var/lib/vz/snippets/fcos-base-tmplt.yaml' +'hook-fcos.sh' -> '/var/lib/vz/snippets/hook-fcos.sh' +Get storage "thin-ssd" type... [block] +Download fedora coreos... +fedora-coreos-32.20201018.3.0-qemu.x86_64.qcow2.xz 100%[=================>] 524.11M 59.8MB/s in 8.5s +fedora-coreos-32.20201018.3.0-qemu.x86_64.qcow2.xz (1/1) + 100 % 524.1 MiB / 1779.8 MiB = 0.294 55 MiB/s 0:32 +Create fedora coreos vm +update VM 900: -agent enabled=1 -autostart 1 -boot c -bootdisk scsi0 -cores 4 -cpu host -memory 4096 -onboot 1 -ostype l26 -tablet 0 +update VM 900: -description Fedora CoreOS - Geco-iT Template + + - Version : 32.20201018.3.0 + - Cloud-init : true + +Creation date : 2020-11-26 + +update VM 900: -net0 virtio,bridge=vmbr0 + +Create Cloud-init vmdisk... +update VM 900: -ide2 thin-ssd:cloudinit +importing disk 'fedora-coreos-32.20201018.3.0-qemu.x86_64.qcow2' to VM 900 ... +transferred: 0 bytes remaining: 8589934592 bytes total: 8589934592 bytes progression: 0.00 % +transferred: 91053306 bytes remaining: 8498881286 bytes total: 8589934592 bytes progression: 1.06 % +transferred: 178670639 bytes remaining: 8411263953 bytes total: 8589934592 bytes progression: 2.08 % +... +transferred: 8589934592 bytes remaining: 0 bytes total: 8589934592 bytes progression: 100.00 % +Successfully imported disk as 'unused0:thin-ssd:vm-900-disk-0' +update VM 900: -scsi0 thin-ssd:vm-900-disk-0,discard=on -scsihw virtio-scsi-pci +update VM 900: -hookscript local:snippets/hook-fcos.sh +Convert VM 900 in proxmox vm template... [done] +``` +