Name:             tempest-tests-tempest
Namespace:        openstack
Priority:         0
Service Account:  default
Node:             crc/192.168.126.11
Start Time:       Sat, 04 Oct 2025 05:36:45 +0000
Labels:           instanceName=tempest-tests-tempest
                  operator=test-operator
                  service=tempest
                  workflowStep=0
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.244/23"],"mac_address":"0a:58:0a:d9:00:f4","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0....
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.244"
                        ],
                        "mac": "0a:58:0a:d9:00:f4",
                        "default": true,
                        "dns": {}
                    }]
                  k8s.v1.cni.cncf.io/networks: []
                  openshift.io/scc: privileged
Status:           Succeeded
IP:               10.217.0.244
IPs:
  IP:           10.217.0.244
Controlled By:  Tempest/tempest-tests-tempest
Containers:
  tempest-tests-tempest-tests-runner:
    Container ID:    cri-o://dede8ccbf220bab9dc58914eea60bfab57dd356e65486cace2e9ea0538c58709
    Image:           quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified
    Image ID:        quay.io/podified-antelope-centos9/openstack-tempest-all@sha256:3bfbd3e9b524a5152ebd5a70d0412b0f2b6c8b2143b30e49ed4528f651700fdf
    Port:            <none>
    Host Port:       <none>
    SeccompProfile:  RuntimeDefault
    State:           Terminated
      Reason:        Completed
      Exit Code:     0
      Started:       Sat, 04 Oct 2025 05:37:29 +0000
      Finished:      Sat, 04 Oct 2025 05:39:49 +0000
    Ready:           False
    Restart Count:   0
    Environment Variables from:
      tempest-tests-tempest-custom-data-s0  ConfigMap  Optional: false
      tempest-tests-tempest-env-vars-s0     ConfigMap  Optional: false
    Environment:                            <none>
    Mounts:
      /etc/openstack/clouds.yaml from openstack-config (ro,path="clouds.yaml")
      /etc/openstack/secure.yaml from openstack-config-secret (rw,path="secure.yaml")
      /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem from ca-certs (ro,path="tls-ca-bundle.pem")
      /etc/test_operator from config-data (rw)
      /tmp from test-operator-ephemeral-temporary (rw)
      /var/lib/tempest from test-operator-ephemeral-workdir (rw)
      /var/lib/tempest/.config/openstack/clouds.yaml from openstack-config (ro,path="clouds.yaml")
      /var/lib/tempest/external_files from test-operator-logs (rw)
      /var/lib/tempest/id_ecdsa from ssh-key (rw,path="ssh_key")
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n9g4l (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   False 
  Initialized                 True 
  Ready                       False 
  ContainersReady             False 
  PodScheduled                True 
Volumes:
  config-data:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      tempest-tests-tempest-custom-data-s0
    Optional:  false
  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:  tempest-tests-tempest-0-4dded
    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
  ssh-key:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  test-operator-controller-priv-key
    Optional:    false
  kube-api-access-n9g4l:
    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:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 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       12m                default-scheduler  Successfully assigned openstack/tempest-tests-tempest to crc
  Normal   AddedInterface  12m                multus             Add eth0 [10.217.0.244/23] from ovn-kubernetes
  Warning  Failed          11m                kubelet            Failed to pull image "quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified": rpc error: code = Canceled desc = copying config: context canceled
  Warning  Failed          11m                kubelet            Error: ErrImagePull
  Normal   BackOff         11m                kubelet            Back-off pulling image "quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified"
  Warning  Failed          11m                kubelet            Error: ImagePullBackOff
  Normal   Pulling         11m (x2 over 12m)  kubelet            Pulling image "quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified"
  Normal   Pulled          11m                kubelet            Successfully pulled image "quay.io/podified-antelope-centos9/openstack-tempest-all:current-podified" in 438ms (438ms including waiting). Image size: 2063266829 bytes.
  Normal   Created         11m                kubelet            Created container tempest-tests-tempest-tests-runner
  Normal   Started         11m                kubelet            Started container tempest-tests-tempest-tests-runner
