summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-08-21 17:27:30 +0200
committerFatih Degirmenci <fdegir@gmail.com>2018-08-21 17:27:30 +0200
commit769d4483a95f0bff823fd3e01951c3f995352a99 (patch)
tree213a175f2d28d1df8ae46700a6d5294cbbe76c39
parent973920421d98159a3d91790859061ee718cd1e07 (diff)
Install xz utility on deployment host
Functest Smoke test requires additional images to be available during testing. One of the images is decompressed using xz and we need this to be available on deployment host in order to be able to have the images available for Functest execution. Change-Id: I5647b3bef37fc55e8c5cc9aec5d0b2c3ea628b8a Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
-rw-r--r--xci/playbooks/roles/prepare-functest/vars/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/playbooks/roles/prepare-functest/vars/main.yml b/xci/playbooks/roles/prepare-functest/vars/main.yml
index 3a6c8a4d..f076c033 100644
--- a/xci/playbooks/roles/prepare-functest/vars/main.yml
+++ b/xci/playbooks/roles/prepare-functest/vars/main.yml
@@ -3,12 +3,15 @@ functest_required_packages:
apt:
- docker.io
- wget
+ - xz-utils
zypper:
- docker
- wget
+ - xz
yum:
- docker
- wget
+ - xz
functest_required_pip:
- docker-py