xci: Drop the python-crypto dependency 05/53505/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 12 Mar 2018 09:40:10 +0000 (09:40 +0000)
committerMarkos Chandras <mchandras@suse.de>
Mon, 12 Mar 2018 09:40:10 +0000 (09:40 +0000)
The upstream pw-token-gen tool doesn't need python-crypto anymore since
e9f957861b4160640f6debb2b939084ec43b43b2 ("Make pw-token-gen.py more
random") so we no longer need to install that package.

Change-Id: Ib53f246db999ff8ecfed2e3f62143c780c483fbd
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/installer/osa/playbooks/configure-opnfvhost.yml
xci/var/Debian.yml
xci/var/RedHat.yml
xci/var/Suse.yml

index 2996236..e865d10 100644 (file)
       command: "/bin/bash ./scripts/bootstrap-ansible.sh"
       args:
         chdir: "{{OPENSTACK_OSA_PATH}}"
-    - name: install python Crypto module
-      package:
-        name: "{{ python_crypto_package_name }}"
     - name: install opnfv pip required packages
       pip:
         name: "{{ item }}"
index c785c65..5ea7a88 100644 (file)
@@ -7,5 +7,3 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-# this is the interface the VM nodes are connected to libvirt network "default"
-python_crypto_package_name: python-crypto
index eae7d12..5ea7a88 100644 (file)
@@ -7,5 +7,3 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-# this is placeholder and left blank intentionally to complete later on
-python_crypto_package_name: python-crypto
index 5891aee..5ea7a88 100644 (file)
@@ -7,5 +7,3 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-# this is the interface the VM nodes are connected to libvirt network "default"
-python_crypto_package_name: python-pycrypto