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 : Show openvswitch status
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/create_network.yml:571
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 05 May 2024 08:03:07 +0000
- Ended: 05 May 2024 08:03:07 +0000
- Duration: 00:00:00.30
- Tags:
- task_create_network
Field | Value |
---|---|
changed |
True |
cmd |
[ "/usr/bin/ovs-vsctl", "show" ] |
delta |
0:00:00.012984 |
end |
2024-05-05 11:03:07.794193 |
invocation |
{ "module_args": { "_raw_params": "/usr/bin/ovs-vsctl show", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2024-05-05 11:03:07.781209 |
stderr |
|
stderr_lines |
[]
|
stdout |
980cc8cd-0e89-4bd6-bc1a-535e39a5a6f1 Bridge br-ex Port br-ex Interface br-ex type: internal Port patch-public-ln-to-br-int Interface patch-public-ln-to-br-int type: patch options: {peer=patch-br-int-to-public-ln} Bridge br-int fail_mode: secure datapath_type: system Port br-int Interface br-int type: internal Port patch-br-int-to-public-ln Interface patch-br-int-to-public-ln type: patch options: {peer=patch-public-ln-to-br-int} Port ovn-hyperv-0 Interface ovn-hyperv-0 type: geneve options: {csum="true", key=flow, remote_ip="10.46.26.90"} ovs_version: "3.1.1" |
stdout_lines |
[ "980cc8cd-0e89-4bd6-bc1a-535e39a5a6f1", " Bridge br-ex", " Port br-ex", " Interface br-ex", " type: internal", " Port patch-public-ln-to-br-int", " Interface patch-public-ln-to-br-int", " type: patch", " options: {peer=patch-br-int-to-public-ln}", " Bridge br-int", " fail_mode: secure", " datapath_type: system", " Port br-int", " Interface br-int", " type: internal", " Port patch-br-int-to-public-ln", " Interface patch-br-int-to-public-ln", " type: patch", " options: {peer=patch-public-ln-to-br-int}", " Port ovn-hyperv-0", " Interface ovn-hyperv-0", " type: geneve", " options: {csum=\"true\", key=flow, remote_ip=\"10.46.26.90\"}", " ovs_version: \"3.1.1\"" ] |