instack-undercloud/elements/undercloud-stack-config/install.d/11-undercloud-os-collect-config

11 lines
180 B
Bash
Executable File

#!/bin/bash
set -eux
# Run only the heat_local collector when first booting
cat > /etc/os-collect-config.conf <<EOF
[DEFAULT]
command=os-refresh-config
collectors=heat_local
EOF