apiVersion: v1
kind: Pod
metadata:
  annotations:
    configmap-bin-hash: 2b3466bd53c256ec73ac8983b6a36c494af1290cb8596398cf00ceb0ba2f4cef
    configmap-etc-hash: 5d6a5a4ea24b479c960901fd12e235c86e77bd889ad3dbc0c8800dea50fbf0c3
    openstackhelm.openstack.org/release_uuid: ""
  creationTimestamp: "2026-03-06T01:09:18Z"
  generateName: neutron-ovn-metadata-agent-default-
  labels:
    application: neutron
    component: ovn-metadata-agent
    controller-revision-hash: 7c9d6bb85f
    pod-template-generation: "1"
    release_group: neutron
  name: neutron-ovn-metadata-agent-default-hj2cz
  namespace: openstack
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: DaemonSet
    name: neutron-ovn-metadata-agent-default
    uid: 16c70f9a-89db-4d9d-84bb-fe89c8eb3a0a
  resourceVersion: "18244"
  uid: 9fa1a7e7-19a4-4507-9506-730792847fac
spec:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
        - matchFields:
          - key: metadata.name
            operator: In
            values:
            - instance
  containers:
  - command:
    - /tmp/neutron-ovn-metadata-agent.sh
    env:
    - name: RPC_PROBE_TIMEOUT
      value: "60"
    - name: RPC_PROBE_RETRIES
      value: "2"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2025.1@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    imagePullPolicy: IfNotPresent
    livenessProbe:
      exec:
        command:
        - python
        - /tmp/health-probe.py
        - --config-file
        - /etc/neutron/neutron.conf
        - --config-file
        - /etc/neutron/ovn_metadata_agent.ini
        - --liveness-probe
        - --use-fqdn
      failureThreshold: 3
      initialDelaySeconds: 120
      periodSeconds: 600
      successThreshold: 1
      timeoutSeconds: 580
    name: neutron-ovn-metadata-agent
    readinessProbe:
      exec:
        command:
        - python
        - /tmp/health-probe.py
        - --config-file
        - /etc/neutron/neutron.conf
        - --config-file
        - /etc/neutron/ovn_metadata_agent.ini
        - --use-fqdn
      failureThreshold: 3
      initialDelaySeconds: 30
      periodSeconds: 190
      successThreshold: 1
      timeoutSeconds: 185
    resources: {}
    securityContext:
      privileged: true
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /run/openvswitch
      name: run-openvswitch
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /var/lib/neutron
      name: pod-var-neutron
    - mountPath: /tmp/neutron-ovn-metadata-agent.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-ovn-metadata-agent.sh
    - mountPath: /tmp/health-probe.py
      name: neutron-bin
      readOnly: true
      subPath: health-probe.py
    - mountPath: /etc/neutron/neutron.conf
      name: neutron-etc
      readOnly: true
      subPath: neutron.conf
    - mountPath: /etc/neutron/plugins/ml2/ml2_conf.ini
      name: neutron-etc
      readOnly: true
      subPath: ml2_conf.ini
    - mountPath: /etc/neutron/ovn_metadata_agent.ini
      name: neutron-etc
      readOnly: true
      subPath: ovn_metadata_agent.ini
    - mountPath: /etc/sudoers.d/kolla_neutron_sudoers
      name: neutron-etc
      readOnly: true
      subPath: neutron_sudoers
    - mountPath: /etc/neutron/rootwrap.conf
      name: neutron-etc
      readOnly: true
      subPath: rootwrap.conf
    - mountPath: /etc/neutron/rootwrap.d/debug.filters
      name: neutron-etc
      readOnly: true
      subPath: debug.filters
    - mountPath: /etc/neutron/rootwrap.d/dhcp.filters
      name: neutron-etc
      readOnly: true
      subPath: dhcp.filters
    - mountPath: /etc/neutron/rootwrap.d/dibbler.filters
      name: neutron-etc
      readOnly: true
      subPath: dibbler.filters
    - mountPath: /etc/neutron/rootwrap.d/ebtables.filters
      name: neutron-etc
      readOnly: true
      subPath: ebtables.filters
    - mountPath: /etc/neutron/rootwrap.d/ipset-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: ipset-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/iptables-firewall.filters
      name: neutron-etc
      readOnly: true
      subPath: iptables-firewall.filters
    - mountPath: /etc/neutron/rootwrap.d/l3.filters
      name: neutron-etc
      readOnly: true
      subPath: l3.filters
    - mountPath: /etc/neutron/rootwrap.d/linuxbridge-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: linuxbridge-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/netns-cleanup.filters
      name: neutron-etc
      readOnly: true
      subPath: netns-cleanup.filters
    - mountPath: /etc/neutron/rootwrap.d/openvswitch-plugin.filters
      name: neutron-etc
      readOnly: true
      subPath: openvswitch-plugin.filters
    - mountPath: /etc/neutron/rootwrap.d/privsep.filters
      name: neutron-etc
      readOnly: true
      subPath: privsep.filters
    - mountPath: /var/lib/neutron/openstack-helm
      name: socket
    - mountPath: /run/netns
      mountPropagation: Bidirectional
      name: host-run-netns
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-2hc4d
      readOnly: true
  dnsPolicy: ClusterFirstWithHostNet
  enableServiceLinks: true
  hostNetwork: 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:nova-metadata,openstack:neutron-server
    - name: DEPENDENCY_DAEMONSET
    - name: DEPENDENCY_CONTAINER
    - name: DEPENDENCY_POD_JSON
      value: '[{"labels":{"application":"ovn","component":"ovn-controller"},"requireSameNode":true}]'
    - 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-2hc4d
      readOnly: true
  - command:
    - /tmp/neutron-metadata-agent-init.sh
    env:
    - name: NEUTRON_USER_UID
      value: "42424"
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2025.1@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    imagePullPolicy: IfNotPresent
    name: neutron-metadata-agent-init
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /run/openvswitch
      name: run-openvswitch
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/neutron-metadata-agent-init.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-metadata-agent-init.sh
    - mountPath: /etc/neutron/neutron.conf
      name: neutron-etc
      readOnly: true
      subPath: neutron.conf
    - mountPath: /var/lib/neutron/openstack-helm
      name: socket
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-2hc4d
      readOnly: true
  - command:
    - /tmp/neutron-ovn-init.sh
    image: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron:2025.1@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    imagePullPolicy: IfNotPresent
    name: ovn-neutron-init
    resources: {}
    securityContext:
      readOnlyRootFilesystem: true
      runAsUser: 0
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /tmp
      name: pod-tmp
    - mountPath: /tmp/neutron-ovn-init.sh
      name: neutron-bin
      readOnly: true
      subPath: neutron-ovn-init.sh
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-2hc4d
      readOnly: true
  nodeName: instance
  nodeSelector:
    openvswitch: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsUser: 42424
  serviceAccount: neutron-ovn-metadata-agent
  serviceAccountName: neutron-ovn-metadata-agent
  shareProcessNamespace: true
  terminationGracePeriodSeconds: 30
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/disk-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/memory-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/pid-pressure
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/unschedulable
    operator: Exists
  - effect: NoSchedule
    key: node.kubernetes.io/network-unavailable
    operator: Exists
  volumes:
  - emptyDir: {}
    name: pod-tmp
  - emptyDir: {}
    name: pod-var-neutron
  - hostPath:
      path: /run/openvswitch
      type: ""
    name: run-openvswitch
  - configMap:
      defaultMode: 365
      name: neutron-bin
    name: neutron-bin
  - name: neutron-etc
    secret:
      defaultMode: 292
      secretName: neutron-ovn-metadata-agent-default
  - hostPath:
      path: /var/lib/neutron/openstack-helm
      type: ""
    name: socket
  - hostPath:
      path: /run/netns
      type: ""
    name: host-run-netns
  - name: kube-api-access-2hc4d
    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-03-06T01:12:05Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-03-06T01:13:55Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-03-06T01:13:55Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-03-06T01:09:18Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://83407c6330a68f6a3b38b4a93f853105999ddd04ac34008a42aa9ad8a44c71a4
    image: sha256:21313a42054409e2090e2f24ce56bf3ac363da804c9839298a36ae17695887c5
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    lastState: {}
    name: neutron-ovn-metadata-agent
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-03-06T01:12:05Z"
  hostIP: 199.204.45.116
  initContainerStatuses:
  - containerID: containerd://07300f130a8e5072ff6202307a36ef397d260422f1bef8ea05a32b56a8983bfa
    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://07300f130a8e5072ff6202307a36ef397d260422f1bef8ea05a32b56a8983bfa
        exitCode: 0
        finishedAt: "2026-03-06T01:12:02Z"
        reason: Completed
        startedAt: "2026-03-06T01:09:18Z"
  - containerID: containerd://0d769c7d320db16e7fcf0f6fee7c8898741e295fa0f4cedaa1c4b5e59d6e5df7
    image: sha256:21313a42054409e2090e2f24ce56bf3ac363da804c9839298a36ae17695887c5
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    lastState: {}
    name: neutron-metadata-agent-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://0d769c7d320db16e7fcf0f6fee7c8898741e295fa0f4cedaa1c4b5e59d6e5df7
        exitCode: 0
        finishedAt: "2026-03-06T01:12:03Z"
        reason: Completed
        startedAt: "2026-03-06T01:12:03Z"
  - containerID: containerd://5fd062c194321d2b888c88c367f1a22a04999d7d8ca707ca4e0cd21481d7bc6b
    image: sha256:21313a42054409e2090e2f24ce56bf3ac363da804c9839298a36ae17695887c5
    imageID: harbor.atmosphere.dev/ghcr.io/vexxhost/neutron@sha256:bd4724e2b2b9fa456f63428b44d2fca672638eaa317f6f7ff3489e0a576ee861
    lastState: {}
    name: ovn-neutron-init
    ready: true
    restartCount: 0
    started: false
    state:
      terminated:
        containerID: containerd://5fd062c194321d2b888c88c367f1a22a04999d7d8ca707ca4e0cd21481d7bc6b
        exitCode: 0
        finishedAt: "2026-03-06T01:12:04Z"
        reason: Completed
        startedAt: "2026-03-06T01:12:04Z"
  phase: Running
  podIP: 199.204.45.116
  podIPs:
  - ip: 199.204.45.116
  qosClass: BestEffort
  startTime: "2026-03-06T01:09:18Z"
