Update OpenNebula documentation (parseuser, more fs. labels, K-V single quotes)

This commit is contained in:
Vlastimil Holer 2013-09-10 15:57:18 +02:00
parent 38845cca0c
commit ab9aebf862

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~