Build an instance spec for the latest propolis#135
Conversation
Update to use the latest propolis-server API: build an instance spec instead of the TOML file, and send that in the instance ensure. Fixes #126
|
Poking around in a4x2, illumos seems a bit mad about a uart |
|
0x2F8 is the I/O port address for COM2. Propolis used to add all of COM1-COM3 implicitly to Falcon VMs, but it now requires them to be specified explicitly in the instance ensure inputs. I think the fix here might be to add COM2 and COM3 in |
👍 thanks for digging into that, pushed the suggestion in a609c6d |
|
Things are looking better after a609c6d |
rcgoodfellow
left a comment
There was a problem hiding this comment.
Thanks @jmpesp! LGTM and a4x2 is working.
Update to use the latest propolis-server API: build an instance spec instead of the TOML file, and send that in the instance ensure.
Fixes #126