summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/sources/opennebula/README.rst16
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~