diff options
author | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-09-10 15:57:18 +0200 |
---|---|---|
committer | Vlastimil Holer <vlastimil.holer@gmail.com> | 2013-09-10 15:57:18 +0200 |
commit | 6e156e4877e420050307249345287cf48ff5d795 (patch) | |
tree | 80aad81998d7adf2834b8c5558b6c4b4ee36a6b2 /doc | |
parent | 64a2f3c7d4eae1354134c021db232c117eb1c772 (diff) | |
download | vyos-cloud-init-6e156e4877e420050307249345287cf48ff5d795.tar.gz vyos-cloud-init-6e156e4877e420050307249345287cf48ff5d795.zip |
Update OpenNebula documentation (parseuser, more fs. labels, K-V single quotes)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources/opennebula/README.rst | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/sources/opennebula/README.rst b/doc/sources/opennebula/README.rst index a84aebd4..4d7de27a 100644 --- a/doc/sources/opennebula/README.rst +++ b/doc/sources/opennebula/README.rst @@ -24,15 +24,24 @@ Datasource accepts following configuration options. Tells if this datasource will be processed in 'local' (pre-networking) or 'net' (post-networking) stage or even completely 'disabled'. +:: + + parseuser: + default: nobody + +Unprivileged system user used for contextualization script +processing. + Contextualization disk ~~~~~~~~~~~~~~~~~~~~~~ The following criteria are required: -1. Must be formatted with `iso9660`_ fs. or have fs. label of **CDROM** +1. Must be formatted with `iso9660`_ filesystem + or have a *filesystem* label of **CONTEXT** or **CDROM** 2. Must contain file *context.sh* with contextualization variables. - File is generated by OpenNebula, it has a KEY="VALUE" format and - can be easily read (via *source*) by shell + File is generated by OpenNebula, it has a KEY='VALUE' format and + can be easily read by bash Contextualization variables ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -103,6 +112,7 @@ OpenNebula datasource only in 'net' mode. datasource: OpenNebula: dsmode: net + parseuser: nobody Example VM's context section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |