xenserver / xscontainer

Support for Docker and Container Management
BSD 2-Clause "Simplified" License
25 stars 14 forks source link

"install_vm" only available in devmode #9

Open olivierlambert opened 9 years ago

olivierlambert commented 9 years ago

It should be great if the xscontainer plugin allow the install_vm function outside the devmode.

We want to achieve easier installation of "Docker Management Ready"-VMs, but today there is too many manual steps (even in XenCenter, I think the logic should be server side).

Same remark apply for create_config_drive.

robertbreker commented 9 years ago

Agreed - I'd like us to ease the provisioning of VMs!

create_config_drive already is accessible outside devmode. I'll have a look into improving the documentation next week, so you can make this work for you.

I'd currently see slightly bigger ToDos before unlocking install_vm beyond devmode:

Unfortunately I don't think I will find time to work on unlocking this directly.

BTW packer-builder-xenserver might be the right solution for provisioning a wider range of OSs in the long-term - if there is no pre-built disk images.

olivierlambert commented 9 years ago

Understood. By the way, from our perspecive (Xen Orchestra), the ideal implementation will be something available in the XAPI directly. This way, nothing more to install on hosts!