summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-14 12:46:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-14 12:46:56 +0000
commit0e2cd30ac78f78afac1351c9c4047df90dc9e5a5 (patch)
treed267833e59550a4576de0fbfe56f331fc4e16a4e
parent6771512ac2a9402e61976140d1f0cef6d8944cf9 (diff)
parent0f9dc0241eae5274892a6d55b872adc7267c3d6d (diff)
Merge "[docs] Temp dir permission requirements"
-rw-r--r--docs/release/installation/installation.instruction.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst
index 1f5279e0e..fab7cd54a 100644
--- a/docs/release/installation/installation.instruction.rst
+++ b/docs/release/installation/installation.instruction.rst
@@ -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).