Hi,

On Wed, Sep 4, 2013 at 10:40 PM, Tobias Brunner <tob...@tobru.ch> wrote:

> Hi,
>
> Has anyone an idea how to prepare an OS image (Ubuntu Server) in which the
> data is encrypted? F.e. so that the user is able to choose a password
> during vm instatiation which is used to personalize the encryption.
>

You can make use of contextualization [1] for this. Either using a password
variable:
CONTEXT = [ ENCRYPT_PASS = "XXX" ]

Or doing a generic template that takes that password from the user's
template:
CONTEXT = [ ENCRYPT_PASS = "$USER[ENCRYPT_PASS]" ]

Cheers

[1] http://opennebula.org/documentation:rel4.2:cong

--
Join us at OpenNebulaConf2013 <http://opennebulaconf.com/> in Berlin, 24-26
September, 2013
--
Carlos Martín, MSc
Project Engineer
OpenNebula - The Open-source Solution for Data Center Virtualization
www.OpenNebula.org <http://www.opennebula.org/> | cmar...@opennebula.org |
@OpenNebula <http://twitter.com/opennebula>
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to