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_services : Wait for registry service to be available
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml:181
- Host: localhost ( task delegated to cdkcluster-provision )
- Status: changed
- Started: 29 Oct 2023 09:37:49 +0000
- Ended: 29 Oct 2023 09:37:53 +0000
- Duration: 00:00:03.93
- Tags:
- task_prepare_cluster
Field | Value |
---|---|
attempts |
1 |
changed |
True |
cmd |
set -eo pipefail curl --cacert /var/kubeinit/registry/certs/domain.crt -s -o /dev/null -w '%{http_code}' --user registryusername:registrypassword https://service.cdkcluster.kubeinit.local:5000/v2/_catalog |
delta |
0:00:00.425282 |
end |
2023-10-29 09:37:52.614672 |
invocation |
{ "module_args": { "_raw_params": "set -eo pipefail\ncurl --cacert /var/kubeinit/registry/certs/domain.crt -s -o /dev/null -w '%{http_code}' --user registryusername:registrypassword https://service.cdkcluster.kubeinit.local:5000/v2/_catalog\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-29 09:37:52.189390 |
stderr |
|
stderr_lines |
[]
|
stdout |
200
|
stdout_lines |
[ "200" ] |