Playbook #1 |
/root/kubeinit/ci/builds/bsU8uCNn/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 compute-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-02 )
- Status: changed
- Started: 11 Sep 2023 12:08:27 +0000
- Ended: 11 Sep 2023 12:08:28 +0000
- Duration: 00:00:01.80
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
virt-install --connect qemu:///system --name=cdkcluster-compute-01 --memory memory=16384 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:a5:07:45,virtualport.parameters.interfaceid=c2646b2e-7842-5754-8685-b4f6a8a9d72a,target.dev=veth0-0a000004,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/cdkcluster-compute-01.qcow2,format=qcow2,bus=virtio |
delta |
0:00:01.445344 |
end |
2023-09-11 15:08:28.884336 |
invocation |
{ "module_args": { "_raw_params": "virt-install --connect qemu:///system --name=cdkcluster-compute-01 --memory memory=16384 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:a5:07:45,virtualport.parameters.interfaceid=c2646b2e-7842-5754-8685-b4f6a8a9d72a,target.dev=veth0-0a000004,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/cdkcluster-compute-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-09-11 15:08:27.438992 |
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." ] |