Xen Orchestra news :)
-
For those who are using XenServer and want to take a quick look at XO, now you just had to SSH into your host and:
bash -c "$(curl -s http://xoa.io/deploy)"
That's it
Nothing is stored on the host local disks, it's streamed directly to the default storage while downloading, and you can set the IP before. When it's done, you just have to click on the link that will redirect you to XO web UI.
-
Sweet. So it installs to the Dom0?
-
@scottalanmiller said in Xen Orchestra news :
Sweet. So it installs to the Dom0?
Nope, that's a bad idea It downloads the virtual appliance, set stuff and boot it.
-
@olivier said in Xen Orchestra news :
@scottalanmiller said in Xen Orchestra news :
Sweet. So it installs to the Dom0?
Nope, that's a bad idea It downloads the virtual appliance, set stuff and boot it.
Even cooler.
-
@scottalanmiller Especially the streaming thing
Believe me, it wasn't a piece of cake, due to the extreme old age tooling in dom0 (
curl
from 2006 in XS 6.5! Doesn't support SNI etc.)edit: we even had to write our own HTTP serverβ¦