Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_libvirt : Create VM definition for controller-01
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/deploy_ubuntu_guest.yml:82
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 23 Oct 2023 16:18:01 +0000
- Ended: 23 Oct 2023 16:18:03 +0000
- Duration: 00:00:01.90
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
virt-install --connect qemu:///system --name=rkecluster-controller-01 --memory memory=24576 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:7b:11:b2,virtualport.parameters.interfaceid=15903c41-82bd-5c9d-936f-08c1e564b5ad,target.dev=veth0-0a000001,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/rkecluster-controller-01.qcow2,format=qcow2,bus=virtio |
delta |
0:00:01.538061 |
end |
2023-10-23 19:18:03.296933 |
invocation |
{ "module_args": { "_raw_params": "virt-install --connect qemu:///system --name=rkecluster-controller-01 --memory memory=24576 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:7b:11:b2,virtualport.parameters.interfaceid=15903c41-82bd-5c9d-936f-08c1e564b5ad,target.dev=veth0-0a000001,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/rkecluster-controller-01.qcow2,format=qcow2,bus=virtio\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 |
0 |
start |
2023-10-23 19:18:01.758872 |
stderr |
|
stderr_lines |
[]
|
stdout |
Starting install... Creating domain... | 0 B 00:00 Domain creation completed. |
stdout_lines |
[ "", "Starting install...", "", "Creating domain... | 0 B 00:00 ", "Domain creation completed." ] |