You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
My desired workflow is to manage only known set of machines with DRP. They coexist in the same subnet with multiple machines that shouldn't be interfered with. So I'm trying to add machines only using join-up.sh while ignoring everything else: when "my" machine reboots after workflow change, it will rediscover itself; when someone else machine boots in pxe (mostly accidentaly) it won't appear in DRP console and won't baffle machine owner.
Am I holding it wrong? Probably this can be fixed with activestart/activeend subnet options, but this will require moving my machines into another subnet.
PS Maybe this issue should be in provision-content repo.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
drpcli prefs set unknownBootEnv ignore
(reasons below)curl -fsSL [internal ip]:8091/machines/join-up.sh
Expected result
join-up.sh
is fetched.Actual result
Error 404 which is confusing. Default bootenv requirement for that is unclear for user and doesn't mentioned anywhere in the docs.
The text was updated successfully, but these errors were encountered: