Add sshpass lib for Suse distros 05/54805/3
authorJose Lausuch <jalausuch@suse.com>
Tue, 3 Apr 2018 14:18:23 +0000 (16:18 +0200)
committerMartin Klozik <martinx.klozik@intel.com>
Wed, 4 Apr 2018 07:09:29 +0000 (07:09 +0000)
This patch completes https://gerrit.opnfv.org/gerrit/#/c/52191

Change-Id: I35259bdcbdb67237576d7b9b6957266c48f6309f
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
systems/opensuse/42.2/build_base_machine.sh
systems/opensuse/42.3/build_base_machine.sh
systems/sles/15/build_base_machine.sh

index 44d6f02..9915b63 100755 (executable)
@@ -49,6 +49,7 @@ socat
 sysstat
 java-1_8_0-openjdk
 git-review
+sshpass
 
 # python
 python3
index cc9f24e..2124e6c 100755 (executable)
@@ -50,6 +50,7 @@ sysstat
 java-1_8_0-openjdk
 git-review
 mlocate
+sshpass
 
 # python
 python3
index dd731d5..9b02708 100755 (executable)
@@ -20,6 +20,7 @@
 #   Jose Lausuch, SUSE LINUX GmbH
 
 zypper -q -n dup
+zypper ar -G http://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15/standard/ backports
 zypper -q -n in -y $(echo "
 # compiler, tools and dependencies
 make
@@ -73,6 +74,7 @@ libopenssl1_1
 libopenssl-devel
 libpython3_6m1_0
 libzmq5
+sshpass
 
 " | grep -v ^#)