aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release
diff options
context:
space:
mode:
authorCristina Pauna <cristina.pauna@enea.com>2018-02-09 14:50:25 +0200
committerCristina Pauna <cristina.pauna@enea.com>2018-02-13 18:10:47 +0200
commit0f9dc0241eae5274892a6d55b872adc7267c3d6d (patch)
treebd065810ca398ce2c6587a7b4828947bc7d0b89a /docs/release
parent695c4d2d08caf1032645b41746fa92a42cc29edc (diff)
[docs] Temp dir permission requirements
JIRA: FUEL-342 Change-Id: I35efc993647c63779107d5f5604e58b124cdcf69 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Diffstat (limited to 'docs/release')
-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).