apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-04-23T01:32:07Z"
  generateName: tempest-run-tests-
  labels:
    application: tempest
    batch.kubernetes.io/controller-uid: 59d23d8b-2dc3-44ea-aad5-9b0fd0d5e4f1
    batch.kubernetes.io/job-name: tempest-run-tests
    component: run-tests
    controller-uid: 59d23d8b-2dc3-44ea-aad5-9b0fd0d5e4f1
    job-name: tempest-run-tests
    release_group: tempest
  name: tempest-run-tests-2j4m2
  namespace: openstack
  ownerReferences:
  - apiVersion: batch/v1
    blockOwnerDeletion: true
    controller: true
    kind: Job
    name: tempest-run-tests
    uid: 59d23d8b-2dc3-44ea-aad5-9b0fd0d5e4f1
  resourceVersion: "39161"
  uid: 2b592d1d-4d12-4dfa-8d4a-6c378482cc37
spec:
  containers:
  - command:
    - /tmp/run-tests.sh
    env:
    - name: OS_IDENTITY_API_VERSION
      value: "3"
    - name: OS_AUTH_URL
      valueFrom:
        secretKeyRef:
          key: OS_AUTH_URL
          name: tempest-keystone-admin
    - name: OS_REGION_NAME
      valueFrom:
        secretKeyRef:
          key: OS_REGION_NAME
          name: tempest-keystone-admin
    - name: OS_INTERFACE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: tempest-keystone-admin
    - name: OS_ENDPOINT_TYPE
      valueFrom:
        secretKeyRef:
          key: OS_INTERFACE
          name: tempest-keystone-admin
    - name: OS_PROJECT_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_DOMAIN_NAME
          name: tempest-keystone-admin
    - name: OS_PROJECT_NAME
      valueFrom:
        secretKeyRef:
          key: OS_PROJECT_NAME
          name: tempest-keystone-admin
    - name: OS_USER_DOMAIN_NAME
      valueFrom:
        secretKeyRef:
          key: OS_USER_DOMAIN_NAME
          name: tempest-keystone-admin
    - name: OS_USERNAME
      valueFrom:
        secretKeyRef:
          key: OS_USERNAME
          name: tempest-keystone-admin
    - name: OS_PASSWORD
      valueFrom:
        secretKeyRef:
          key: OS_PASSWORD
          name: tempest-keystone-admin
    - name: OS_DEFAULT_DOMAIN
      valueFrom:
        secretKeyRef:
          key: OS_DEFAULT_DOMAIN
          name: tempest-keystone-admin
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/tempest:latest@sha256:0c80cd296a2a588017ddce16c9ee44f642415bf5a57958d56ebe5af9e70a777a
    imagePullPolicy: IfNotPresent
    name: tempest-run-tests
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/run-tests.sh
      name: tempest-bin
      readOnly: true
      subPath: run-tests.sh
    - mountPath: /etc/tempest
      name: etctempest
    - mountPath: /etc/tempest/tempest.conf
      name: tempest-etc
      readOnly: true
      subPath: tempest.conf
    - mountPath: /etc/tempest/logging.conf
      name: tempest-etc
      readOnly: true
      subPath: logging.conf
    - mountPath: /.stestr
      name: stestr
    - mountPath: /var/lib/tempest/data
      name: tempest-reports
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-mgzbr
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  initContainers:
  - command:
    - kubernetes-entrypoint
    env:
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: INTERFACE_NAME
      value: eth0
    - name: PATH
      value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
    - name: DEPENDENCY_SERVICE
      value: openstack:keystone-api
    - name: DEPENDENCY_JOBS
      value: tempest-ks-user
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
    - name: DEPENDENCY_CUSTOM_RESOURCE
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint:edge@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    imagePullPolicy: IfNotPresent
    name: init
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      readOnlyRootFilesystem: true
      runAsUser: 65534
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-mgzbr
      readOnly: true
  - command:
    - chown
    - -R
    - 'root:'
    - /var/lib/tempest/data
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/tempest:latest@sha256:0c80cd296a2a588017ddce16c9ee44f642415bf5a57958d56ebe5af9e70a777a
    imagePullPolicy: IfNotPresent
    name: tempest-run-tests-init
    resources: {}
    securityContext:
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/tempest/data
      name: tempest-reports
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-mgzbr
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Never
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: tempest-run-tests
  serviceAccountName: tempest-run-tests
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - emptyDir: {}
    name: etctempest
  - name: tempest-etc
    secret:
      defaultMode: 292
      secretName: tempest-etc
  - configMap:
      defaultMode: 365
      name: tempest-bin
    name: tempest-bin
  - hostPath:
      path: /tmp/stestr
      type: ""
    name: stestr
  - emptyDir: {}
    name: tempest-reports
  - name: kube-api-access-mgzbr
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T01:32:17Z"
    reason: PodCompleted
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T01:40:42Z"
    reason: PodCompleted
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T01:40:42Z"
    reason: PodCompleted
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-23T01:32:07Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://df228efedc10ac61476ac6487b209c4446cb88335085c7febe1b42e6c6f3e7cd
    image: sha256:a2c8d6e44cab34d217ac0e98f775ee85736273621256f0d03e1891ba41069f0d
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/tempest@sha256:0c80cd296a2a588017ddce16c9ee44f642415bf5a57958d56ebe5af9e70a777a
    lastState: {}
    name: tempest-run-tests
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://df228efedc10ac61476ac6487b209c4446cb88335085c7febe1b42e6c6f3e7cd
        exitCode: 0
        finishedAt: "2026-04-23T01:40:41Z"
        reason: Completed
        startedAt: "2026-04-23T01:32:17Z"
  hostIP: 199.204.45.30
  initContainerStatuses:
  - containerID: containerd://e2f9f37aa9495a2c0eddb1f69bbf3539b537cddb21502e12b0bd3520dfb0faa4
    image: sha256:d656bd5737950b86b0ecff4b0206024769c78ea55e2f9f4c840c3cc2a10caaf8
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/kubernetes-entrypoint@sha256:8921b64b87af184a1421dd856b2703bcf3cff9f50863cd0d18371cf964a87bd3
    lastState: {}
    name: init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://e2f9f37aa9495a2c0eddb1f69bbf3539b537cddb21502e12b0bd3520dfb0faa4
        exitCode: 0
        finishedAt: "2026-04-23T01:32:10Z"
        reason: Completed
        startedAt: "2026-04-23T01:32:07Z"
  - containerID: containerd://2eb28076c688f9e4c55280b9e99f84b14ae9eac2668c93ad3acc3bcf496f3f53
    image: sha256:a2c8d6e44cab34d217ac0e98f775ee85736273621256f0d03e1891ba41069f0d
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/tempest@sha256:0c80cd296a2a588017ddce16c9ee44f642415bf5a57958d56ebe5af9e70a777a
    lastState: {}
    name: tempest-run-tests-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://2eb28076c688f9e4c55280b9e99f84b14ae9eac2668c93ad3acc3bcf496f3f53
        exitCode: 0
        finishedAt: "2026-04-23T01:32:15Z"
        reason: Completed
        startedAt: "2026-04-23T01:32:15Z"
  phase: Succeeded
  podIP: 10.0.0.110
  podIPs:
  - ip: 10.0.0.110
  qosClass: BestEffort
  startTime: "2026-04-23T01:32:07Z"
