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 controller-03
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/deploy_debian_guest.yml:82
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 05 May 2024 07:15:56 +0000
- Ended: 05 May 2024 07:15:58 +0000
- Duration: 00:00:01.88
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
virt-install --connect qemu:///system --name=kidcluster-controller-03 --memory memory=24576 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:1c:f2:e3,virtualport.parameters.interfaceid=9f3f4199-dbe2-5a43-a973-e184d6e325c1,target.dev=veth0-0a000003,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/kidcluster-controller-03.qcow2,format=qcow2,bus=virtio |
delta |
0:00:01.516980 |
end |
2024-05-05 10:15:58.743255 |
invocation |
{ "module_args": { "_raw_params": "virt-install --connect qemu:///system --name=kidcluster-controller-03 --memory memory=24576 --vcpus=8,maxvcpus=16 --os-variant=ubuntu18.04 --autostart --network network=kimgtnet0,mac=52:54:00:1c:f2:e3,virtualport.parameters.interfaceid=9f3f4199-dbe2-5a43-a973-e184d6e325c1,target.dev=veth0-0a000003,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/kidcluster-controller-03.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 |
2024-05-05 10:15:57.226275 |
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." ] |