Name:             ansibletest-ansibletest
Namespace:        openstack
Priority:         0
Service Account:  default
Node:             crc/192.168.126.11
Start Time:       Tue, 14 Oct 2025 09:54:42 +0000
Labels:           instanceName=ansibletest-ansibletest
                  operator=test-operator
                  service=ansibleTest
                  workflowStep=0
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.1.40/23"],"mac_address":"0a:58:0a:d9:01:28","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0...
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.1.40"
                        ],
                        "mac": "0a:58:0a:d9:01:28",
                        "default": true,
                        "dns": {}
                    }]
                  openshift.io/scc: privileged
Status:           Succeeded
IP:               10.217.1.40
IPs:
  IP:           10.217.1.40
Controlled By:  AnsibleTest/ansibletest-ansibletest
Containers:
  ansibletest-ansibletest:
    Container ID:    cri-o://4a4f744df87f2cf23ab234476913de80bfcbfcf9c2d98d5a4c897db9d7e6678f
    Image:           quay.io/podified-antelope-centos9/openstack-ansible-tests:current-podified
    Image ID:        quay.io/podified-antelope-centos9/openstack-ansible-tests@sha256:e8bd7fb84a8025908d387a83a47ca5166557bd4ffb2f6aa034d237ce476de541
    Port:            <none>
    Host Port:       <none>
    SeccompProfile:  RuntimeDefault
    State:           Terminated
      Reason:        Completed
      Exit Code:     0
      Started:       Tue, 14 Oct 2025 09:55:09 +0000
      Finished:      Tue, 14 Oct 2025 09:55:11 +0000
    Ready:           False
    Restart Count:   0
    Limits:
      cpu:     4
      memory:  4Gi
    Requests:
      cpu:     2
      memory:  2Gi
    Environment:
      POD_ANSIBLE_EXTRA_VARS:       -e manual_run=false
      POD_ANSIBLE_FILE_EXTRA_VARS:  ---
                                    foo: bar
                                    
      POD_ANSIBLE_GIT_BRANCH:       
      POD_ANSIBLE_GIT_REPO:         https://github.com/ansible/test-playbooks
      POD_ANSIBLE_INVENTORY:        localhost ansible_connection=local ansible_python_interpreter=python3
                                    
      POD_ANSIBLE_PLAYBOOK:         ./debug.yml
      POD_DEBUG:                    false
      POD_INSTALL_COLLECTIONS:      
    Mounts:
      /etc/ceph from ceph (ro)
      /etc/openstack/clouds.yaml from openstack-config (ro,path="clouds.yaml")
      /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem from ca-certs (ro,path="tls-ca-bundle.pem")
      /etc/pki/tls/certs/ca-bundle.trust.crt from ca-certs (ro,path="tls-ca-bundle.pem")
      /tmp from test-operator-ephemeral-temporary (rw)
      /var/lib/AnsibleTests/external_files from test-operator-logs (rw)
      /var/lib/ansible from test-operator-ephemeral-workdir (rw)
      /var/lib/ansible/.config/openstack/clouds.yaml from openstack-config (ro,path="clouds.yaml")
      /var/lib/ansible/.config/openstack/secure.yaml from openstack-config-secret (rw,path="secure.yaml")
      /var/lib/ansible/.ssh/compute_id from compute-ssh-secret (ro,path="ssh-privatekey")
      /var/lib/ansible/test_keypair.key from workload-ssh-secret (ro,path="ssh-privatekey")
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-27m7t (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   False 
  Initialized                 True 
  Ready                       False 
  ContainersReady             False 
  PodScheduled                True 
Volumes:
  openstack-config:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      openstack-config
    Optional:  false
  openstack-config-secret:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  openstack-config-secret
    Optional:    false
  test-operator-logs:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  ansibletest-ansibletest-0-b9983
    ReadOnly:   false
  test-operator-ephemeral-workdir:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  test-operator-ephemeral-temporary:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  ca-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  combined-ca-bundle
    Optional:    false
  compute-ssh-secret:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  dataplane-ansible-ssh-private-key-secret
    Optional:    false
  workload-ssh-secret:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  test-operator-controller-priv-key
    Optional:    false
  ceph:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  openstack-config-secret
    Optional:    false
  kube-api-access-27m7t:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   Burstable
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       11m   default-scheduler  Successfully assigned openstack/ansibletest-ansibletest to crc
  Normal  AddedInterface  11m   multus             Add eth0 [10.217.1.40/23] from ovn-kubernetes
  Normal  Pulling         11m   kubelet            Pulling image "quay.io/podified-antelope-centos9/openstack-ansible-tests:current-podified"
  Normal  Pulled          11m   kubelet            Successfully pulled image "quay.io/podified-antelope-centos9/openstack-ansible-tests:current-podified" in 25.666s (25.666s including waiting). Image size: 1002713025 bytes.
  Normal  Created         11m   kubelet            Created container ansibletest-ansibletest
  Normal  Started         11m   kubelet            Started container ansibletest-ansibletest
