Skip to content

Commit

Permalink
fix: nns_urls reference in dev-generate-guestos-config (#2134)
Browse files Browse the repository at this point in the history
In this commit (#1970) we updated the
nns_urls references but missed dev-generate-guestos-config, causing test
bare-metal-deployments to fail
  • Loading branch information
andrewbattat authored Oct 18, 2024
1 parent b545f6b commit 1308f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function assemble_config_media() {
cmd+=(--domain "${domain}")
fi
cmd+=(--hostname "guest-$(/opt/ic/bin/hostos_tool fetch-mac-address | sed 's/://g')")
cmd+=(--nns_url "$(/opt/ic/bin/fetch-property.sh --key=.nns.url --metric=hostos_nns_url --config=${DEPLOYMENT})")
cmd+=(--nns_urls "$(/opt/ic/bin/fetch-property.sh --key=.nns.url --metric=hostos_nns_url --config=${DEPLOYMENT})")
if [ -f "/boot/config/node_operator_private_key.pem" ]; then
cmd+=(--node_operator_private_key "/boot/config/node_operator_private_key.pem")
fi
Expand Down

0 comments on commit 1308f7f

Please sign in to comment.