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-02
- 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:00:50 +0000
- Ended: 26 Oct 2023 20:00:52 +0000
- Duration: 00:00:01.93
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
virt-install --connect qemu:///system --name ekscluster-controller-02 --memory memory=24576 --vcpus 8,maxvcpus=16 --os-variant rhel8.0 --autostart --network network=kimgtnet0,mac=52:54:00:6d:e5:dc,virtualport.parameters.interfaceid=032ab9a3-1a91-50e6-8cf1-1db3cbdac48d,target.dev=veth0-0a000002,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/ekscluster-controller-02.qcow2,format=qcow2,bus=virtio |
delta |
0:00:01.566417 |
end |
2023-10-26 23:00:52.895318 |
invocation |
{ "module_args": { "_raw_params": "virt-install --connect qemu:///system --name ekscluster-controller-02 --memory memory=24576 --vcpus 8,maxvcpus=16 --os-variant rhel8.0 --autostart --network network=kimgtnet0,mac=52:54:00:6d:e5:dc,virtualport.parameters.interfaceid=032ab9a3-1a91-50e6-8cf1-1db3cbdac48d,target.dev=veth0-0a000002,model=virtio --graphics none --noautoconsole --import --disk /var/lib/libvirt/images/ekscluster-controller-02.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:00:51.328901 |
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." ] |