#!/bin/bash
set -eux

if os-is-bootstrap-host ; then
    sudo -u ironic -- ironic-dbsync --config-file /etc/ironic/ironic.conf
fi
