apiVersion: v1
data:
  wait-for-ip.sh: |
    #!/bin/sh -x

    while true; do
        ip -4 addr list dev br-ex | grep br-ex

        # We detected an IP address
        if [ $? -eq 0 ]; then
            break
        fi

        sleep 1
    done
kind: ConfigMap
metadata:
  creationTimestamp: "2026-04-07T00:16:55Z"
  name: keepalived-bin
  namespace: openstack
  resourceVersion: "3831"
  uid: 7658b1d0-2520-4afb-a96d-1e5504fc76c5
