Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Feb 26, 2024
1 parent 5451702 commit 7526247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests_e2e/orchestrator/scripts/install-agent
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@ if [[ $(uname -a) == *"flatcar"* ]]; then
echo -e "[Unit]\nUpholds=" > /etc/systemd/system/$target_name.d/10-waagent-sysext.conf
systemctl daemon-reload
fi
# Flatcar images does automatic reboot without user input, so stopping the service which trigger the reboot
# Flatcar images does automatic reboot without user input, so turning it off
# Broadcast message from locksmithd at 2024-02-23 19:48:55.478412272 +0000 UTC m=
# System reboot in 5 minutes!
systemctl stop locksmithd
echo "REBOOT_STRATEGY=off" > /etc/flatcar/update.conf
systemctl restart locksmithd
fi

#
Expand Down

0 comments on commit 7526247

Please sign in to comment.