Skip to content

Commit

Permalink
configure-coreos-ipa: increase verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Jul 15, 2021
1 parent 96dbbde commit d35dfea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/configure-coreos-ipa
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
. /bin/ironic-common.sh
. /bin/coreos-ipa-common.sh

set -x

export IRONIC_INSPECTOR_VLAN_INTERFACES=${IRONIC_INSPECTOR_VLAN_INTERFACES:-all}

IRONIC_CERT_FILE=/certs/ironic/tls.crt
Expand All @@ -19,6 +21,9 @@ else
fi

render_j2_config /tmp/ironic-python-agent.ign.j2 "$IGNITION_FILE"
# Print the generated ignition for debugging purposes.
cat "$IGNITION_FILE"

if [ -f "$ISO_FILE" ]; then
coreos-installer iso ignition embed -i "$IGNITION_FILE" -f "$ISO_FILE"
fi

0 comments on commit d35dfea

Please sign in to comment.