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_services : Create a podman pod for the service containers
- Action: containers.podman.podman_pod
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/00_create_service_pod.yml:152
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 05 May 2024 02:30:20 +0000
- Ended: 05 May 2024 02:30:22 +0000
- Duration: 00:00:01.68
- Tags:
- task_create_services
Field | Value |
---|---|
actions |
[ "created k8scluster-service-pod", "started k8scluster-service-pod" ] |
changed |
True |
invocation |
{ "module_args": { "add_host": null, "cgroup_parent": null, "cpus": null, "cpuset_cpus": null, "debug": false, "device": null, "device_read_bps": null, "dns": [ "10.0.0.253", "10.11.5.160" ], "dns_opt": null, "dns_search": [ "k8scluster.kubeinit.local" ], "executable": "podman", "generate_systemd": {}, "gidmap": null, "hostname": "service.k8scluster.kubeinit.local", "infra": null, "infra_command": null, "infra_conmon_pidfile": null, "infra_image": null, "infra_name": null, "ip": null, "label": null, "label_file": null, "mac_address": null, "name": "k8scluster-service-pod", "network": [ "k8scluster-service-bridge" ], "network_alias": null, "no_hosts": null, "pid": null, "pod_id_file": null, "publish": null, "recreate": false, "share": null, "state": "started", "subgidname": null, "subuidname": null, "uidmap": null, "userns": null, "volume": null } } |
pod |
{ "CgroupParent": "machine.slice", "CgroupPath": "machine.slice/machine-libpod_pod_5b56015ab3b6382776bc2419ada6a698f5b40ba4fb1f23f50f4d976f838878a3.slice", "Containers": [ { "Id": "81a5c26af8a21f8c0bd2da997be1af9e16a14b960f514790842703b5a99f6831", "Name": "5b56015ab3b6-infra", "State": "running" } ], "CreateCgroup": true, "CreateCommand": [ "podman", "pod", "create", "--name", "k8scluster-service-pod", "--network", "k8scluster-service-bridge", "--hostname", "service.k8scluster.kubeinit.local", "--dns", "10.0.0.253", "--dns", "10.11.5.160", "--dns-search", "k8scluster.kubeinit.local" ], "CreateInfra": true, "Created": "2024-05-05T05:30:21.009351051+03:00", "ExitPolicy": "continue", "Hostname": "service.k8scluster.kubeinit.local", "Id": "5b56015ab3b6382776bc2419ada6a698f5b40ba4fb1f23f50f4d976f838878a3", "InfraConfig": { "DNSOption": null, "DNSSearch": [ "k8scluster.kubeinit.local" ], "DNSServer": [ "10.0.0.253", "10.11.5.160" ], "HostAdd": null, "HostNetwork": false, "NetworkOptions": null, "Networks": [ "k8scluster-service-bridge" ], "NoManageHosts": false, "NoManageResolvConf": false, "PortBindings": {}, "StaticIP": "", "StaticMAC": "", "pid_ns": "private", "userns": "host", "uts_ns": "private" }, "InfraContainerID": "81a5c26af8a21f8c0bd2da997be1af9e16a14b960f514790842703b5a99f6831", "Name": "k8scluster-service-pod", "NumContainers": 1, "SharedNamespaces": [ "net", "uts", "ipc" ], "State": "Running" } |
podman_actions |
[ "podman pod create --name k8scluster-service-pod --network k8scluster-service-bridge --hostname service.k8scluster.kubeinit.local --dns 10.0.0.253 --dns 10.11.5.160 --dns-search k8scluster.kubeinit.local", "podman pod start k8scluster-service-pod" ] |
podman_systemd |
{ "pod-k8scluster-service-pod": "# pod-k8scluster-service-pod.service\n# autogenerated by Podman 4.5.1\n# Sun May 5 05:30:22 IDT 2024\n\n[Unit]\nDescription=Podman pod-k8scluster-service-pod.service\nDocumentation=man:podman-generate-systemd(1)\nWants=network-online.target\nAfter=network-online.target\nRequiresMountsFor=/run/containers/storage\nWants=\nBefore=\n\n[Service]\nEnvironment=PODMAN_SYSTEMD_UNIT=%n\nRestart=on-failure\nTimeoutStopSec=70\nExecStart=/usr/bin/podman start 5b56015ab3b6-infra\nExecStop=/usr/bin/podman stop \\\n\t-t 10 5b56015ab3b6-infra\nExecStopPost=/usr/bin/podman stop \\\n\t-t 10 5b56015ab3b6-infra\nPIDFile=/run/containers/storage/overlay-containers/81a5c26af8a21f8c0bd2da997be1af9e16a14b960f514790842703b5a99f6831/userdata/conmon.pid\nType=forking\n\n[Install]\nWantedBy=default.target\n" } |
stderr |
|
stderr_lines |
[]
|
stdout |
5b56015ab3b6382776bc2419ada6a698f5b40ba4fb1f23f50f4d976f838878a3 |
stdout_lines |
[ "5b56015ab3b6382776bc2419ada6a698f5b40ba4fb1f23f50f4d976f838878a3" ] |