[docs] Temp dir permission requirements 57/51957/3
authorCristina Pauna <cristina.pauna@enea.com>
Fri, 9 Feb 2018 12:50:25 +0000 (14:50 +0200)
committerCristina Pauna <cristina.pauna@enea.com>
Tue, 13 Feb 2018 16:10:47 +0000 (18:10 +0200)
JIRA: FUEL-342

Change-Id: I35efc993647c63779107d5f5604e58b124cdcf69
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
docs/release/installation/installation.instruction.rst

index 1f5279e..fab7cd5 100644 (file)
@@ -207,6 +207,13 @@ The following example adds the groups to the user "jenkins"
     ...
     %jenkins ALL=(ALL) NOPASSWD:ALL
 
+The folder containing the temporary deploy artifacts (/home/jenkins/tmpdir in the examples below)
+needs to have mask 777 in order for libvirt to be able to use them.
+
+.. code-block:: bash
+
+    $ mkdir -p -m 777 /home/jenkins/tmpdir
+
 For an AArch64 Jumpserver, the "libvirt" minimum required version is 3.x, 3.5 or newer highly recommended.
 While not mandatory, upgrading the kernel and QEMU on the Jumpserver is also highly recommended
 (especially on AArch64 Jumpservers).