-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no cloud agents: azure #65
Comments
So far the only required thing we know of is the check-in process that must be done every boot. Given that it's every boot this makes it unlike Packet and should not be part of Ignition. Currently looking into if it should live inside of The check-in is essentially a I need to test the Once all of this is tested & working we can decide whether we want to continue with state file parsing or switch to a different method like directly parsing DHCP broadcasts. |
thanks @arithx for the info! |
Here's a bash script & an example systemd unit to run it on every boot that can do the check-in process: https://gist.github.com/arithx/dae948f3d9558c8863ac55cba3391eb4 The machine correctly moves from Even still there are no nameservers added to the machine despite the |
Here is where I think we are on this ticket: 1 - We've identified one gap (i.e. checkin) where not having the agent causes nodes to not run properly. This means all gaps have been identified and related work is in open issues. @arithx can we open a PR to the design doc to document that we plan to not ship a cloud agent for azure and list out the two gaps and how we plan to fill them? |
@dustymabe yup, I'll open up a PR for it. |
closing this out since remaining issues are tracked elsewhere and design doc PR has merged. Thanks @arithx |
In #12 we decided that we'd like to try to not ship cloud agents. This ticket will document investigation and strategy for shipping without a cloud agent on the azure cloud platform.
See also #41 for a discussion of how to ship cloud specific bits using ignition.
The text was updated successfully, but these errors were encountered: