On 25/05/15 11:09, Martin Lucina wrote:
I've read the script, it just generates an image file with the GRUB
configuration in it, so it could be done this way, yes. However, I'd still
like some more time and input from others to think about whether or not we
want to get rid of the existing Xenstore-based configuration mechanism.

What I've done for now to get you at least something to try out is made a
patch which will let you call the rumprun_config_* and rumprun_deconfig_*
functions statically from within the code:

https://gist.github.com/mato/757b8adb9d6eb299f53f
(I unintentionally set the gist to "secret", it's not. No idea how to make
it public after the fact.)

I will just convert Xen to use the json config now. Then you can at least modify a hardcoded json file instead of code.

(or copypaste the json dumped by rumprun -D, which is probably even simpler, as then you can test locally and on AWS with the same config without thinking, which is always good)

Reply via email to