-
Notifications
You must be signed in to change notification settings - Fork 159
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
[next-devel] Add platform-specific console configuration metadata #1781
Conversation
⛔ The |
⛔ The |
We could go ahead and get this in |
⛔ The |
Rebased. Moved tests to #1974. Re-added graphical consoles to AWS, Azure, and GCP on x86_64, since those platforms allow taking screenshots of the graphical console to diagnose the VM. |
We've got the major cloud platforms covered here. Any other ones we think we need to add? |
I've rechecked all of the FCOS platforms against any documentation provided by the platform provider. The |
cosa create_disk.sh and gf-set-platform will read this. create_disk.sh will also save a JSON version for the relevant architecture to /boot/coreos/platforms.json for coreos-installer. Enable graphical console on cloud platforms that allow capturing screenshots, even if the graphical console is not interactive.
any sane defaults we could use for openstack? |
We're using them. OpenStack can support both graphical and serial console, but graphical console appears to be the one that's emphasized by the UI. |
coreos-assembler
create_disk.sh
andgf-set-platform
will read this.create_disk.sh
will also save a JSON version for the relevant architecture to/boot/coreos/platforms.json
for coreos-installer.Continuation of #1181.