apiVersion: v1
kind: Pod
metadata:
  annotations:
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-08-08T06:24:33Z"
  generateName: nova-db-init-
  labels:
    application: nova
    batch.kubernetes.io/controller-uid: 5ef684d8-7f2c-49af-abc1-32f3453ff3e7
    batch.kubernetes.io/job-name: nova-db-init
    component: db-init
    controller-uid: 5ef684d8-7f2c-49af-abc1-32f3453ff3e7
    job-name: nova-db-init
    release_group: nova
  name: nova-db-init-kthpj
  namespace: openstack
  ownerReferences:
  - apiVersion: batch/v1
    blockOwnerDeletion: true
    controller: true
    kind: Job
    name: nova-db-init
    uid: 5ef684d8-7f2c-49af-abc1-32f3453ff3e7
  resourceVersion: "15653"
  uid: 45b427e6-493d-40ab-a89a-4528824879f9
spec:
  containers:
  - command:
    - /tmp/db-init.py
    env:
    - name: ROOT_DB_CONNECTION
      valueFrom:
        secretKeyRef:
          key: DB_CONNECTION
          name: nova-db-admin
    - name: OPENSTACK_CONFIG_FILE
      value: /etc/nova/nova.conf
    - name: OPENSTACK_CONFIG_DB_SECTION
      value: database
    - name: OPENSTACK_CONFIG_DB_KEY
      value: connection
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/heat:2025.2@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    imagePullPolicy: IfNotPresent
    name: nova-db-init-0
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/db-init.py
      name: db-init-sh
      readOnly: true
      subPath: db-init.py
    - mountPath: /etc/nova
      name: etc-service
    - mountPath: /etc/nova/nova.conf
      name: db-init-conf
      readOnly: true
      subPath: nova.conf
    - mountPath: /etc/nova/logging.conf
      name: db-init-conf
      readOnly: true
      subPath: logging.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-prp7b
      readOnly: true
  - command:
    - /tmp/db-init.py
    env:
    - name: ROOT_DB_CONNECTION
      valueFrom:
        secretKeyRef:
          key: DB_CONNECTION
          name: nova-db-admin
    - name: OPENSTACK_CONFIG_FILE
      value: /etc/nova/nova.conf
    - name: OPENSTACK_CONFIG_DB_SECTION
      value: api_database
    - name: OPENSTACK_CONFIG_DB_KEY
      value: connection
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/heat:2025.2@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    imagePullPolicy: IfNotPresent
    name: nova-db-init-1
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/db-init.py
      name: db-init-sh
      readOnly: true
      subPath: db-init.py
    - mountPath: /etc/nova
      name: etc-service
    - mountPath: /etc/nova/nova.conf
      name: db-init-conf
      readOnly: true
      subPath: nova.conf
    - mountPath: /etc/nova/logging.conf
      name: db-init-conf
      readOnly: true
      subPath: logging.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-prp7b
      readOnly: true
  - command:
    - /tmp/db-init.py
    env:
    - name: ROOT_DB_CONNECTION
      valueFrom:
        secretKeyRef:
          key: DB_CONNECTION
          name: nova-db-admin
    - name: OPENSTACK_CONFIG_FILE
      value: /etc/nova/nova.conf
    - name: OPENSTACK_CONFIG_DB_SECTION
      value: cell0_database
    - name: OPENSTACK_CONFIG_DB_KEY
      value: connection
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/heat:2025.2@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    imagePullPolicy: IfNotPresent
    name: nova-db-init-2
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/db-init.py
      name: db-init-sh
      readOnly: true
      subPath: db-init.py
    - mountPath: /etc/nova
      name: etc-service
    - mountPath: /etc/nova/nova.conf
      name: db-init-conf
      readOnly: true
      subPath: nova.conf
    - mountPath: /etc/nova/logging.conf
      name: db-init-conf
      readOnly: true
      subPath: logging.conf
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-prp7b
      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:percona-xtradb-haproxy
    - 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-prp7b
      readOnly: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: OnFailure
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: nova-db-init
  serviceAccountName: nova-db-init
  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
  - configMap:
      defaultMode: 365
      name: nova-bin
    name: db-init-sh
  - emptyDir: {}
    name: etc-service
  - name: db-init-conf
    secret:
      defaultMode: 292
      secretName: nova-etc
  - name: kube-api-access-prp7b
    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-08-08T06:24:37Z"
    reason: PodCompleted
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-08-08T06:24:39Z"
    reason: PodCompleted
    status: "False"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-08-08T06:24:39Z"
    reason: PodCompleted
    status: "False"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-08-08T06:24:33Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://9144398896a89c60348513361e55a042d1f59893ea1cf0d51d9108dc297e08e8
    image: sha256:899e0f889769a76437dfda3a0b06986b87124e8c11bb845c7b409a65d4f5e2b9
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    lastState: {}
    name: nova-db-init-0
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://9144398896a89c60348513361e55a042d1f59893ea1cf0d51d9108dc297e08e8
        exitCode: 0
        finishedAt: "2026-08-08T06:24:38Z"
        reason: Completed
        startedAt: "2026-08-08T06:24:37Z"
  - containerID: containerd://f62c817667dfb16b6bbc187e783a3fadf88ea344d37b7b1ed62294edb3689948
    image: sha256:899e0f889769a76437dfda3a0b06986b87124e8c11bb845c7b409a65d4f5e2b9
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    lastState: {}
    name: nova-db-init-1
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://f62c817667dfb16b6bbc187e783a3fadf88ea344d37b7b1ed62294edb3689948
        exitCode: 0
        finishedAt: "2026-08-08T06:24:38Z"
        reason: Completed
        startedAt: "2026-08-08T06:24:37Z"
  - containerID: containerd://407af3dad66d8c55ac964c5df9b3f8537140eb2547d735b1245b1e6cf3788a0f
    image: sha256:899e0f889769a76437dfda3a0b06986b87124e8c11bb845c7b409a65d4f5e2b9
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/heat@sha256:ed5ff6a545bafb79ad87c28cc6b0338ce720ce1f880ac11242fd7c147bfe0682
    lastState: {}
    name: nova-db-init-2
    ready: false
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://407af3dad66d8c55ac964c5df9b3f8537140eb2547d735b1245b1e6cf3788a0f
        exitCode: 0
        finishedAt: "2026-08-08T06:24:38Z"
        reason: Completed
        startedAt: "2026-08-08T06:24:37Z"
  hostIP: 199.204.45.72
  initContainerStatuses:
  - containerID: containerd://232812814f6adc5d0d79959b0529e47ec6691c31ebc2c936417f095575253e29
    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://232812814f6adc5d0d79959b0529e47ec6691c31ebc2c936417f095575253e29
        exitCode: 0
        finishedAt: "2026-08-08T06:24:37Z"
        reason: Completed
        startedAt: "2026-08-08T06:24:34Z"
  phase: Succeeded
  podIP: 10.0.0.59
  podIPs:
  - ip: 10.0.0.59
  qosClass: BestEffort
  startTime: "2026-08-08T06:24:33Z"
