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-03
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/deploy_centos_guest.yml:78
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 26 Oct 2023 20:09:25 +0000
- Ended: 26 Oct 2023 20:09:27 +0000
- Duration: 00:00:01.90
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
virt-install --connect qemu:///system --name ekscluster-controller-03 --memory memory=24576 --vcpus 8,maxvcpus=16 --os-variant rhel8.0 --autostart --network network=kimgtnet0,mac=52:54:00:8c:96:f2,virtualport.parameters.interfaceid=b4e707ef-69bb-58a9-9864-6ead34110dd8,target.dev=veth0-0a000003,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/ekscluster-controller-03.qcow2,format=qcow2,bus=virtio |
delta |
0:00:01.527336 |
end |
2023-10-26 23:09:27.747640 |
invocation |
{ "module_args": { "_raw_params": "virt-install --connect qemu:///system --name ekscluster-controller-03 --memory memory=24576 --vcpus 8,maxvcpus=16 --os-variant rhel8.0 --autostart --network network=kimgtnet0,mac=52:54:00:8c:96:f2,virtualport.parameters.interfaceid=b4e707ef-69bb-58a9-9864-6ead34110dd8,target.dev=veth0-0a000003,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/ekscluster-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 |
2023-10-26 23:09:26.220304 |
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." ] |