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_cdk : Verify that all cluster nodes are started
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_cdk/tasks/main.yml:123
- Host: localhost ( task delegated to service )
- Status: changed
- Started: 11 Sep 2023 12:16:34 +0000
- Ended: 11 Sep 2023 12:17:35 +0000
- Duration: 00:01:01.24
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
attempts |
2 |
changed |
True |
cmd |
set -o pipefail juju machines | grep started |
delta |
0:00:00.169792 |
end |
2023-09-11 12:17:35.339854 |
invocation |
{ "module_args": { "_raw_params": "set -o pipefail\njuju machines | grep started\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 12:17:35.170062 |
stderr |
|
stderr_lines |
[]
|
stdout |
0 started 10.0.0.1 manual:10.0.0.1 [email protected] Manually provisioned machine 1 started 10.0.0.2 manual:10.0.0.2 [email protected] Manually provisioned machine 2 started 10.0.0.3 manual:10.0.0.3 [email protected] Manually provisioned machine 3 started 10.0.0.4 manual:10.0.0.4 [email protected] Manually provisioned machine |
stdout_lines |
[ "0 started 10.0.0.1 manual:10.0.0.1 [email protected] Manually provisioned machine", "1 started 10.0.0.2 manual:10.0.0.2 [email protected] Manually provisioned machine", "2 started 10.0.0.3 manual:10.0.0.3 [email protected] Manually provisioned machine", "3 started 10.0.0.4 manual:10.0.0.4 [email protected] Manually provisioned machine" ] |