changed
|
|
cmd
|
set -o pipefail
kernel_args='initrd=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-live-initramfs.x86_64.img ip=dhcp nameserver=10.0.0.253 rd.neednet=1 console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.insecure=yes coreos.inst.install_dev=/dev/vda coreos.inst.image_url=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-metal.x86_64.raw.xz coreos.inst.ignition_url=http://10.0.0.253:8080/kubeinit/okd4/worker.ign coreos.live.rootfs_url=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-live-rootfs.x86_64.img'
virt-install --connect qemu:///system --name=okdcluster-compute-01 --memory memory=16384 --vcpus=8,maxvcpus=16 --os-variant=fedora29 --autostart --network network=kimgtnet0,mac=52:54:00:ff:d3:6b,virtualport.parameters.interfaceid=90abf3ec-91df-5990-ac5e-20c1c59b9ff5,target.dev=veth0-0a000002,model=virtio --disk /var/lib/libvirt/images/okdcluster-compute-01.qcow2,format=qcow2,bus=virtio,size=30,readonly=false --location /var/lib/libvirt/images/ --extra-args "${kernel_args}"
|
delta
|
|
end
|
2023-10-29 18:40:04.595603
|
invocation
|
{
"module_args": {
"_raw_params": "set -o pipefail\nkernel_args='initrd=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-live-initramfs.x86_64.img ip=dhcp nameserver=10.0.0.253 rd.neednet=1 console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.insecure=yes coreos.inst.install_dev=/dev/vda coreos.inst.image_url=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-metal.x86_64.raw.xz coreos.inst.ignition_url=http://10.0.0.253:8080/kubeinit/okd4/worker.ign coreos.live.rootfs_url=http://10.0.0.253:8080/kubeinit/okd4/fedora-coreos-37.20230401.3.0-live-rootfs.x86_64.img'\nvirt-install --connect qemu:///system --name=okdcluster-compute-01 --memory memory=16384 --vcpus=8,maxvcpus=16 --os-variant=fedora29 --autostart --network network=kimgtnet0,mac=52:54:00:ff:d3:6b,virtualport.parameters.interfaceid=90abf3ec-91df-5990-ac5e-20c1c59b9ff5,target.dev=veth0-0a000002,model=virtio --disk /var/lib/libvirt/images/okdcluster-compute-01.qcow2,format=qcow2,bus=virtio,size=30,readonly=false --location /var/lib/libvirt/images/ --extra-args \"${kernel_args}\"\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true
}
}
|
msg
|
|
rc
|
|
start
|
2023-10-29 18:40:03.429441
|
stderr
|
WARNING Graphics requested but DISPLAY is not set. Not running virt-viewer.
WARNING No console to launch for the guest, defaulting to --wait -1
ERROR Requested operation is not valid: The veth0-0a000002 interface already exists
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start okdcluster-compute-01
otherwise, please restart your installation.
|
stderr_lines
|
[
"WARNING Graphics requested but DISPLAY is not set. Not running virt-viewer.",
"WARNING No console to launch for the guest, defaulting to --wait -1",
"ERROR Requested operation is not valid: The veth0-0a000002 interface already exists",
"Domain installation does not appear to have been successful.",
"If it was, you can restart your domain by running:",
" virsh --connect qemu:///system start okdcluster-compute-01",
"otherwise, please restart your installation."
]
|
stdout
|
Starting install...
Retrieving 'fedora-coreos-37.20230401.3.0-live-kernel-x86_6 | 0 B 00:00 ...
Retrieving 'fedora-coreos-37.20230401.3.0-live-initramfs.x8 | 0 B 00:00 ...
Allocating 'okdcluster-compute-01.qcow2' | 0 B 00:00 ...
Removing disk 'okdcluster-compute-01.qcow2' | 0 B 00:00
|
stdout_lines
|
[
"",
"Starting install...",
"",
"Retrieving 'fedora-coreos-37.20230401.3.0-live-kernel-x86_6 | 0 B 00:00 ... ",
"",
"Retrieving 'fedora-coreos-37.20230401.3.0-live-initramfs.x8 | 0 B 00:00 ... ",
"",
"Allocating 'okdcluster-compute-01.qcow2' | 0 B 00:00 ... ",
"",
"Removing disk 'okdcluster-compute-01.qcow2' | 0 B 00:00 "
]
|