-
Notifications
You must be signed in to change notification settings - Fork 104
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
[WIP] provider: add boot check-in on azure and packet #130
Conversation
90d05db
to
fc8a44c
Compare
2b9c7b9
to
130db33
Compare
This adds a phone-home feature via the `--check-in` flag, in order to support reporting back readiness state to the hosting infrastructure. Initial implementation supports azure and packet.
130db33
to
a5a6b8f
Compare
@lucab - let us know when this is ready for some eyes |
FYI I found the lease files that we might be able to use to look at dhcp options if we need that information. in intramfs:
after system bootup:
|
I had previously played around with modifying the |
OK, split out option-245 support for RHCOS/FCOS into #146. |
Opened a respin of this in #147. (I don't have write access so I'm not able to directly push to this same PR). |
Closing in favor of #147. |
DO NOT MERGE: neither providers have been tested on the field.
This adds a phone-home feature via the
--check-in
flag, in order tosupport reporting back readiness state to the hosting infrastructure.
Initial implementation supports azure and packet.
Closes: #120